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

C / C++ / MFC

 
AnswerRe: how to derive a CArray method Pin
Nitron17-Dec-02 9:10
Nitron17-Dec-02 9:10 
AnswerRe: how to derive a CArray method Pin
Dave Bryant17-Dec-02 9:25
Dave Bryant17-Dec-02 9:25 
GeneralRe: how to derive a CArray method Pin
lucy17-Dec-02 9:30
lucy17-Dec-02 9:30 
GeneralRe: how to derive a CArray method Pin
Tim Smith17-Dec-02 9:38
Tim Smith17-Dec-02 9:38 
GeneralRe: how to derive a CArray method Pin
Gary Kirkham17-Dec-02 10:08
Gary Kirkham17-Dec-02 10:08 
GeneralRe: how to derive a CArray method Pin
Christian Graus17-Dec-02 10:10
protectorChristian Graus17-Dec-02 10:10 
GeneralRe: how to derive a CArray method Pin
Alvaro Mendez18-Dec-02 8:57
Alvaro Mendez18-Dec-02 8:57 
GeneralRe: how to derive a CArray method Pin
Christian Graus18-Dec-02 9:51
protectorChristian Graus18-Dec-02 9:51 
Yes, that was a major reason I wrote my article on std::vector, to point out all the things that it does that CArray will not. CArray is a perfectly good array class ( they are not hard to write ). But how do you copy the contents of a CArray into a CList or CMap ? STL containers provide a common iterator interface. How do you sort a CArray, or shuffle it, or any other common algorithm ? The stl comes with all sorts of algorithms, and the facility to easily write more.



Christian

No offense, but I don't really want to encourage the creation of another VB developer.
- Larry Antram 22 Oct 2002

C# will attract all comers, where VB is for IT Journalists and managers - Michael
P Butler 05-12-2002


Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not
as easily, but it's certainly doable.
- Jamie Nordmeyer - 15-Nov-2002
GeneralWSAWaitForMultipleEvents question... Pin
CherezZaboro17-Dec-02 7:48
CherezZaboro17-Dec-02 7:48 
GeneralNon MFC MessageBox Pin
ns17-Dec-02 7:24
ns17-Dec-02 7:24 
GeneralRe: Non MFC MessageBox Pin
Gary Kirkham17-Dec-02 7:28
Gary Kirkham17-Dec-02 7:28 
GeneralRe: Non MFC MessageBox Pin
Joan M17-Dec-02 7:29
professionalJoan M17-Dec-02 7:29 
GeneralThanks much! Pin
ns17-Dec-02 7:45
ns17-Dec-02 7:45 
GeneralExtTextOut GetOutputTextExtent and 90º Rotation :-) Pin
Braulio Dez17-Dec-02 7:15
Braulio Dez17-Dec-02 7:15 
GeneralRe: ExtTextOut GetOutputTextExtent and 90º Rotation :-) Pin
Joan M17-Dec-02 7:25
professionalJoan M17-Dec-02 7:25 
QuestionWS_EX_TOOLWINDOW doesn't work? Pin
User 665817-Dec-02 7:03
User 665817-Dec-02 7:03 
AnswerRe: WS_EX_TOOLWINDOW doesn't work? Pin
Neville Franks17-Dec-02 7:37
Neville Franks17-Dec-02 7:37 
GeneralRe: WS_EX_TOOLWINDOW doesn't work? Pin
User 665818-Dec-02 1:52
User 665818-Dec-02 1:52 
GeneralFile open Failed !! Pin
act_x17-Dec-02 6:29
act_x17-Dec-02 6:29 
GeneralRe: File open Failed !! Pin
act_x17-Dec-02 7:54
act_x17-Dec-02 7:54 
GeneralToolbar is disabled Pin
tahirjhangvi17-Dec-02 5:56
tahirjhangvi17-Dec-02 5:56 
GeneralRe: Toolbar is disabled Pin
tahirjhangvi17-Dec-02 5:59
tahirjhangvi17-Dec-02 5:59 
GeneralRe: Toolbar is disabled Pin
act_x17-Dec-02 8:30
act_x17-Dec-02 8:30 
Generalwin32 app code to console mode help needed Pin
joshfl17-Dec-02 5:27
joshfl17-Dec-02 5:27 
GeneralRe: win32 app code to console mode help needed Pin
Rick York17-Dec-02 5:40
mveRick York17-Dec-02 5:40 

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.