----------------------------------- Homer_simpson Mon Jun 02, 2003 6:17 pm 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...) ----------------------------------- Homer_simpson Mon Jun 02, 2003 6:21 pm ----------------------------------- whoa i just figured out that when i update bloodshed c++ i get a built in mysql package really nice... :D ----------------------------------- Tony Mon Jun 02, 2003 6:33 pm ----------------------------------- 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