thank you duoas
thank you duoas for your reply, but it does not work.
i am using winXP and C++ 3
please help me as i am very beginner in this language.
This follows on from:
http://www.cplusplus.com/forum/beginner/2307/
You need to provide a whole lot more information than that.
Tell me the name of your compiler and its version
Examples:
GCC 4.3.0 20080305 (alpha-testing) mingw-20080502)
Borland® C++Builder® for Microsoft® Windows™ Version 10.0.2288.42451 Update 2
Show me a code example that fails
Example:
1 2 3 4 5 6 7 8
|
#include <iostream>
using namespace std;
int main()
{
cout << "Hello world!" << endl;
return 0;
}
|
Tell me exactly what you do to compile it
Examples:
"I press the Build All button from the Project menu"
"I type 'g++ myprog.cpp' at the command line"
The more specific you are, the better chance that I or someone else can help you, and the happier you'll be.
Topic archived. No new replies allowed.