Click here to Skip to main content
15,901,284 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionMDB databases question Pin
Dash_12522-Dec-06 17:05
Dash_12522-Dec-06 17:05 
AnswerRe: MDB databases question Pin
Christian Graus22-Dec-06 18:33
protectorChristian Graus22-Dec-06 18:33 
GeneralRe: MDB databases question Pin
Dash_12526-Dec-06 21:19
Dash_12526-Dec-06 21:19 
Questionpostfix increment c++ question Pin
swjam21-Dec-06 16:38
swjam21-Dec-06 16:38 
AnswerRe: postfix increment c++ question Pin
bsaksida21-Dec-06 22:10
bsaksida21-Dec-06 22:10 
QuestionRe: postfix increment c++ question Pin
prasad_som21-Dec-06 23:29
prasad_som21-Dec-06 23:29 
AnswerRe: postfix increment c++ question Pin
bsaksida22-Dec-06 0:26
bsaksida22-Dec-06 0:26 
AnswerRe: postfix increment c++ question Pin
prasad_som22-Dec-06 0:39
prasad_som22-Dec-06 0:39 
bsaksida wrote:
x = ++y; //x is 2, y is 1;


No ! y is 2 here,too. And 2 will be assigned to x.
bsaksida wrote:
y++; // increase y by 1


y will become 3 here.




AnswerRe: postfix increment c++ question Pin
prasad_som21-Dec-06 22:26
prasad_som21-Dec-06 22:26 
AnswerRe: postfix increment c++ question Pin
John R. Shaw21-Dec-06 23:07
John R. Shaw21-Dec-06 23:07 
AnswerRe: postfix increment c++ question Pin
Christian Graus22-Dec-06 12:54
protectorChristian Graus22-Dec-06 12:54 
QuestionDifference in settings on laptop and destop, VC++.net 2003 Pin
minad_78621-Dec-06 2:34
minad_78621-Dec-06 2:34 
AnswerRe: Difference in settings on laptop and destop, VC++.net 2003 Pin
led mike21-Dec-06 4:54
led mike21-Dec-06 4:54 
Questioncan anybody tell me where ....? Pin
Banks K21-Dec-06 1:35
Banks K21-Dec-06 1:35 
AnswerRe: can anybody tell me where ....? Pin
led mike21-Dec-06 4:46
led mike21-Dec-06 4:46 
QuestionValue classes and structs Pin
kristmun20-Dec-06 21:47
kristmun20-Dec-06 21:47 
AnswerRe: Value classes and structs Pin
led mike21-Dec-06 4:50
led mike21-Dec-06 4:50 
QuestionConverting a IntPtr to HWND ? Pin
Fritzables20-Dec-06 17:08
Fritzables20-Dec-06 17:08 
AnswerRe: Converting a IntPtr to HWND ? Pin
User 58385220-Dec-06 18:38
User 58385220-Dec-06 18:38 
GeneralRe: Converting a IntPtr to HWND ? Pin
Fritzables21-Dec-06 10:41
Fritzables21-Dec-06 10:41 
QuestionPassing Reference to Thread Delegate Pin
ricecake20-Dec-06 8:54
ricecake20-Dec-06 8:54 
QuestionDispatching based on Names Pin
ComplexLifeForm19-Dec-06 21:33
ComplexLifeForm19-Dec-06 21:33 
AnswerRe: Dispatching based on Names Pin
bsaksida19-Dec-06 22:16
bsaksida19-Dec-06 22:16 
GeneralRe: Dispatching based on Names Pin
ComplexLifeForm20-Dec-06 0:15
ComplexLifeForm20-Dec-06 0:15 
AnswerRe: Dispatching based on Names Pin
led mike20-Dec-06 4:46
led mike20-Dec-06 4:46 

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.