Click here to Skip to main content
15,901,426 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHelp Needed !!! Pin
SelvaKr27-Jun-07 18:28
SelvaKr27-Jun-07 18:28 
AnswerRe: Help Needed !!! Pin
JudyL_MD28-Jun-07 2:38
JudyL_MD28-Jun-07 2:38 
GeneralRe: Help Needed !!! Pin
SelvaKr28-Jun-07 19:17
SelvaKr28-Jun-07 19:17 
GeneralRe: Help Needed !!! Pin
JudyL_MD29-Jun-07 2:27
JudyL_MD29-Jun-07 2:27 
QuestionHow to close a user created message box without effecting the background Pin
msr_codeproject27-Jun-07 18:26
msr_codeproject27-Jun-07 18:26 
AnswerRe: How to close a user created message box without effecting the background Pin
Joan M27-Jun-07 18:58
professionalJoan M27-Jun-07 18:58 
Questionunit testing Pin
deeps_cute27-Jun-07 17:55
deeps_cute27-Jun-07 17:55 
AnswerRe: unit testing Pin
_AnsHUMAN_ 27-Jun-07 20:05
_AnsHUMAN_ 27-Jun-07 20:05 
Unit testing is meant for developer to check whether the functionality implemented is working according to what was planned. If there are any discrepancies in the fn'lity the developer must resolve it before a release is sent to the Testing team. This ensures that the testing team finds least number of bugs.
So in order to perform a unit testing you should know exactly what you want your code to do. Once you know this go ahead and execute the application to check if there is any bug that needs to be resolved. You can write test cases for yourself to check the execution and then perform a run.
For eg:
If you want your edit box to accept only chars and no special characters, number you would need to enter such values in the edit box and see it for yourself.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

Questioncannot open include file 'afxres.h' Pin
gentleguy27-Jun-07 17:31
gentleguy27-Jun-07 17:31 
AnswerRe: cannot open include file 'afxres.h' Pin
spsharma27-Jun-07 22:51
spsharma27-Jun-07 22:51 
QuestionGettings error strings from Winerror.h Pin
Akin Ocal27-Jun-07 12:51
Akin Ocal27-Jun-07 12:51 
AnswerRe: Gettings error strings from Winerror.h Pin
Mark Salsbery27-Jun-07 13:15
Mark Salsbery27-Jun-07 13:15 
QuestionSlider Ctrl Pin
ScotDolan27-Jun-07 11:49
ScotDolan27-Jun-07 11:49 
AnswerRe: Slider Ctrl Pin
Mark Salsbery27-Jun-07 12:11
Mark Salsbery27-Jun-07 12:11 
GeneralRe: Slider Ctrl Pin
zhang80060527-Jun-07 16:11
zhang80060527-Jun-07 16:11 
GeneralRe: Slider Ctrl Pin
ScotDolan28-Jun-07 5:19
ScotDolan28-Jun-07 5:19 
GeneralRe: Slider Ctrl Pin
Mark Salsbery28-Jun-07 6:09
Mark Salsbery28-Jun-07 6:09 
AnswerRe: Slider Ctrl Pin
drexel17183-Jul-07 20:59
drexel17183-Jul-07 20:59 
QuestionWrite a string find and replace program Pin
Nacho Chip27-Jun-07 11:31
Nacho Chip27-Jun-07 11:31 
AnswerRe: Write a string find and replace program Pin
Naveen27-Jun-07 14:58
Naveen27-Jun-07 14:58 
AnswerRe: Write a string find and replace program Pin
zhang80060527-Jun-07 16:28
zhang80060527-Jun-07 16:28 
AnswerRe: Write a string find and replace program Pin
Arris7427-Jun-07 19:50
Arris7427-Jun-07 19:50 
Questionproblem with closing window Pin
Giorgi Dalakishvili27-Jun-07 9:37
mentorGiorgi Dalakishvili27-Jun-07 9:37 
AnswerRe: problem with closing window Pin
Mark Salsbery27-Jun-07 10:15
Mark Salsbery27-Jun-07 10:15 
GeneralRe: problem with closing window Pin
Giorgi Dalakishvili27-Jun-07 10:28
mentorGiorgi Dalakishvili27-Jun-07 10:28 

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.