Visual C++ 2008 Questions and Answers

Recent IT Questions

1 - 2 of 2
<<PREVIOUS 1 NEXT>>

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...

Answer Question   |  Jun 28 2009  12:52 AM GMT
c++ string, Visual C++ 2008, C++
asked by Sunveer

  5 pts.

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...

View Answer   |  Dec 17 2008  1:23 PM GMT
Visual Basic, SQL Server 2005, C#
asked by GK

  30 pts.

1 - 2 of 2
<<PREVIOUS 1 NEXT>>