Click here to Skip to main content
15,915,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
About making the library yes, but ... it is a question you'd had to investigate BEFORE deploying the library ...
The only thing they can tell you right now is that you have to rewrite it based on a different coding standard on environmental assumption !

About public it, well... You have to document its functionality and its usage, either in informal way (describe the design and the way it should be used to accomplish certain tasks - this part should be readable like a book) and in formal way (alphabetical order of classes, functions, parameters, input output, processing, side effects, little testing samples etc.

You can try to have a clue about this can be done by looking existing library's documentation, like boost[^] (the link points just to an example), or MSDN[^] (just another sample) etc.

2 bugs found.
> recompile ...
65534 bugs found.
D'Oh! | :doh:


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 
GeneralRe: Custom Draw -ListView win32 Pin
Code-o-mat6-May-10 23:45
Code-o-mat6-May-10 23:45 
AnswerRe: Custom Draw -ListView win32 Pin
David Crow7-May-10 3:35
David Crow7-May-10 3:35 
QuestionGeo Location Using IP address Pin
john56326-May-10 20:02
john56326-May-10 20:02 
AnswerRepost. Pin
CPallini6-May-10 20:53
mveCPallini6-May-10 20:53 

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.