Click here to Skip to main content
15,911,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Adding comments won't do it, because it may be gone if someone later deletes a function that has become obsolete, all the comments therein are gone as well. Of course, if that function became obsolete, you may no longer be interested in the changes going into it.

Also, the (in)famous habit of copy and paste may obfuscate or invalidate some of these comments, when replicating code to different contexts.

The best way to track changes is using a version control system, such as subversion. These systems not only allow you to add comments on your changes outside your source code, they also let you see all files that have been changed at the same time for a particular fix. It's also much easier to use: change 15 files to fix a problem, then check in and add a comment about what you've done just once. Much easier than adding comments on 50 lines in 15 different files!

I've suggested subversion because that is what I am familiar with, and I know it works on many platforms and there are lots of addons and plugins to integrate it with your development environment. But there are many other good version control systems as well.
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 
GeneralRe: Release VS Debug compiles Pin
Khan Shere1-Feb-11 20:57
Khan Shere1-Feb-11 20:57 

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.