Page 2 of 2 FirstFirst 12
Results 41 to 44 of 44

Thread: convert double to string (string.h string)

  1. #41

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    what i posted is an exact copy of the file.....
    retired member. Thanks for everything

  2. #42
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    I see at least a missing semicolon:
    oss << ref
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #43
    Addicted Member ChuckB's Avatar
    Join Date
    Jul 2002
    Location
    South Carolina, USA
    Posts
    157
    Markman,
    You need to include <sstream>. Don't know if that is causing your problem.
    Regards,
    ChuckB

  4. #44

    Thread Starter
    Frenzied Member markman's Avatar
    Join Date
    Nov 2000
    Location
    Florida.
    Posts
    1,197
    For anyone else usoing g++, the problem ended up being that I copied some code from a borwser into this. Thus, it had &nbsp;'s in it instead of tabs

    Yes, the ; and sstream were also there, but it didnt even get that far compiling

    Thanks everyone
    retired member. Thanks for everything

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width