Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ question Pin
Marc Clifton11-Sep-05 8:03
mvaMarc Clifton11-Sep-05 8:03 
GeneralRe: C++ question Pin
DavidNohejl11-Sep-05 8:09
DavidNohejl11-Sep-05 8:09 
GeneralRe: C++ question Pin
Marc Clifton11-Sep-05 8:12
mvaMarc Clifton11-Sep-05 8:12 
GeneralRe: C++ question Pin
DavidNohejl11-Sep-05 8:15
DavidNohejl11-Sep-05 8:15 
GeneralRe: C++ question Pin
Marc Clifton11-Sep-05 8:06
mvaMarc Clifton11-Sep-05 8:06 
GeneralRe: C++ question Pin
nde_plume11-Sep-05 11:42
nde_plume11-Sep-05 11:42 
GeneralRe: C++ question Pin
Marc Clifton11-Sep-05 12:02
mvaMarc Clifton11-Sep-05 12:02 
GeneralRe: C++ question Pin
nde_plume11-Sep-05 14:15
nde_plume11-Sep-05 14:15 
However, Microsoft's secret plan to replace C++ with
C# is that they make these containers very hard to use
within the debugger


You really think it isn't possible to present containers
in an easier way in the debugger? Heck, if you are using
a vector you can hack the debugger to display the contents
by typing this in the watch window:

my_vector._Myfirst,10

shows the first ten items in the vector in a fairly nice
way. There is no reason at all why the debugger can't do
that itself. It is much harder with tree structures like
maps and sets to view by hand in the debugger (though you
can walk throught it, so the data is certainly renderable)
it is just that MS didn't think it was very important.
GeneralRe: C++ question Pin
Marc Clifton11-Sep-05 15:30
mvaMarc Clifton11-Sep-05 15:30 
GeneralRe: C++ question Pin
Jim Crafton11-Sep-05 8:43
Jim Crafton11-Sep-05 8:43 
GeneralRe: C++ question Pin
Christian Graus11-Sep-05 12:45
protectorChristian Graus11-Sep-05 12:45 
GeneralRe: C++ question Pin
David Crow12-Sep-05 4:20
David Crow12-Sep-05 4:20 
GeneralRe: C++ question Pin
Anonymous12-Sep-05 5:37
Anonymous12-Sep-05 5:37 
GeneralRe: C++ question Pin
Sveta8012-Sep-05 5:41
Sveta8012-Sep-05 5:41 
GeneralRe: C++ question Pin
David Crow12-Sep-05 6:20
David Crow12-Sep-05 6:20 
QuestionRedrawing problems Pin
dudeua11-Sep-05 6:19
dudeua11-Sep-05 6:19 
AnswerRe: Redrawing problems Pin
PJ Arends11-Sep-05 10:12
professionalPJ Arends11-Sep-05 10:12 
GeneralRe: Redrawing problems Pin
dudeua11-Sep-05 10:44
dudeua11-Sep-05 10:44 
Questionproblem with fstream Pin
Member 224774911-Sep-05 3:24
Member 224774911-Sep-05 3:24 
QuestionHow to set the BackGround color of a window? Pin
eli1502197911-Sep-05 1:09
eli1502197911-Sep-05 1:09 
AnswerRe: How to set the BackGround color of a window? Pin
ThiefXXX11-Sep-05 11:16
ThiefXXX11-Sep-05 11:16 
AnswerRe: How to set the BackGround color of a window? Pin
Mircea Puiu12-Sep-05 4:40
Mircea Puiu12-Sep-05 4:40 
Questiontextbox Pin
lallaba10-Sep-05 23:26
lallaba10-Sep-05 23:26 
AnswerRe: textbox Pin
Mohammed F. Salem11-Sep-05 7:42
Mohammed F. Salem11-Sep-05 7:42 
QuestionColor map Pin
Ta Xuan Hung10-Sep-05 22:55
Ta Xuan Hung10-Sep-05 22:55 

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.