Click here to Skip to main content
15,885,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sorting a list Pin
aafcls13-Jul-06 11:13
aafcls13-Jul-06 11:13 
GeneralRe: sorting a list Pin
earl13-Jul-06 11:55
earl13-Jul-06 11:55 
GeneralRe: sorting a list Pin
David Crow14-Jul-06 3:30
David Crow14-Jul-06 3:30 
GeneralRe: sorting a list Pin
aafcls14-Jul-06 5:51
aafcls14-Jul-06 5:51 
GeneralRe: sorting a list Pin
led mike13-Jul-06 10:17
led mike13-Jul-06 10:17 
QuestionCode Management Practices.... Pin
Christopher Stratmann13-Jul-06 8:05
Christopher Stratmann13-Jul-06 8:05 
AnswerRe: Code Management Practices.... Pin
led mike13-Jul-06 8:20
led mike13-Jul-06 8:20 
GeneralRe: Code Management Practices.... Pin
Christopher Stratmann13-Jul-06 8:31
Christopher Stratmann13-Jul-06 8:31 
Ok, Maybe I didnt write my question right. I am not talking about source control. I do not need to keep track of changes because I always want the newest version.

Example: I have ProjectA, ProjectB, ProjectC. Function1 and Function2 are used in ProjectA and ProjectB. I want to save those functions somewhere so that later on (ProjectF) if those functions are needed I dont have to go "remember" that the functions are in ProjectA and ProjectB. I would like to go out to a file structure or something where that function is stored and then put it into ProjectD.

You kind of see where I am going with this?

I would like to organize a file/folder structure in a way to maximize an ease of finding code (functions,classes,dlls,libraries,sample projects,add-ins,etc).

My first question is I wonder how other programmers store their code in a file/folder structure (If so what does their C++ folder structure look like), or do they use a special program.

I would also like to keep track of the DOxygen code assocated with the source code.

Chris
GeneralRe: Code Management Practices.... Pin
led mike13-Jul-06 9:06
led mike13-Jul-06 9:06 
GeneralRe: Code Management Practices.... Pin
Christopher Stratmann13-Jul-06 9:23
Christopher Stratmann13-Jul-06 9:23 
AnswerRe: Code Management Practices.... Pin
Wes Aday13-Jul-06 9:41
professionalWes Aday13-Jul-06 9:41 
GeneralRe: Code Management Practices.... Pin
Christopher Stratmann13-Jul-06 9:44
Christopher Stratmann13-Jul-06 9:44 
Questionrplease help Pin
kh.pakdaman13-Jul-06 7:33
kh.pakdaman13-Jul-06 7:33 
AnswerRe: rplease help Pin
Chris Losinger13-Jul-06 7:41
professionalChris Losinger13-Jul-06 7:41 
AnswerRe: rplease help Pin
David Crow13-Jul-06 7:51
David Crow13-Jul-06 7:51 
GeneralRe: rplease help Pin
Christopher Stratmann13-Jul-06 8:20
Christopher Stratmann13-Jul-06 8:20 
AnswerRe: rplease help Pin
Zac Howland13-Jul-06 8:56
Zac Howland13-Jul-06 8:56 
GeneralRe: rplease help Pin
earl13-Jul-06 11:59
earl13-Jul-06 11:59 
GeneralRe: rplease help Pin
Zac Howland14-Jul-06 3:11
Zac Howland14-Jul-06 3:11 
Questionany Idea for a Project? Pin
Semion_N13-Jul-06 6:45
Semion_N13-Jul-06 6:45 
AnswerRe: any Idea for a Project? Pin
valikac13-Jul-06 7:05
valikac13-Jul-06 7:05 
GeneralRe: any Idea for a Project? Pin
Semion_N13-Jul-06 7:08
Semion_N13-Jul-06 7:08 
AnswerRe: any Idea for a Project? Pin
Wes Aday13-Jul-06 7:10
professionalWes Aday13-Jul-06 7:10 
GeneralRe: any Idea for a Project? Pin
cppcook13-Jul-06 7:17
cppcook13-Jul-06 7:17 
AnswerRe: any Idea for a Project? Pin
earl13-Jul-06 7:49
earl13-Jul-06 7:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.