Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDate and Timer picker control 6.0 Pin
Anonymous21-Apr-05 3:52
Anonymous21-Apr-05 3:52 
GeneralCDO programming (outlook and exchange server) Pin
ThinkingPrometheus21-Apr-05 3:43
ThinkingPrometheus21-Apr-05 3:43 
QuestionWindow inside other processes frame ? Pin
Member 165404021-Apr-05 2:47
Member 165404021-Apr-05 2:47 
GeneralPropertySheet inside ActiveX (Visual C++ 6.0) Pin
Felipe Decroaux21-Apr-05 2:30
Felipe Decroaux21-Apr-05 2:30 
GeneralStatic functions or Normal Functions Pin
ugur_basak21-Apr-05 2:03
ugur_basak21-Apr-05 2:03 
GeneralRe: Static functions or Normal Functions Pin
Cedric Moonen21-Apr-05 2:16
Cedric Moonen21-Apr-05 2:16 
GeneralRe: Static functions or Normal Functions Pin
ugur_basak21-Apr-05 2:30
ugur_basak21-Apr-05 2:30 
GeneralRe: Static functions or Normal Functions Pin
James R. Twine21-Apr-05 2:34
James R. Twine21-Apr-05 2:34 
   If the function itself is not written well and it abuses memory, it is going to do so regardless of being a normal class member or a static member.

   If you end up having static data members used by the functions, make sure you protect them against concurrent access if you have multiple threads running.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Tip for new SUV drivers: Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralRe: Static functions or Normal Functions Pin
ugur_basak21-Apr-05 2:39
ugur_basak21-Apr-05 2:39 
GeneralRe: Static functions or Normal Functions Pin
Tim Smith21-Apr-05 4:01
Tim Smith21-Apr-05 4:01 
GeneralRe: Static functions or Normal Functions Pin
David Crow21-Apr-05 4:04
David Crow21-Apr-05 4:04 
GeneralRe: Static functions or Normal Functions Pin
heman15422-Apr-05 9:55
heman15422-Apr-05 9:55 
GeneralCreate several independent windows Pin
jesus_rp21-Apr-05 1:54
jesus_rp21-Apr-05 1:54 
GeneralRe: Create several independent windows Pin
cpm221-Apr-05 7:49
cpm221-Apr-05 7:49 
GeneralCall VC++ function with array from VB Pin
vishwa230221-Apr-05 0:30
vishwa230221-Apr-05 0:30 
Generaldouble to ascii conversion Pin
shaans21-Apr-05 0:11
shaans21-Apr-05 0:11 
GeneralRe: double to ascii conversion Pin
toxcct21-Apr-05 0:21
toxcct21-Apr-05 0:21 
GeneralRe: double to ascii conversion Pin
peiman21-Apr-05 0:25
peiman21-Apr-05 0:25 
GeneralRe: double to ascii conversion Pin
achainard21-Apr-05 1:03
achainard21-Apr-05 1:03 
GeneralRe: double to ascii conversion Pin
David Crow21-Apr-05 2:52
David Crow21-Apr-05 2:52 
GeneralRe: double to ascii conversion Pin
Anonymous21-Apr-05 17:52
Anonymous21-Apr-05 17:52 
GeneralRe: double to ascii conversion Pin
David Crow22-Apr-05 2:37
David Crow22-Apr-05 2:37 
Generalmultichannel audio with directX Pin
Franken20-Apr-05 23:59
Franken20-Apr-05 23:59 
GeneralRe: multichannel audio with directX Pin
peiman21-Apr-05 0:30
peiman21-Apr-05 0:30 
GeneralRe: multichannel audio with directX Pin
Franken21-Apr-05 3:42
Franken21-Apr-05 3: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.