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

Managed C++/CLI

 
GeneralHelp needed overriding toolbar events!! Pin
richiemac8-Aug-05 23:55
richiemac8-Aug-05 23:55 
GeneralPDF Print Driver Pin
serge0058-Aug-05 10:20
serge0058-Aug-05 10:20 
GeneralRe: PDF Print Driver Pin
Christian Graus8-Aug-05 13:12
protectorChristian Graus8-Aug-05 13:12 
GeneralRe: PDF Print Driver Pin
serge0059-Aug-05 3:22
serge0059-Aug-05 3:22 
GeneralRe: PDF Print Driver Pin
Christian Graus9-Aug-05 13:01
protectorChristian Graus9-Aug-05 13:01 
Generalmemory leak question Pin
valerie998-Aug-05 10:07
valerie998-Aug-05 10:07 
GeneralRe: memory leak question Pin
Christian Graus8-Aug-05 13:22
protectorChristian Graus8-Aug-05 13:22 
QuestionHow to 'grey out' toolBarButtons?? Pin
richiemac8-Aug-05 3:56
richiemac8-Aug-05 3:56 
GeneralNested function calls and performance Pin
kramkrish8-Aug-05 2:21
kramkrish8-Aug-05 2:21 
GeneralRe: Nested function calls and performance Pin
Christian Graus8-Aug-05 13:25
protectorChristian Graus8-Aug-05 13:25 
GeneralLinkage in c++ Pin
Rajesh_K_Sharma5-Aug-05 18:25
Rajesh_K_Sharma5-Aug-05 18:25 
GeneralRe: Linkage in c++ Pin
ursus zeta7-Aug-05 10:33
ursus zeta7-Aug-05 10:33 
GeneralRegister variable Pin
Rajesh_K_Sharma5-Aug-05 18:21
Rajesh_K_Sharma5-Aug-05 18:21 
GeneralRe: Register variable Pin
Christian Graus7-Aug-05 19:15
protectorChristian Graus7-Aug-05 19:15 
GeneralRe: Register variable Pin
raytotti5712-Aug-05 2:43
raytotti5712-Aug-05 2:43 
GeneralRe: Register variable Pin
raytotti5712-Aug-05 3:15
raytotti5712-Aug-05 3:15 
Sorry, I should correct the last post, in ANSI C you can't take the address of an register var, in C++ you can. If you take the address of a register var, the compiler will place it in memory anyway.
Remember it's up to the compiler to decide which vars are placed in registers, so the register storage modifier is only a hint.
You cannot make such vars global or static.

GeneralFactory Question Pin
shrin20005-Aug-05 5:36
shrin20005-Aug-05 5:36 
GeneralRe: Factory Question Pin
Christian Graus7-Aug-05 19:16
protectorChristian Graus7-Aug-05 19:16 
GeneralRe: Factory Question Pin
shrin20008-Aug-05 5:00
shrin20008-Aug-05 5:00 
GeneralRe: Factory Question Pin
Christian Graus8-Aug-05 13:11
protectorChristian Graus8-Aug-05 13:11 
GeneralRe: Factory Question Pin
Anonymous10-Aug-05 5:33
Anonymous10-Aug-05 5:33 
GeneralRe: Factory Question Pin
shrin200010-Aug-05 5:34
shrin200010-Aug-05 5:34 
GeneralRe: Factory Question Pin
Christian Graus10-Aug-05 10:08
protectorChristian Graus10-Aug-05 10:08 
Generaljpg image Pin
kenloverboy5-Aug-05 4:13
kenloverboy5-Aug-05 4:13 
GeneralRe: jpg image Pin
Anonymous5-Aug-05 13:46
Anonymous5-Aug-05 13: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.