Click here to Skip to main content
15,884,760 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to use listview_insertgroup with custom draw? Pin
JoneLe8619-Jul-13 8:42
JoneLe8619-Jul-13 8:42 
Questionbeginner question... recursive function Pin
Member 1008957914-Jul-13 5:40
Member 1008957914-Jul-13 5:40 
AnswerRe: beginner question... recursive function Pin
Santhosh G_14-Jul-13 7:46
Santhosh G_14-Jul-13 7:46 
GeneralRe: beginner question... recursive function Pin
AlphaDeltaTheta14-Jul-13 17:40
AlphaDeltaTheta14-Jul-13 17:40 
GeneralRe: beginner question... recursive function Pin
Joe Woodbury15-Jul-13 10:43
professionalJoe Woodbury15-Jul-13 10:43 
GeneralRe: beginner question... recursive function Pin
Member 1008957916-Jul-13 6:33
Member 1008957916-Jul-13 6:33 
AnswerRe: beginner question... recursive function Pin
Erudite_Eric15-Jul-13 2:35
Erudite_Eric15-Jul-13 2:35 
AnswerRe: beginner question... recursive function Pin
Stefan_Lang15-Jul-13 22:24
Stefan_Lang15-Jul-13 22:24 
For me, both in Debug and Release mode, the compiler (VS 2010) issues a warning for the second version, indicating the problem.

I have set Warning level to 3, and I've found that the majority of Warnings at that level indicate true errors.

My advice to beginners is:
1. Set Warning level to at least 3 (but see link below)
2. Make sure you first understand the true meaning of each Warning and what kind(s) of problem(s) it could cause at runtime. Then fix it.*

Here's an interesting article on how to deal with warnings, including those that are off by default[^].
QuestionRelocated HDD sectors Pin
RomTibi13-Jul-13 8:20
RomTibi13-Jul-13 8:20 
AnswerRe: Relocated HDD sectors Pin
AlphaDeltaTheta13-Jul-13 20:34
AlphaDeltaTheta13-Jul-13 20:34 
GeneralRe: Relocated HDD sectors Pin
RomTibi14-Jul-13 6:37
RomTibi14-Jul-13 6:37 
Questionwhy void CView::PostNcDestroy() is called? Pin
yu-jian12-Jul-13 22:04
yu-jian12-Jul-13 22:04 
AnswerRe: why void CView::PostNcDestroy() is called? Pin
pasztorpisti13-Jul-13 5:27
pasztorpisti13-Jul-13 5:27 
AnswerRe: why void CView::PostNcDestroy() is called? Pin
Erudite_Eric15-Jul-13 3:08
Erudite_Eric15-Jul-13 3:08 
Question[SOLVED]Exec under windows Pin
AlphaDeltaTheta12-Jul-13 21:01
AlphaDeltaTheta12-Jul-13 21:01 
AnswerRe: Exec under windows Pin
Richard MacCutchan12-Jul-13 22:09
mveRichard MacCutchan12-Jul-13 22:09 
GeneralRe: Exec under windows Pin
AlphaDeltaTheta12-Jul-13 23:08
AlphaDeltaTheta12-Jul-13 23:08 
GeneralRe: Exec under windows Pin
Richard MacCutchan12-Jul-13 23:18
mveRichard MacCutchan12-Jul-13 23:18 
GeneralRe: Exec under windows Pin
AlphaDeltaTheta12-Jul-13 23:22
AlphaDeltaTheta12-Jul-13 23:22 
GeneralRe: Exec under windows Pin
Richard MacCutchan12-Jul-13 23:31
mveRichard MacCutchan12-Jul-13 23:31 
GeneralRe: Exec under windows Pin
AlphaDeltaTheta13-Jul-13 16:03
AlphaDeltaTheta13-Jul-13 16:03 
AnswerRe: Exec under windows Pin
pasztorpisti13-Jul-13 8:55
pasztorpisti13-Jul-13 8:55 
AnswerRe: Exec under windows Pin
jschell13-Jul-13 11:03
jschell13-Jul-13 11:03 
QuestionLoading two versions of Common Controls Pin
Jonathan Davies12-Jul-13 1:35
Jonathan Davies12-Jul-13 1:35 
AnswerRe: Loading two versions of Common Controls Pin
Randor 12-Jul-13 15:01
professional Randor 12-Jul-13 15:01 

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.