blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
WinDbg by Volker von Einem

A collection of useful items to deal with WinDbg. For me and possibly for others.
WinDbg by Volker von Einem Blog  
Listed in: Computers > Programming
Related Topics: coding, debugging, programming, software, windbg
Author: Volker v.
Visit this blog on Facebook for more info.
Tags: memory tricks
Related Blogs
previous blog next blog

2 Users are Following

7.5
very good
based on editor's review


recent postsrss feed

Displaying dynamically allocated c arrays

Dec 4, 2009
I just analyzed a crash dump were I needed to investigate a dynamically allocated a array. We have a declaration: CString **ids; the allocation ids = new CString*[size]; Given a size of 8 you can dump the content of the string array with...


Comments & Reviews:
Be the First to Review this Blog!