Click here to Skip to main content
15,909,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i open some Form application as child of other Form application ? Pin
Yanshof7-Nov-07 10:05
Yanshof7-Nov-07 10:05 
AnswerRe: How can i open some Form application as child of other Form application ? Pin
Hamid_RT7-Nov-07 17:36
Hamid_RT7-Nov-07 17:36 
GeneralRe: How can i open some Form application as child of other Form application ? Pin
Yanshof7-Nov-07 19:20
Yanshof7-Nov-07 19:20 
AnswerRe: How can i open some Form application as child of other Form application ? Pin
Nelek7-Nov-07 21:20
protectorNelek7-Nov-07 21:20 
GeneralRe: How can i open some Form application as child of other Form application ? Pin
Hamid_RT8-Nov-07 2:46
Hamid_RT8-Nov-07 2:46 
QuestionProject snapshot Pin
Larrson127-Nov-07 9:34
Larrson127-Nov-07 9:34 
AnswerRe: Project snapshot Pin
Maximilien7-Nov-07 9:52
Maximilien7-Nov-07 9:52 
AnswerRe: Project snapshot Pin
Peter Weyzen7-Nov-07 15:40
Peter Weyzen7-Nov-07 15:40 
I agree -- version control is what you need! Most of us can't live without it...

Commonly what you do - is store all of your code and project materials in it's special database. As you make changes, you check-in those changes to the master copy -- which lives on a server.

You can also create branches -- which basically makes a snapshot of the master. You can then work on the snapshot, make changes and check them back in without altering the master.

Once your happy with your changes, you merge them back into the master... incorporating these changes in one transaction.

Within the masters, you can record labels (put down a marker) and also do all kinds of reporting -- like who changed what or when did this change...

There's various products out there -- some of them are more difficult to manage. I currently use SVN... have used CVS and Microsoft SourceSafe.... SVN is the best so far... but any idiot could install a SourceSafe system...

I know there's other choices out there.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br />
Peter Weyzen<br />
Staff Engineer<br />
<A HREF="http://www.soonr.com">SoonR Inc -- PC Power delivered to your phone</A>

QuestionURGENT : strange error C4430 VS2005 with ostream Pin
AhmedOsamaMoh7-Nov-07 8:08
AhmedOsamaMoh7-Nov-07 8:08 
AnswerRe: URGENT : strange error C4430 VS2005 with ostream Pin
Mark Salsbery7-Nov-07 8:18
Mark Salsbery7-Nov-07 8:18 
JokeRe: URGENT : strange error C4430 VS2005 with ostream Pin
AhmedOsamaMoh7-Nov-07 8:22
AhmedOsamaMoh7-Nov-07 8:22 
GeneralRe: URGENT : strange error C4430 VS2005 with ostream Pin
led mike7-Nov-07 8:44
led mike7-Nov-07 8:44 
Questionconnecting to a parallel port problem. Please Help Pin
Wamuti7-Nov-07 7:29
Wamuti7-Nov-07 7:29 
AnswerRe: connecting to a parallel port problem. Please Help Pin
led mike7-Nov-07 7:48
led mike7-Nov-07 7:48 
AnswerRe: connecting to a parallel port problem. Please Help Pin
Gordon Brandly7-Nov-07 10:10
Gordon Brandly7-Nov-07 10:10 
QuestionDll hell Pin
Rage7-Nov-07 5:22
professionalRage7-Nov-07 5:22 
AnswerRe: Dll hell Pin
toxcct7-Nov-07 5:27
toxcct7-Nov-07 5:27 
GeneralRe: Dll hell Pin
Rage7-Nov-07 5:34
professionalRage7-Nov-07 5:34 
GeneralRe: Dll hell Pin
toxcct7-Nov-07 5:37
toxcct7-Nov-07 5:37 
JokeOff Topic Pin
toxcct7-Nov-07 5:39
toxcct7-Nov-07 5:39 
JokeRe: Off Topic Pin
Matthew Faithfull7-Nov-07 5:58
Matthew Faithfull7-Nov-07 5:58 
AnswerRe: Dll hell Pin
Mark Salsbery7-Nov-07 7:00
Mark Salsbery7-Nov-07 7:00 
AnswerRe: Dll hell Pin
JudyL_MD7-Nov-07 10:35
JudyL_MD7-Nov-07 10:35 
GeneralRe: Dll hell Pin
Rage7-Nov-07 21:47
professionalRage7-Nov-07 21:47 
GeneralRe: Dll hell Pin
toxcct7-Nov-07 23:08
toxcct7-Nov-07 23:08 

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.