![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jan 2006
Location: scotland
Posts: 3
Rep Power: 0
![]() |
layout of visual C++ programming
hi, i'm a programming beginner and was wondering how the layout of a C++ program should be done.
do you start of with a .cpp file and a header file and then the visual front end? this is probably a real duuuuuhh question but i can take it :banana: |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
What are you making the frontend in? The Win32 API? MFC? .NET? Qt? GTK+? wxWidgets?
Whatever it is, the frontend will be part of the .cpp file - if you're writing the code yourself, put it in there. The documentation for the specific API you're using will help. If you're using a designer, it will write the code for you. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|