I am trying to compile spoon from soupgate with no joy
I get the following error
socket.cpp: In member function æint Socket::SendText(char*, u_long)Æ: socket.cpp:300: error: æifstreamÆ was not declared in this scope
I am trying to compile spoon from soupgate with no joy
I get the following error
socket.cpp: In member function ‘int Socket::SendText(char*,
u_long)’: socket.cpp:300: error: ‘ifstream’ was not declared in
this scope
This looks like this code was written in an older "version" of c++.
The easiest way to fix this would be adding the line
using namespace std;
Somewhere after the #include lines
Sysop: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,024 |
Nodes: | 17 (0 / 17) |
Uptime: | 14:27:09 |
Calls: | 503,226 |
Calls today: | 4 |
Files: | 232,763 |
D/L today: |
715 files (101M bytes) |
Messages: | 440,607 |