Click here to Skip to main content
15,925,723 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralQuestions on the keyword "register" in C & C++ Pin
Link26007-Jul-04 15:56
Link26007-Jul-04 15:56 
GeneralRe: Questions on the keyword "register" in C & C++ Pin
Ryan Binns7-Jul-04 16:31
Ryan Binns7-Jul-04 16:31 
GeneralRe: Questions on the keyword "register" in C & C++ Pin
Paul Ranson8-Jul-04 0:00
Paul Ranson8-Jul-04 0:00 
GeneralRe: Questions on the keyword "register" in C & C++ Pin
Link26008-Jul-04 13:39
Link26008-Jul-04 13:39 
GeneralRe: Questions on the keyword "register" in C & C++ Pin
Paul Ranson9-Jul-04 0:47
Paul Ranson9-Jul-04 0:47 
GeneralC++ questions - memory allocation speed and using an instance of a class Pin
Indrawati7-Jul-04 14:04
Indrawati7-Jul-04 14:04 
GeneralRe: C++ questions - memory allocation speed and using an instance of a class Pin
palbano7-Jul-04 16:58
palbano7-Jul-04 16:58 
GeneralHelp managing test code Pin
Gavin Stark7-Jul-04 14:04
Gavin Stark7-Jul-04 14:04 
In my current project we have a "large" code base of about 100K SLOC and a set of unit test code of about 50K SLOC. Our challenge now is to maintain the correlation between the test code and the project code. Most of the test code specifically tests a single class/method.

I'm looking for a way to:
1) Quickly determine for a project class/method which test code covers it and vice-versa.
2) Using the above detect where there are "holes" in our testing.

Several options we have considered are:
A) Maintaining an external to the source code reference (spreadsheet, etc.) - This is difficult since it is a separate cross reference to maintain.
B) Documenting directly in our comments using DOxygen's \test tag the relation from project to test code - here, if we document in the project code, a change to the test code would make us change the comments in the project code.
C) Continue attempting to use a code coverage tool like DevPartner Studio's TrueCoverage to generate this data. Unfortunately TrueCoverage's output format doesn't seem conducive to this type of reporting. For example, it doesn't distinguish overloaded methods.

Any tools, procedures, and options are appreciated.

QuestionDont lose focus? Pin
Larsson7-Jul-04 13:16
Larsson7-Jul-04 13:16 
AnswerRe: Dont lose focus? Pin
Ken Mazaika7-Jul-04 13:34
Ken Mazaika7-Jul-04 13:34 
GeneralRe: Dont lose focus? Pin
Larsson7-Jul-04 13:37
Larsson7-Jul-04 13:37 
GeneralRe: Dont lose focus? Pin
Ken Mazaika7-Jul-04 13:42
Ken Mazaika7-Jul-04 13:42 
GeneralRe: Dont lose focus? Pin
Larsson7-Jul-04 13:44
Larsson7-Jul-04 13:44 
GeneralRe: Dont lose focus? Pin
Ken Mazaika7-Jul-04 13:51
Ken Mazaika7-Jul-04 13:51 
GeneralRe: Dont lose focus? Pin
Larsson7-Jul-04 13:54
Larsson7-Jul-04 13:54 
AnswerRe: Dont lose focus? Pin
ThatsAlok7-Jul-04 21:56
ThatsAlok7-Jul-04 21:56 
GeneralDialog Box Pin
Ken Mazaika7-Jul-04 13:06
Ken Mazaika7-Jul-04 13:06 
GeneralCommand line arguments.. Pin
Laing,James7-Jul-04 12:17
Laing,James7-Jul-04 12:17 
GeneralRe: Command line arguments.. Pin
Graham Bradshaw7-Jul-04 12:32
Graham Bradshaw7-Jul-04 12:32 
GeneralRe: Command line arguments.. Pin
Laing,James7-Jul-04 12:37
Laing,James7-Jul-04 12:37 
GeneralPostMessage problem Pin
BlackDice7-Jul-04 11:44
BlackDice7-Jul-04 11:44 
GeneralCFrameWnd draw Pin
james6667-Jul-04 10:56
james6667-Jul-04 10:56 
GeneralNeed help for memory leak Pin
Vincent Ye7-Jul-04 10:21
Vincent Ye7-Jul-04 10:21 
GeneralRe: Need help for memory leak Pin
David Crow7-Jul-04 10:29
David Crow7-Jul-04 10:29 
GeneralRe: Need help for memory leak Pin
Vincent Ye7-Jul-04 10:40
Vincent Ye7-Jul-04 10:40 

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.