Click here to Skip to main content
15,868,164 members
Everything / Programming Languages / VC++

VC++

VC++

Great Reads

by Naveen
How local static variable is implemented in VC++
by Paolo Messina
Class library to make development of resizable windows a easier for the MFC developer and pleasant for the user
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 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++!

Latest Articles

by Paolo Messina
Class library to make development of resizable windows a easier for the MFC developer and pleasant for the user
by David 'dex' Schwartz
Old style printf format strings ported to an ostream shim class
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 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++ 

8 Apr 2009 by Naveen
How local static variable is implemented in VC++
22 Nov 2000 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!
13 Nov 2021 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++!
25 Sep 2022 by David 'dex' Schwartz
Old style printf format strings ported to an ostream shim class
7 Jun 2021 by The Ænema
Learn how to convert any code to a stable shellcode using Visual Studio 2019 and VC++ in easy steps!
26 Mar 2021 by Zuoliu Ding
A discussion on optimization using SIMD instructions including MMX, SSE, and AVX in x86 Assembly Language Programming
30 Jul 2020 by _Flaviu
A guide to choosing and implementing a worker thread in your application