Click here to Skip to main content
15,928,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMs WebBrowser GetSource! Pin
Alex H 198319-Feb-04 20:16
Alex H 198319-Feb-04 20:16 
GeneralTriggers in windows application ^_^!!! Pin
solostar***19-Feb-04 20:11
solostar***19-Feb-04 20:11 
Questionvisual c++ funny or its a bug? Pin
19-Feb-04 18:39
suss19-Feb-04 18:39 
AnswerRe: visual c++ funny or its a bug? Pin
Alex H 198319-Feb-04 20:49
Alex H 198319-Feb-04 20:49 
AnswerRe: visual c++ funny or its a bug? [Edited] Pin
Maxwell Chen19-Feb-04 20:52
Maxwell Chen19-Feb-04 20:52 
GeneralRe: visual c++ funny or its a bug? Pin
DimpleSurana19-Feb-04 20:59
DimpleSurana19-Feb-04 20:59 
GeneralRe: visual c++ funny or its a bug? [Edited] Pin
Abin19-Feb-04 21:23
Abin19-Feb-04 21:23 
GeneralRe: visual c++ funny or its a bug? [Edited] Pin
Sebastian Schneider19-Feb-04 21:46
Sebastian Schneider19-Feb-04 21:46 
Maxwell Chen is right. The result should be 100.

Post-Increment means "Increment this variable after the operation the post-increment is used in".

So a = b++ means "A = B. Increment B."
and a= b++ * c++ means "A = B multiplied with C. Increment B. Increment C."

Cheers
Sebastian
GeneralRe: visual c++ funny or its a bug? [Edited] Pin
Alex H 198319-Feb-04 21:46
Alex H 198319-Feb-04 21:46 
GeneralRe: visual c++ funny or its a bug? [Edited] Pin
Maxwell Chen19-Feb-04 21:47
Maxwell Chen19-Feb-04 21:47 
GeneralRe: visual c++ funny or its a bug? [Edited] Pin
Abin19-Feb-04 22:22
Abin19-Feb-04 22:22 
GeneralRe: visual c++ funny or its a bug? [Edited] Pin
Maxwell Chen19-Feb-04 22:41
Maxwell Chen19-Feb-04 22:41 
AnswerRe: visual c++ funny or its a bug? Pin
Mike Dimmick20-Feb-04 0:44
Mike Dimmick20-Feb-04 0:44 
GeneralRe: visual c++ funny or its a bug? Pin
abdul rafay abbasi20-Feb-04 21:44
abdul rafay abbasi20-Feb-04 21:44 
GeneralRe: visual c++ funny or its a bug? Pin
Mike Dimmick21-Feb-04 3:35
Mike Dimmick21-Feb-04 3:35 
AnswerRe: visual c++ funny or its a bug? Pin
jbarton20-Feb-04 3:31
jbarton20-Feb-04 3:31 
AnswerRe: visual c++ funny or its a bug? Pin
warlu20-Feb-04 20:48
warlu20-Feb-04 20:48 
GeneralCListBox Greying Pin
SVPG19-Feb-04 18:01
SVPG19-Feb-04 18:01 
Questionhow to share one dll with multiple instance Pin
Rajesh match19-Feb-04 17:56
Rajesh match19-Feb-04 17:56 
AnswerRe: how to share one dll with multiple instance Pin
DimpleSurana19-Feb-04 20:52
DimpleSurana19-Feb-04 20:52 
GeneralRe: how to share one dll with multiple instance Pin
Rajesh match19-Feb-04 21:23
Rajesh match19-Feb-04 21:23 
GeneralRe: how to share one dll with multiple instance Pin
DimpleSurana19-Feb-04 23:29
DimpleSurana19-Feb-04 23:29 
GeneralRe: how to share one dll with multiple instance Pin
Mike Beckerleg20-Feb-04 1:30
Mike Beckerleg20-Feb-04 1:30 
GeneralMFC and Messages handling Pin
Melflex19-Feb-04 16:58
Melflex19-Feb-04 16:58 
Questionwhere to get divx 5.02 encode? Pin
hxr60119-Feb-04 16:42
hxr60119-Feb-04 16:42 

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.