|
-
December 3rd, 2001, 11:17 AM
#13
Re: having trouble with ifstream
refering to the .h file extentions the ansi C libraries in C++ can be
included prefixing the name with a 'c' and dropping the ".h" then for
string.h you get#include <cstring>
Again you need to use
using namespace std;
Stitch
====================
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|