Click here to Skip to main content
15,886,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGet the ipaddress of a system which remotely logged into my system Pin
narayanagvs7-May-10 3:10
narayanagvs7-May-10 3:10 
QuestionRe: Get the ipaddress of a system which remotely logged into my system Pin
David Crow7-May-10 3:48
David Crow7-May-10 3:48 
QuestionHow to handle exception from function as we not develope that fuction() and dont kno what type of exception it will throw Pin
ashish8patil7-May-10 0:17
ashish8patil7-May-10 0:17 
AnswerRe: How to handle exception from function as we not develope that fuction() and dont kno what type of exception it will throw Pin
tolw7-May-10 0:36
tolw7-May-10 0:36 
GeneralRe: How to handle exception from function as we not develope that fuction() and dont kno what type of exception it will throw Pin
ashish8patil7-May-10 2:21
ashish8patil7-May-10 2:21 
GeneralRe: How to handle exception from function as we not develope that fuction() and dont kno what type of exception it will throw Pin
Stuart Dootson7-May-10 2:37
professionalStuart Dootson7-May-10 2:37 
AnswerRe: You left out the <code>throw() </code>operand Pin
Software_Developer7-May-10 1:28
Software_Developer7-May-10 1:28 
QuestionCode Review Checklist Pin
elizas7-May-10 0:02
elizas7-May-10 0:02 
1.Are all the conditional paths reachable?
2.Are all the individual conditions in a complex conditions separately evaluated?
3.If there is a nested IF statement, are the THEN and ELSE parts appropriately delimited?
4. In the case of a multi-way branch like SWITCH/CASE statement, is a default clause provided? Are the breaks after each CASE appropriates?
5.Is there any part of code that is unreachable?
6.Are there any loops that will never execute?
7.Are there any loops where the final condition will never be met and hence cause the program to go into an infinite loop?
8.What is the level of nesting of the conditional statements? Can the code be simplified to reduce complexity?


http://www.mindfiresolutions.com/Code-Review-Checklist-238.php[^]
Cheers,
Eliza

AnswerRe: Code Review Checklist Pin
LittleYellowBird7-May-10 0:20
LittleYellowBird7-May-10 0:20 
Questionrtd server Pin
trioum7-May-10 0:01
trioum7-May-10 0:01 
QuestionGeneral Guidelines For C++ library development Pin
Ahmed Charfeddine6-May-10 22:12
Ahmed Charfeddine6-May-10 22:12 
AnswerRe: General Guidelines For C++ library development Pin
Emilio Garavaglia6-May-10 23:44
Emilio Garavaglia6-May-10 23:44 
AnswerRe: Walkthrough: Creating and Using a Static Library Pin
Software_Developer7-May-10 0:12
Software_Developer7-May-10 0:12 
QuestionCustom Draw -ListView win32 Pin
arun_pk6-May-10 22:09
arun_pk6-May-10 22:09 
AnswerRe: Custom Draw -ListView win32 Pin
Code-o-mat6-May-10 22:21
Code-o-mat6-May-10 22:21 
GeneralRe: Custom Draw -ListView win32 Pin
arun_pk6-May-10 22:24
arun_pk6-May-10 22:24 
GeneralRe: Custom Draw -ListView win32 Pin
Stuart Dootson6-May-10 23:38
professionalStuart Dootson6-May-10 23:38 
GeneralRe: Custom Draw -ListView win32 Pin
arun_pk7-May-10 2:30
arun_pk7-May-10 2:30 
GeneralRe: Custom Draw -ListView win32 Pin
Stuart Dootson7-May-10 2:33
professionalStuart Dootson7-May-10 2:33 
GeneralRe: Custom Draw -ListView win32 Pin
arun_pk7-May-10 2:41
arun_pk7-May-10 2:41 
GeneralRe: Custom Draw -ListView win32 Pin
Stuart Dootson7-May-10 2:44
professionalStuart Dootson7-May-10 2:44 
GeneralRe: Custom Draw -ListView win32 Pin
arun_pk7-May-10 2:47
arun_pk7-May-10 2:47 
GeneralRe: Custom Draw -ListView win32 Pin
arun_pk7-May-10 3:01
arun_pk7-May-10 3:01 
GeneralRe: Custom Draw -ListView win32 Pin
Stuart Dootson7-May-10 3:05
professionalStuart Dootson7-May-10 3:05 
GeneralRe: Custom Draw -ListView win32 Pin
arun_pk7-May-10 3:11
arun_pk7-May-10 3:11 

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.