Steps:
1.Install Visual C++ 2008 Express Edition
2.Click on start button
3.Click All Programs
4. Click Microsoft Visual C++ 2008 Express Edition
5Click Visual Studio Tools
6.Click Visual Studio 2008 Command Prompt
7.To Open a File Type:::> notepad filename.c
//A notepad will open with a Dialog Box:::Press Yes
8.Write a c program in the notepad and save it.
9.To Compile the File Type:::> cl filename.c
10.To Run the File Type:::> filename and press enter //here filename should be without extension .c
Hope u enjoyed it.
No comments:
Post a Comment