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

VC++

VC++

Great Reads

by Marc Richarme
Could be used to create a Visual C++ like search combo for CHtmlViews... With the update, you can highlight all matching words!
by David 'dex' Schwartz
Old style printf format strings ported to an ostream shim class
by The Ænema
Learn how to convert any code to a stable shellcode using Visual Studio 2019 and VC++ in easy steps!

Latest Articles

by Marc Richarme
Could be used to create a Visual C++ like search combo for CHtmlViews... With the update, you can highlight all matching words!
by David 'dex' Schwartz
Old style printf format strings ported to an ostream shim class
by The Ænema
Learn how to convert any code to a stable shellcode using Visual Studio 2019 and VC++ in easy steps!

All Articles

Sort by Score

VC++ 

by Marc Richarme
Could be used to create a Visual C++ like search combo for CHtmlViews... With the update, you can highlight all matching words!
by David 'dex' Schwartz
Old style printf format strings ported to an ostream shim class
by The Ænema
Learn how to convert any code to a stable shellcode using Visual Studio 2019 and VC++ in easy steps!
by The Ænema
This article brings you a very detailed but easy to learn experience on creating your own x64 PE packer/protector using only VC++!
by _Flaviu
A guide to choosing and implementing a worker thread in your application
by Naveen
How local static variable is implemented in VC++
by Zuoliu Ding
A discussion on optimization using SIMD instructions including MMX, SSE, and AVX in x86 Assembly Language Programming