1.      USING WIN32 CONSOLE APPLICATION
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.
 

No comments:
Post a Comment