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,166 |
| Nodes: | 17 (1 / 16) |
| Uptime: | 417:15:13 |
| Calls: | 509,423 |
| Calls today: | 9 |
| Files: | 262,239 |
| D/L today: |
5,516 files (1,522M bytes) |
| Messages: | 469,851 |
| Posted today: | 4 |