But how come i cannot declare String??
There's an error: Undeclared identifier "string"
i have already included string.h
#include <iostream>
#include <fstream.h>
#include <stdlib.h>
#include <STRING>
int main () {
String A;
return 0;
}
|
Results 1 to 9 of 9
Threaded View
|
Click Here to Expand Forum to Full Width |