Want to create New Win 32 Application?

Asked By 10 points N/A Posted on -
qa-featured

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.

SHARE
Answered By 5 points N/A #95742

Want to create New Win 32 Application?

qa-featured

How to create a Win32 Application

Follow the following steps to create a WIN32 GUI based application project:

  1. Select FILE from the main menu
  2. Select NEW
  • The following window will appear:
  • In the above window, you need to do the following 5 things
  1. select Win32 Application  in the above window
  2. write your project name on the upper left side of the window
  3. select “CREATE NEW WORK SPACE” radio button
  4. check Win32 check box
  5. click “OK”
  • After performing the 5 tasks above, the following window will appear:
  • In this window you need to do the following
  1. Select “AN EMPTY PROJECT” option.
  2. 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,

  1. Click on FILE
  2. Click OPEN
  3. Select the file to be added

To add a new file in your project, do the following steps:

  1. Click on FILE
  2. Click NEW
  3. Select C++ Source File option
  4. Select project in which you want to add the file
  5. Enter file name in the FILE NAME text area
  6. Browse the location in which you want to save your file
  7. Click “OK”

 

After performing the tasks above, your new file will be added into your project.

Related Questions