[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
talk:BeginnersGuideToCPlusPlus
This page is to discuss "BeginnersGuideToCPlusPlus". You can ask questions or make comments.
What is a talkpage?
I'm new to C++ coding and have just got the Visual Studio. Why can't the .h extension not be used? and why does the following program not work:-
{ cout << "hello world";
}
The compiler errors with 'error C2065: 'cout' : undeclared identifier'. If cout no longer works that's my beginners book in the rubbish bin. pleas help.
[Edit this page] [Page history] [What links here] [Printer Friendly]
talk:BeginnersGuideToCPlusPlus
This page is to discuss "BeginnersGuideToCPlusPlus". You can ask questions or make comments.
What is a talkpage?
I'm new to C++ coding and have just got the Visual Studio. Why can't the .h extension not be used? and why does the following program not work:-
- include <iostream>
{ cout << "hello world";
}
The compiler errors with 'error C2065: 'cout' : undeclared identifier'. If cout no longer works that's my beginners book in the rubbish bin. pleas help.
[Edit this page] [Page history] [What links here] [Printer Friendly]
