Thread: string or some of that. help me

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    3

    Unhappy string or some of that. help me

    my programm is not working and i don't expect somebody to make it work. it's just that u know what my problem is.

    example:

    soldg@as6~> calc 17 + 5
    17 + 5 = 22

    how do i transform this string in integer???????????

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    223

    string parsing

    first you have to parse the string for it's individual tokens maybe using strtok. Then you need to convert the individual tokens into numbers by using atoi() or atof().
    zMan

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. compare structures
    By lazyme in forum C++ Programming
    Replies: 15
    Last Post: 05-28-2009, 02:40 AM
  2. OOP Question DB Access Wrapper Classes
    By digioz in forum C# Programming
    Replies: 2
    Last Post: 09-07-2008, 04:30 PM
  3. Message class ** Need help befor 12am tonight**
    By TransformedBG in forum C++ Programming
    Replies: 1
    Last Post: 11-29-2006, 11:03 PM
  4. Classes inheretance problem...
    By NANO in forum C++ Programming
    Replies: 12
    Last Post: 12-09-2002, 03:23 PM
  5. Warnings, warnings, warnings?
    By spentdome in forum C Programming
    Replies: 25
    Last Post: 05-27-2002, 06:49 PM