Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / Languages / VisualC++

VisualC++

VisualC++

Great Reads

by Raghavendra Hosad
2D DFT for Color Image - GUI implementation
by Nish Nishant
The article goes through sevean language and IDE features in the VS 14 CTP 2 that are specific to C++ development
by Paulo Zemek
This article presents a .NET like Dictionary implemented in C++, which has better performance and consumes less memory than the STL's unordered_map class.
by John Jiyang Hou
A List data structure implementation in MASM Assembly with C function realloc

Latest Articles

by Raghavendra Hosad
2D DFT for Color Image - GUI implementation
by Nish Nishant
The article goes through sevean language and IDE features in the VS 14 CTP 2 that are specific to C++ development
by Paulo Zemek
This article presents a .NET like Dictionary implemented in C++, which has better performance and consumes less memory than the STL's unordered_map class.
by John Jiyang Hou
A List data structure implementation in MASM Assembly with C function realloc

All Articles

Sort by Score

VisualC++ 

by Bartlomiej Filipek
Experiments about compilation times and file structure in C++, using GCC, MinGW, Visual Studio.
by Minh Danh Nguyen (ToughDev)
How to compile WinQEMU v0.10.2 in VS2008 and VS2012
by Bartlomiej Filipek
Several code changes that made my particle system faster: SIMD, random number generator, pointer aliasing, memory alignment
by Bartlomiej Filipek
Description of my emitter and generator module for particle system
by Bartlomiej Filipek
Flexible Particle System - Start
by Bartlomiej Filipek
Flexible Particle System - The Container
by Bartlomiej Filipek
Description of the implementation of my particle container
by Naveen
An improvisation to boost unit test frame work that will let you run unit test cases in parallel.
by Sebastian Krysmanski
How to create a DLL project in Visual C++ 2010
by Sebastian Krysmanski
Precompiled headers in Visual C++ 2010
by Sebastian Krysmanski
Sharing project properties in Visual C++
by Issam Lahlali
Visual C++ 2010: What’s new for MFC library?