I am a new Win32 Programmer and I have a university book. I want to write that code and execute my first program please tell me how can I do this.
I want to create a Win32 Application.
Please tell me it's complete detail.
Answered By
James20
5 points
N/A
#95742
Want to create New Win 32 Application?
How to create a Win32 Application
Follow the following steps to create a WIN32 GUI based application project:
-
Select FILE from the main menu
-
Select NEW
-
The following window will appear:
-
In the above window, you need to do the following 5 things
-
select Win32 Application in the above window
-
write your project name on the upper left side of the window
-
select “CREATE NEW WORK SPACE” radio button
-
check Win32 check box
-
click “OK”
-
After performing the 5 tasks above, the following window will appear:
-
In this window you need to do the following
-
Select “AN EMPTY PROJECT” option.
-
Click “FINISH”
-
After performing the above 2 tasks, the following window will be appear:
You just need to click “OK” in the above window
After pressing “OK” in the above window, the following window will be appear:
Your project has been created
How to add a new file in your project
To add an already created file,
-
Click on FILE
-
Click OPEN
-
Select the file to be added
To add a new file in your project, do the following steps:
-
Click on FILE
-
Click NEW
-
Select C++ Source File option
-
Select project in which you want to add the file
-
Enter file name in the FILE NAME text area
-
Browse the location in which you want to save your file
-
Click “OK”
After performing the tasks above, your new file will be added into your project.