I would like to know how you store your files for your mid to large projects.
I have a Workspace folder Structure like this:
Code: Select all
Workspace_A
--Project_A
--VirtualFolder_A
--Sourcefile_A
--Headerfile_A
--Sourcefile_B
--Headerfile_B
--VirtualFolder_B
--Sourcefile_C
--Headerfile_C
--Sourcefile_D
--Headerfile_D
--Project_B
--VirtualFolder_A
--Sourcefile_A
--Headerfile_A
--Sourcefile_B
--Headerfile_B
--VirtualFolder_B
--Sourcefile_C
--Headerfile_C
--Sourcefile_D
--Headerfile_D
My real folder Structur is just:
Workspace___A
--Project___A
--Sourcefile___A
--Headerfile___A
--Sourcefile___B
--Headerfile___B
--Sourcefile___C
--Headerfile___C
--Sourcefile___D
--Headerfile___D
--Project___B
--Sourcefile___A
--Headerfile___A
--Sourcefile___B
--Headerfile___B
--Sourcefile___C
--Headerfile___C
--Sourcefile___D
--Headerfile___D
Does it make sense at all.
I noticed the tooltip in the NewClass wizard if you hover over the path for the real structure:
Where to put this file...This will be normaly the directory corresponding to the virtual class directory.
However the predefined path is: Workspace/project.
Have i missed a flag in the properties or have I to direct it maualy?
The second thing is how can I separate header and sourcefiles in the class wizard?
The third is, how do you organize your files. Im new to programming and would ask some experienced users.