Click here to Skip to main content
16,011,996 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalvector<CString> *pvecString ?? :confused: Pin
Nirav Doshi19-Feb-04 23:30
Nirav Doshi19-Feb-04 23:30 
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
Andrew Walker19-Feb-04 23:34
Andrew Walker19-Feb-04 23:34 
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
Nirav Doshi19-Feb-04 23:43
Nirav Doshi19-Feb-04 23:43 
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
Henrik Stuart20-Feb-04 0:03
Henrik Stuart20-Feb-04 0:03 
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
Nirav Doshi20-Feb-04 1:52
Nirav Doshi20-Feb-04 1:52 
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
John M. Drescher20-Feb-04 2:44
John M. Drescher20-Feb-04 2:44 
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
Nirav Doshi20-Feb-04 3:51
Nirav Doshi20-Feb-04 3:51 
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
Tim Smith20-Feb-04 4:37
Tim Smith20-Feb-04 4:37 
Making the variable a class static does little to the design. It just changes the namespace. If it was bad code as a global variable, it is still bad code as a class static.

My question is why can't the vector be passed by address or reference to the global functions. Then you avoid the global variables, true or class statics.

Tim Smith

I'm going to patent thought. I have yet to see any prior art.
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
Robert A. T. Káldy20-Feb-04 6:52
Robert A. T. Káldy20-Feb-04 6:52 
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
Nirav Doshi20-Feb-04 7:24
Nirav Doshi20-Feb-04 7:24 
GeneralRe: vector<CString> *pvecString ?? :confused: Pin
John M. Drescher24-Feb-04 16:15
John M. Drescher24-Feb-04 16:15 
GeneralProblem with jpg Pin
Jay.Jay19-Feb-04 22:47
Jay.Jay19-Feb-04 22:47 
Generalassembly and c++ code problem please help Pin
dj_felix19-Feb-04 22:12
dj_felix19-Feb-04 22:12 
GeneralRe: assembly and c++ code problem please help Pin
Maxwell Chen19-Feb-04 22:23
Maxwell Chen19-Feb-04 22:23 
GeneralRe: assembly and c++ code problem please help Pin
Anonymous19-Feb-04 22:37
Anonymous19-Feb-04 22:37 
GeneralRe: assembly and c++ code problem please help Pin
Maxwell Chen19-Feb-04 22:49
Maxwell Chen19-Feb-04 22:49 
GeneralRe: assembly and c++ code problem please help Pin
Anonymous19-Feb-04 23:37
Anonymous19-Feb-04 23:37 
GeneralRe: assembly and c++ code problem please help Pin
John M. Drescher20-Feb-04 2:46
John M. Drescher20-Feb-04 2:46 
GeneralRe: assembly and c++ code problem please help Pin
Alexander M.,20-Feb-04 9:27
Alexander M.,20-Feb-04 9:27 
GeneralRe: assembly and c++ code problem please help Pin
John M. Drescher20-Feb-04 9:48
John M. Drescher20-Feb-04 9:48 
GeneralProblem about CryptSignMessage Pin
Roy Zuo19-Feb-04 21:28
Roy Zuo19-Feb-04 21:28 
Questionwhat is difference between copy constructor and assignment operator Pin
Rajesh match19-Feb-04 21:27
Rajesh match19-Feb-04 21:27 
AnswerRe: what is difference between copy constructor and assignment operator Pin
Maxwell Chen19-Feb-04 22:01
Maxwell Chen19-Feb-04 22:01 
GeneralRe: what is difference between copy constructor and assignment operator Pin
Rajesh match19-Feb-04 22:18
Rajesh match19-Feb-04 22:18 
GeneralRe: what is difference between copy constructor and assignment operator Pin
Maxwell Chen19-Feb-04 22:35
Maxwell Chen19-Feb-04 22:35 

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.