Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Header

Header

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BRIMID
    wrote on last edited by
    #1

    I am using Microsoft Visual C++ 6.0. I ahve tried #include and #include and both are not accepted. Is their a header file associated with this function? int pos = input.find(','); while (pos != -1) { input.replace(pos, 1, ""); pos = input.find(','); } number = atoi(input.c_str()); cout << number << endl; Thank You

    U B P 3 Replies Last reply
    0
    • B BRIMID

      I am using Microsoft Visual C++ 6.0. I ahve tried #include and #include and both are not accepted. Is their a header file associated with this function? int pos = input.find(','); while (pos != -1) { input.replace(pos, 1, ""); pos = input.find(','); } number = atoi(input.c_str()); cout << number << endl; Thank You

      U Offline
      U Offline
      User 1532252
      wrote on last edited by
      #2

      Try using #include

      1 Reply Last reply
      0
      • B BRIMID

        I am using Microsoft Visual C++ 6.0. I ahve tried #include and #include and both are not accepted. Is their a header file associated with this function? int pos = input.find(','); while (pos != -1) { input.replace(pos, 1, ""); pos = input.find(','); } number = atoi(input.c_str()); cout << number << endl; Thank You

        B Offline
        B Offline
        BRIMID
        wrote on last edited by
        #3

        I have used #include and it does not work with the following function. int pos = input.find(','); while (pos != -1) { input.replace(pos, 1, ""); pos = input.find(','); } number = atoi(input.c_str()); cout << number << endl; Thanks

        1 Reply Last reply
        0
        • B BRIMID

          I am using Microsoft Visual C++ 6.0. I ahve tried #include and #include and both are not accepted. Is their a header file associated with this function? int pos = input.find(','); while (pos != -1) { input.replace(pos, 1, ""); pos = input.find(','); } number = atoi(input.c_str()); cout << number << endl; Thank You

          P Offline
          P Offline
          PJ Arends
          wrote on last edited by
          #4

          #include <string>


          "You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups