Customizing the VS C++ debugger [duplicate] - c++

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Visual C++ debugger visualizer?
Are there any good tutorials on customizing the Visual Studio C++ 2010 debugger, so that I can change the way that some data structures are visualized ?
Thank you.

Besides the links in Visual C++ debugger visualizer?
http://www.virtualdub.org/blog/pivot/entry.php?id=120
http://filetolink.com/17ad36ef
also go to http://channel9.msdn.com and search for visualizers

Related

The code execution cannot proceed because MSVCP100D.dll was not found [duplicate]

This question already has answers here:
MFC100d.dll Issue in VS2010
(2 answers)
Missing appcrt140d.dll while trying to run cocos2dx Debug.win32. Where to get the dll?
(2 answers)
Closed 3 years ago.
I was given an application called "program" by my teacher at my university. I can open the program at my university computer but somehow, i can't open it in my laptop. I try to look up some the solution like installing Microsoft Visual C++ Redistributable for Visual Studio 2017 but still the program can't run.
Thanks for your time
Just tell him to give you the "release version" of the program.
Or you can download and install "visual studio 2010 express" for trial version to open the program.

How do I build 64-bit binaries [duplicate]

This question already has answers here:
Compile for x64 with Visual Studio?
(2 answers)
Closed 9 years ago.
ALL,
I have MSVC 2010 and currently working on the program in C++.
The current solution I'm building is for x86. Basically I'm just opening the solution inside an IDE and build it.
Now, what do I do if I need to build 64-bit binary. What to change inside solution?
Thank you.
This MSDN explains exactly, step by step, how to set the Visual Studio Solution for x64: MSDN

Visual Studio C++ - "Copy to Output Directory" missing [duplicate]

This question already has answers here:
Automatic copy files to output during application building
(8 answers)
Closed 9 years ago.
I created an empty C++ project in Visual Studio (2012) and in Properties window I cannot see the "Copy to Output Directory" option when I have selected some file in Solution Explorer. Why?
The CopyToOuputDirectory is not exposed in the UI of Visual Studio for C++ projects.
However, there are some workarounds. See answers given to a similar question.

How to load OpenGL into Visual Studio 2012 [duplicate]

This question already has answers here:
How do you install GLUT and OpenGL in Visual Studio 2012?
(11 answers)
Closed 9 years ago.
I don't understand how to load OpenGl so that I can start using the functions in it. At first I thought it would be as simple as Allegro, where I just specify the location of the library, but I guess not.
Can someone either teach me how to install OpenGl into Visual Studio 2012 or show me a simpler, just as powerful graphics library?
The best way to learn OpenGL is by example. Creating a context and getting it right the first time is rare. Browse through the examples and demos in the site here.
The examples are in VS 2010. You can convert them to VS 2012.

How to treat selected warnings as errors in MS Visual Studio C++ 2008? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Can I treat a specific warning as an error?
I'd like to treat selected warnings as errors in my MS Visual Studio C++ 2008 project. Is that possible?
Go to your project-> properties->C/C++
There is an option Treat warnings as errors. you can mark it as yes