one thing i dont understand(about c++ projects)
Author |
Message |
Homer_simpson
|
Posted: Mon Jun 02, 2003 6:17 pm Post subject: one thing i dont understand(about c++ projects) |
|
|
do i always have to create a project even if my program only includes 1 file?!
and please explain to me the difference between c++ files(header files,code,project...) |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Homer_simpson
|
Posted: Mon Jun 02, 2003 6:21 pm Post subject: (No subject) |
|
|
whoa i just figured out that when i update bloodshed c++ i get a built in mysql package really nice... |
|
|
|
|
|
Tony
|
Posted: Mon Jun 02, 2003 6:33 pm Post subject: (No subject) |
|
|
project is like a folder where you keep all those files... so yes, you need that (or workspace, w/e)
headerfiles are your libraries... files you include with your program. Turing always includes all possible header files with your program, that why exes are soo damn large
code is the code you run |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|