Click here to Skip to main content
16,005,491 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I avoid the regsvr32.exe message box? Pin
James R. Twine19-Jul-07 5:06
James R. Twine19-Jul-07 5:06 
GeneralRe: How can I avoid the regsvr32.exe message box? Pin
Max++19-Jul-07 5:22
Max++19-Jul-07 5:22 
GeneralRe: How can I avoid the regsvr32.exe message box? Pin
Paresh Chitte19-Jul-07 19:20
Paresh Chitte19-Jul-07 19:20 
GeneralBack to the roots Pin
Rage19-Jul-07 2:58
professionalRage19-Jul-07 2:58 
GeneralRe: Back to the roots Pin
Nemanja Trifunovic19-Jul-07 3:15
Nemanja Trifunovic19-Jul-07 3:15 
GeneralRe: Back to the roots Pin
James R. Twine19-Jul-07 3:17
James R. Twine19-Jul-07 3:17 
GeneralRe: Back to the roots Pin
Rage19-Jul-07 3:23
professionalRage19-Jul-07 3:23 
General[RT] Pin
Eytukan19-Jul-07 8:15
Eytukan19-Jul-07 8:15 
Related topic! Ofcourse another "root"

James, Imagine I'm initializing a char-string array statically like :

char chArray[MAX_LEN][MAX_LEN]={"ONE","TWO","THREE".....};
This being declared/defined globally makes no issues. Now I want this be wrapped up inside a class. and still wanting to do it in a single line. like the above. You cannot certainly init it inside a class' declaration.

and if you take this to the constructor, you would lose the declaration(data memeber!) inside the class. so how to go? Should I use refs inside the constructor?Unsure | :~



GeneralRe: [RT] Pin
James R. Twine19-Jul-07 8:47
James R. Twine19-Jul-07 8:47 
QuestionCOM Object Registration! Pin
sachinjegaonkar19-Jul-07 2:17
sachinjegaonkar19-Jul-07 2:17 
AnswerRe: COM Object Registration! Pin
Nibu babu thomas19-Jul-07 2:39
Nibu babu thomas19-Jul-07 2:39 
AnswerRe: COM Object Registration! Pin
_AnsHUMAN_ 19-Jul-07 2:43
_AnsHUMAN_ 19-Jul-07 2:43 
AnswerRe: COM Object Registration! Pin
tanvon malik19-Jul-07 2:50
tanvon malik19-Jul-07 2:50 
Questionpassing values from ui thread to view class Pin
neha.agarwal2719-Jul-07 2:10
neha.agarwal2719-Jul-07 2:10 
AnswerRe: passing values from ui thread to view class Pin
David Crow19-Jul-07 2:40
David Crow19-Jul-07 2:40 
GeneralRe: passing values from ui thread to view class Pin
neha.agarwal2719-Jul-07 2:46
neha.agarwal2719-Jul-07 2:46 
GeneralRe: passing values from ui thread to view class Pin
David Crow19-Jul-07 3:12
David Crow19-Jul-07 3:12 
GeneralRe: passing values from ui thread to view class Pin
Rage19-Jul-07 3:17
professionalRage19-Jul-07 3:17 
Questionmultiple selection in a list box Pin
prithaa19-Jul-07 2:03
prithaa19-Jul-07 2:03 
AnswerRe: multiple selection in a list box Pin
David Crow19-Jul-07 2:41
David Crow19-Jul-07 2:41 
GeneralRe: multiple selection in a list box Pin
prithaa19-Jul-07 3:01
prithaa19-Jul-07 3:01 
GeneralRe: multiple selection in a list box Pin
James R. Twine19-Jul-07 4:21
James R. Twine19-Jul-07 4:21 
GeneralRe: multiple selection in a list box Pin
Mark Salsbery19-Jul-07 4:44
Mark Salsbery19-Jul-07 4:44 
GeneralRe: multiple selection in a list box Pin
James R. Twine19-Jul-07 5:01
James R. Twine19-Jul-07 5:01 
GeneralRe: multiple selection in a list box Pin
Eytukan19-Jul-07 7:52
Eytukan19-Jul-07 7:52 

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.