Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWM_TIMER in Win32 Console App? Pin
syntaxed8-Mar-06 18:24
syntaxed8-Mar-06 18:24 
AnswerRe: WM_TIMER in Win32 Console App? Pin
Stephen Hewitt8-Mar-06 20:48
Stephen Hewitt8-Mar-06 20:48 
GeneralRe: WM_TIMER in Win32 Console App? Pin
Eytukan8-Mar-06 22:25
Eytukan8-Mar-06 22:25 
GeneralRe: WM_TIMER in Win32 Console App? Pin
Stephen Hewitt8-Mar-06 23:02
Stephen Hewitt8-Mar-06 23:02 
GeneralRe: WM_TIMER in Win32 Console App? Pin
Eytukan9-Mar-06 0:35
Eytukan9-Mar-06 0:35 
QuestionHow to use word through C# Pin
sam_g18-Mar-06 18:13
sam_g18-Mar-06 18:13 
Questionwhich tool do more strictly check code than c++compiler. Pin
derek78-Mar-06 18:13
derek78-Mar-06 18:13 
AnswerRe: which tool do more strictly check code than c++compiler. Pin
El Corazon8-Mar-06 18:33
El Corazon8-Mar-06 18:33 
depending on your compiler, you can just adjust the warning level up a notch, this gives "valid but potentially unsafe" operations a warning number to let you try to fix them. These are not all errors, though some may be. But this is a good place to start.

After that you might want to peek here [^] and see if anything is what you are looking for. I personally like lint, I have used splint, GNU lint, and PC-Lint in times past with good luck.

_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
GeneralRe: which tool do more strictly check code than c++compiler. Pin
derek78-Mar-06 21:20
derek78-Mar-06 21:20 
GeneralRe: which tool do more strictly check code than c++compiler. Pin
Trollslayer8-Mar-06 22:27
mentorTrollslayer8-Mar-06 22:27 
GeneralRe: which tool do more strictly check code than c++compiler. Pin
El Corazon9-Mar-06 1:50
El Corazon9-Mar-06 1:50 
AnswerRe: which tool do more strictly check code than c++compiler. Pin
El Corazon9-Mar-06 2:05
El Corazon9-Mar-06 2:05 
GeneralRe: which tool do more strictly check code than c++compiler. Pin
derek79-Mar-06 2:38
derek79-Mar-06 2:38 
GeneralRe: which tool do more strictly check code than c++compiler. Pin
derek79-Mar-06 15:04
derek79-Mar-06 15:04 
QuestionExecutable not opening using ShellExecute() Pin
CNewbie8-Mar-06 18:06
CNewbie8-Mar-06 18:06 
AnswerRe: Executable not opening using ShellExecute() Pin
Taka Muraoka8-Mar-06 19:38
Taka Muraoka8-Mar-06 19:38 
GeneralRe: Executable not opening using ShellExecute() Pin
CNewbie8-Mar-06 19:57
CNewbie8-Mar-06 19:57 
AnswerRe: Executable not opening using ShellExecute() Pin
Nibu babu thomas8-Mar-06 20:26
Nibu babu thomas8-Mar-06 20:26 
GeneralRe: Executable not opening using ShellExecute() Pin
CNewbie9-Mar-06 13:11
CNewbie9-Mar-06 13:11 
QuestionC++ Basketball game Pin
slurpyz8-Mar-06 17:27
slurpyz8-Mar-06 17:27 
AnswerRe: C++ Basketball game Pin
Ryan Binns8-Mar-06 17:54
Ryan Binns8-Mar-06 17:54 
GeneralRe: C++ Basketball game Pin
Taka Muraoka8-Mar-06 19:40
Taka Muraoka8-Mar-06 19:40 
QuestionHow Can i Use MFC controls in WIN32 App Pin
kmsekhar8-Mar-06 17:02
kmsekhar8-Mar-06 17:02 
AnswerRe: How Can i Use MFC controls in WIN32 App Pin
toxcct8-Mar-06 21:38
toxcct8-Mar-06 21:38 
QuestionString Error using ShellExecute() in vs.net 2005 Pin
CNewbie8-Mar-06 16:43
CNewbie8-Mar-06 16:43 

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.