Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question'Fake' the freespace of a hdd Pin
ALLERSLIT17-Dec-10 23:54
ALLERSLIT17-Dec-10 23:54 
AnswerRe: 'Fake' the freespace of a hdd Pin
Richard MacCutchan18-Dec-10 4:43
mveRichard MacCutchan18-Dec-10 4:43 
QuestionRe: 'Fake' the freespace of a hdd Pin
David Crow20-Dec-10 3:19
David Crow20-Dec-10 3:19 
QuestionFor Loop & Array Issue. Pin
Mike Certini17-Dec-10 10:48
Mike Certini17-Dec-10 10:48 
AnswerRe: For Loop & Array Issue. Pin
User 742933817-Dec-10 11:01
professionalUser 742933817-Dec-10 11:01 
QuestionMFC CArray vs Vectors [modified] Pin
Software200717-Dec-10 6:54
Software200717-Dec-10 6:54 
AnswerRe: MFC CArray vs Vectors Pin
«_Superman_»17-Dec-10 7:15
professional«_Superman_»17-Dec-10 7:15 
AnswerRe: MFC CArray vs Vectors Pin
Maximilien17-Dec-10 8:01
Maximilien17-Dec-10 8:01 
It's a question of modernity; MFC collections are obsolete.

STL is the standard template library.

STL is faster (test in release, not debug mode) and offer more flexibility (algorithms, iterators, ...)

here's a link to a discussion :

http://www.codeguru.com/forum/archive/index.php/t-391319.html[^]

"...And frankly the team will give you the same answer. The MFC collection classes are only there for backwards compatibility. C++ has a standard for collection classes and that is the Standards C++ Library. There is no technical drawback for using any of the standard library in an MFC application.

We do not plan on making significant changes in this area.

Ronald Laeremans
Acting Product Unit Manager
Vsual C++ Team..."
Watched code never compiles.

AnswerRe: MFC CArray vs Vectors Pin
CPallini17-Dec-10 9:38
mveCPallini17-Dec-10 9:38 
QuestionDT_CALCRECT Pin
john563217-Dec-10 5:48
john563217-Dec-10 5:48 
AnswerRe: DT_CALCRECT Pin
Maximilien17-Dec-10 6:40
Maximilien17-Dec-10 6:40 
QuestionMessage Removed Pin
17-Dec-10 2:28
mathivanaan17-Dec-10 2:28 
AnswerRe: how to set X and Y axis range from MFC dialog box? Pin
loyal ginger17-Dec-10 3:01
loyal ginger17-Dec-10 3:01 
AnswerRe: how to set X and Y axis range from MFC dialog box? Pin
Cedric Moonen17-Dec-10 4:43
Cedric Moonen17-Dec-10 4:43 
QuestionMessage Removed Pin
17-Dec-10 0:57
Jia10017-Dec-10 0:57 
AnswerRe: Debugging problem Pin
Luc Pattyn17-Dec-10 2:26
sitebuilderLuc Pattyn17-Dec-10 2:26 
GeneralMessage Removed Pin
17-Dec-10 3:27
Jia10017-Dec-10 3:27 
GeneralRe: Debugging problem Pin
Luc Pattyn17-Dec-10 3:36
sitebuilderLuc Pattyn17-Dec-10 3:36 
GeneralRe: Debugging problem Pin
Maximilien17-Dec-10 4:52
Maximilien17-Dec-10 4:52 
GeneralRe: Debugging problem Pin
Richard MacCutchan17-Dec-10 5:08
mveRichard MacCutchan17-Dec-10 5:08 
GeneralRe: Debugging problem Pin
Maximilien17-Dec-10 8:02
Maximilien17-Dec-10 8:02 
QuestionRe: Debugging problem Pin
Maximilien17-Dec-10 4:51
Maximilien17-Dec-10 4:51 
QuestionVisual C++ Pin
John50216-Dec-10 23:42
John50216-Dec-10 23:42 
AnswerRe: Visual C++ Pin
Michael Schubert17-Dec-10 0:19
Michael Schubert17-Dec-10 0:19 
GeneralRe: Visual C++ Pin
John50219-Dec-10 19:35
John50219-Dec-10 19: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.