1
Suggestion of C++ book
I know the basic thing of c++ programming and I would like to go deeper in C++. Please suggest me a good book on C++ for advanced topics (windows programming, aptitude in c++,etc.., )
Answer Question
| August 21, 2010 1:08 PM
C programming, C++, Visual C++, Visual C++ 2008, Visual Studio 2008
I know the basic thing of c++ programming and I would like to go deeper in C++. Please suggest me a good book on C++ for advanced topics (windows programming, aptitude in c++,etc.., )
Input String
#include "stdafx.h" #include <iostream> #include <stdio.h> using namespace std; void main() { char line[33]; int no; cout<<"Enter no"; cin>>no; cout<<"Enter text"; gets(line); } When i run this code in Visual C++ 2008 using Ctrl + F5 Output comes as: Enter no 3 Enter text Press any key to continue I am unable to input text [...]
Answer Question
| June 29, 2009 12:52 PM
C++, c++ string, Visual C++ 2008
#include "stdafx.h" #include <iostream> #include <stdio.h> using namespace std; void main() { char line[33]; int no; cout<<"Enter no"; cin>>no; cout<<"Enter text"; gets(line); } When i run this code in Visual C++ 2008 using Ctrl + F5 Output comes as: Enter no 3 Enter text Press any key to continue I am unable to input text [...]
Microsoft Visual Studio 2008 Express edition
Hello everybody, i recently downloaded the Microsoft Visual Studio 2008 Express Edition. It has Visual Basic 2008, Visual C# 2008, Visual C++ 2008 and Visual Web Developer 2008 (all Express editions). The problem is i dont know where to start. I have programming background. i have programmed in C++ and Visual Basic 6.0 (at university). [...]
Answer Question
| February 24, 2010 1:23 PM
C#, SQL Server 2005, Visual Basic, Visual C# 2008, Visual C++ 2008, Visual Studio 2008, Visual Studio 2008 Express Edition, Visual Web Developer 2008
Hello everybody, i recently downloaded the Microsoft Visual Studio 2008 Express Edition. It has Visual Basic 2008, Visual C# 2008, Visual C++ 2008 and Visual Web Developer 2008 (all Express editions). The problem is i dont know where to start. I have programming background. i have programmed in C++ and Visual Basic 6.0 (at university). [...]
1





