Saturday 20 January 2018

USING WIN32 CONSOLE APPLICATION


1.      USING WIN32 CONSOLE APPLICATION

USING WIN32 CONSOLE APPLICATION
Step 1:-Select a NEW file
Step 2:-Select project tab from new window and from that select WIN-32 Application
             Option and give name as console application and click ok
Step 3:-
Ø  A WIN-32 Console Application Window is Appeared
Ø  Select empty projects in step-1 click Finish.
Ø  New project information window will appear and click ok
Step 4:-With given project name set of classes will appear.
Step 5:-Go to file menu and select new, a window will appear then, select C++ source files tab and                     give a file name as source 1 and click ok
Step 6:-Now type the following code
                        #include <iostream.h>
                        Void main ()
                        {         
                                    Cout<<”Welcome to Visual C++ Programming\n”;
                        }

Step 7:-Build…………Compile……….Execute.


0 comments:

Post a Comment