Thread: pls help!!!

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    80

    Post pls help!!!

    i am using borland c++ 3
    when i write : #include <string> compiler gives error:unable to open include file <string> whats the problem?

  2. #2
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    the problem is that it is unable to open "string". "string" is either a new-style header or doesnt exist (i dont program c++, so i couldn't tell you). isnt borland c++ 3 an old version? if so, does it have support for the newer standard headers and libraries? check your standard library documentation and see if "string" is mentioned as a header file.
    hello, internet!

  3. #3
    Student drdroid's Avatar
    Join Date
    Feb 2002
    Location
    Montreal, Quebec
    Posts
    669

    actually:

    I use borland version 4.52 and the problem with that is it should be <string.h> not just <string> or whatever you said.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Basic port scanner code .. pls help ???
    By intruder in forum C Programming
    Replies: 18
    Last Post: 03-13-2003, 08:47 AM
  2. i dont know what to do. pls. help!!!!
    By Unregistered in forum C++ Programming
    Replies: 14
    Last Post: 03-14-2002, 03:24 PM
  3. help me pls..... :(
    By mocha_frap024 in forum C++ Programming
    Replies: 2
    Last Post: 02-22-2002, 10:46 AM
  4. pls help me!!
    By hanseler in forum C++ Programming
    Replies: 1
    Last Post: 12-05-2001, 08:46 PM
  5. Pls Help Me In This Question!!!
    By Joanna in forum Windows Programming
    Replies: 1
    Last Post: 10-20-2001, 02:05 PM