Click here to Skip to main content
15,889,817 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow do i sync two places.sqlite..? Pin
yogish2931-Feb-11 19:58
yogish2931-Feb-11 19:58 
AnswerRe: how do i sync two places.sqlite..? Pin
User 74293381-Feb-11 20:13
professionalUser 74293381-Feb-11 20:13 
GeneralRe: how do i sync two places.sqlite..? Pin
yogish2931-Feb-11 20:17
yogish2931-Feb-11 20:17 
AnswerRe: how do i sync two places.sqlite..? Pin
Niklas L1-Feb-11 21:20
Niklas L1-Feb-11 21:20 
QuestionHow to add a tag like //<AMRIT.AGRAWAL> Added 02/02/2011 on a shortcut key in somewhere in the code Pin
Amrit Agr1-Feb-11 19:37
Amrit Agr1-Feb-11 19:37 
AnswerRe: How to add a tag like // Added 02/02/2011 on a shortcut key in somewhere in the code Pin
_AnsHUMAN_ 1-Feb-11 19:59
_AnsHUMAN_ 1-Feb-11 19:59 
GeneralRe: How to add a tag like // Added 02/02/2011 on a shortcut key in somewhere in the code Pin
Amrit Agr2-Feb-11 16:28
Amrit Agr2-Feb-11 16:28 
GeneralRe: How to add a tag like // Added 02/02/2011 on a shortcut key in somewhere in the code Pin
Stefan_Lang3-Feb-11 7:01
Stefan_Lang3-Feb-11 7:01 
I am really under the impression that you need a version control system (VCS), like I suggested below. Comments in code just won't do it, no matter how clever your tricks to get them inserted. The huge advantage of a VCS is that you will not only see which line had been changed by whom (and the related comment), but also what else had been changed at the same time, and even what, exactly, the changes were. You can also undo the changes, or restore any previous version that you want, even deleted files can be restored this way.

In case of Subversion I could give you some pointers. E. g. on Windows, you can just install the GUI client TortoiseSVN instead. it comes with terrific documentation that will get you started quite easily. (not saying the Subversion manual is bad, it's just targeted a bit more at advanced users). There are also plugins for integration with VisualStudio, and Eclipse supports it out of the box.

If you have Visual Studio 2010, TFS would be an option (the version of TFS delivered with earlier versions of VS weren't all that good). AFAIK it's free if you have the subscription.

There are other systems such as Mercurial and GIT, but I know too little of these to give any further advice.
AnswerRe: How to add a tag like // Added 02/02/2011 on a shortcut key in somewhere in the code PinPopular
Stefan_Lang1-Feb-11 22:43
Stefan_Lang1-Feb-11 22:43 
QuestionHow to set Background color, & Icon of CButton & How to use CBitmapButton Pin
pankaj293831-Feb-11 19:08
pankaj293831-Feb-11 19:08 
AnswerRe: How to set Background color, & Icon of CButton & How to use CBitmapButton Pin
Malli_S1-Feb-11 19:56
Malli_S1-Feb-11 19:56 
AnswerRe: How to set Background color, & Icon of CButton & How to use CBitmapButton [modified] Pin
_AnsHUMAN_ 1-Feb-11 19:57
_AnsHUMAN_ 1-Feb-11 19:57 
Questionhow to do function like cout Pin
KARFER1-Feb-11 6:10
KARFER1-Feb-11 6:10 
AnswerRe: how to do function like cout Pin
Richard MacCutchan1-Feb-11 6:16
mveRichard MacCutchan1-Feb-11 6:16 
AnswerRe: how to do function like cout Pin
«_Superman_»1-Feb-11 7:48
professional«_Superman_»1-Feb-11 7:48 
AnswerRe: how to do function like cout Pin
Stefan_Lang1-Feb-11 23:18
Stefan_Lang1-Feb-11 23:18 
QuestionRelease VS Debug compiles Pin
Khan Shere1-Feb-11 3:47
Khan Shere1-Feb-11 3:47 
AnswerRe: Release VS Debug compiles Pin
Chris Losinger1-Feb-11 3:51
professionalChris Losinger1-Feb-11 3:51 
GeneralRe: Release VS Debug compiles Pin
Khan Shere1-Feb-11 3:55
Khan Shere1-Feb-11 3:55 
GeneralRe: Release VS Debug compiles Pin
Richard MacCutchan1-Feb-11 4:21
mveRichard MacCutchan1-Feb-11 4:21 
GeneralRe: Release VS Debug compiles Pin
Khan Shere1-Feb-11 5:01
Khan Shere1-Feb-11 5:01 
GeneralRe: Release VS Debug compiles Pin
Richard MacCutchan1-Feb-11 6:13
mveRichard MacCutchan1-Feb-11 6:13 
AnswerRe: Release VS Debug compiles Pin
Andrew Brock1-Feb-11 4:50
Andrew Brock1-Feb-11 4:50 
GeneralRe: Release VS Debug compiles [modified] Pin
Aescleal1-Feb-11 7:58
Aescleal1-Feb-11 7:58 
AnswerRe: Release VS Debug compiles Pin
User 74293381-Feb-11 10:02
professionalUser 74293381-Feb-11 10:02 

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.