Skip to content

Opening book details…

About this document

Hello World App in Visual C++ by Khudija is a document available to read on EtoBox.

The document demonstrates how to create a simple "Hello World" C++ console application in Visual Studio. It describes opening Visual Studio, creating a new project called "hello", adding a source file called "hello.cpp", writing code to print "Hello, name" where name is entered by the user, building and running the project. The code uses iostream for input/output, gets the user

Author
Khudija
Language
EN