Thursday, February 18, 2016

Steps To Create Project In Visual Studio

******************** Steps To Create Project In Visual Studio ***************************

Step 1 : Open Visual Studio in our Computer.

Step 2 : Go To File->New->Project.


step 3:  After this Select Win32 option in left pane of window and choose windows console application or win32 application. Enter the Project Name and Choose Project Path we have to save it. and click Ok button.


Step  3: After this we have click Next button.


Step 4 : After this Select Console application or window application or dll and tick Empty project. Click Finish button.


Step 5: To add Source File We have to right click on Source File Folder->Add->New Item.






Step 6: Select C++ File and Enter the Name of Program File. Click Add button.


Step 7 : After this We have to see below Empty Window . Start Writing a C/Cpp programming code.



Step 8: Writing a full program. we have to build it or compile it. We have to choose build option and select build solution to build our program.


Step 9 : After building or compiling program we have to run it using ctr + F5 key.


Step 10 : See the output of our program we have to automatically open console prompt.

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

No comments:

Post a Comment

SYBSc (CS) Sem III : Data Structure Slip 14 Que - 2

  SAVITIBAI PHULE UNIVERSITY OF PUNE S. Y. B.Sc. (Computer Science) Semester III Practical Examination       SUBJECT: CS-233 Practical cours...