Thursday, June 19, 2014

First Program in C++

After installing Code:blocks
Create a Project and select Console Application. (File>New>Project)

use C++ , type a project name  and
open "main.cpp" in left side




in Build menu click Build and Run





now a Console Application will appear like this :


Follow us in next tutorials to know what are these lines in souce code and what they do .

No comments:

Post a Comment