Hello. I'm a beginner. I have programmed in different languages before, but I'm new to C++.
In-order to begin to work with the tutorials in this website, I chose to install two compilers: Bloodshed's Dev-C++, and Microsoft's Visual C++ 2008 Express. As pathetic as it may sound, pasting the first piece of code available in the very first tutorial generated errors in both compilers.
Code:#include <iostream> using namespace std; int main() { cout<<"HEY, you, I'm alive! Oh, and Hello World!\n"; cin.get(); }
I attached the following pictures:
I'm not sure if it's a problem on my end, or on your end. It's probably on my end.
Anyhow, I tried to tweak with the source, change things. Nothing worked out.
I'm simply paralyzed at the moment.
Any help or suggestion would be appreciated.
Thanks.



LinkBack URL
About LinkBacks





rompt"
CornedBee