Forum: C++ Apr 27th, 2005 |
| Replies: 2 Views: 2,418 Thanks, I am so stupid not seeing that. |
Forum: C++ Apr 26th, 2005 |
| Replies: 2 Views: 2,418 Anybody can help to explain why "m_line.replace(idx, m_search.size(), replace);" doesn't compile in cygwin and how to change it?
Thanks.
using namespace std;
int main(int argc, char *argv[])... |
Forum: C++ Mar 17th, 2005 |
| Replies: 3 Views: 2,827 Anybody could tell me what's wrong with the following code?
It complaints:
13 C:\apps\Dev-Cpp\projects\14\14_1.cpp ISO C++ forbids defining types within return type
Thanks in advance.
... |