Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Pointer to structure problem... Pin
Dominik Reichl4-Jun-03 0:48
Dominik Reichl4-Jun-03 0:48 
GeneralRe: Pointer to structure problem... Pin
Rage4-Jun-03 0:55
professionalRage4-Jun-03 0:55 
GeneralThanks guys, have it sorted now. Pin
IrishSonic4-Jun-03 2:48
IrishSonic4-Jun-03 2:48 
GeneralRe: Pointer to structure problem... Pin
John M. Drescher4-Jun-03 4:37
John M. Drescher4-Jun-03 4:37 
QuestionDoes the static variable modifier make variable access faster? Pin
Dominik Reichl3-Jun-03 22:48
Dominik Reichl3-Jun-03 22:48 
AnswerRe: Does the static variable modifier make variable access faster? Pin
FlyingDancer3-Jun-03 23:19
FlyingDancer3-Jun-03 23:19 
GeneralRe: Does the static variable modifier make variable access faster? Pin
Dominik Reichl3-Jun-03 23:28
Dominik Reichl3-Jun-03 23:28 
AnswerRe: Does the static variable modifier make variable access faster? Pin
Andrew Walker4-Jun-03 1:03
Andrew Walker4-Jun-03 1:03 
It shouldn't matter. It would be better to try and optimise using a better algorithm than changing to static variables

Using static variables is a C concept rather than a C++ concept.

It can be very problematic if you have to port the code into a DLL (look at the MSVC6 STL problems with DLL's for the perfect example)
GeneralRe: Does the static variable modifier make variable access faster? Pin
BhaskarBora4-Jun-03 1:48
BhaskarBora4-Jun-03 1:48 
GeneralRe: Does the static variable modifier make variable access faster? Pin
Andrew Walker4-Jun-03 1:53
Andrew Walker4-Jun-03 1:53 
GeneralRe: Does the static variable modifier make variable access faster? Pin
BhaskarBora4-Jun-03 21:12
BhaskarBora4-Jun-03 21:12 
AnswerRe: Does the static variable modifier make variable access faster? Pin
BhaskarBora4-Jun-03 1:42
BhaskarBora4-Jun-03 1:42 
GeneralRe: Does the static variable modifier make variable access faster? Pin
Dominik Reichl4-Jun-03 4:42
Dominik Reichl4-Jun-03 4:42 
Questionhow to make Floppy-Disk-Device's LED blinking Pin
FlyingDancer3-Jun-03 22:25
FlyingDancer3-Jun-03 22:25 
AnswerRe: how to make Floppy-Disk-Device's LED blinking Pin
Toni784-Jun-03 19:51
Toni784-Jun-03 19:51 
GeneralRe: how to make Floppy-Disk-Device's LED blinking Pin
FlyingDancer4-Jun-03 20:13
FlyingDancer4-Jun-03 20:13 
GeneralRe: how to make Floppy-Disk-Device's LED blinking Pin
Toni784-Jun-03 20:51
Toni784-Jun-03 20:51 
GeneralRe: how to make Floppy-Disk-Device's LED blinking Pin
FlyingDancer4-Sep-03 15:12
FlyingDancer4-Sep-03 15:12 
GeneralCFtpFileFind Bug ! Pin
oz_the_wizard3-Jun-03 21:52
oz_the_wizard3-Jun-03 21:52 
GeneralMaking selected item bk 50% transparent in a ownerdrawn clistctrl Pin
justin2233-Jun-03 21:42
justin2233-Jun-03 21:42 
GeneralRe: Making selected item bk 50% transparent in a ownerdrawn clistctrl Pin
Cris4-Jun-03 4:38
Cris4-Jun-03 4:38 
GeneralSpecial characters program Pin
meshteb3-Jun-03 21:35
meshteb3-Jun-03 21:35 
GeneralRe: Special characters program Pin
Ted Ferenc3-Jun-03 21:55
Ted Ferenc3-Jun-03 21:55 
GeneralRe: Special characters program Pin
Andrew Walker3-Jun-03 22:03
Andrew Walker3-Jun-03 22:03 
GeneralConverting _int64 to string Pin
Shah Shehpori3-Jun-03 21:04
sussShah Shehpori3-Jun-03 21:04 

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.