Desktop Programming
|
ATL |
14 Dec 2014
Updated: 14 Dec 2014
Rating: 4.84/5
Votes: 40
Popularity: 7.70
Licence: CPOL
Views: 42,968
Bookmarked: 65
Downloaded: 0
Experiences and recommendations from modernizing legacy C++ code using C++11/14
|
|
6 Aug 2013
Updated: 6 Aug 2013
Rating: 4.82/5
Votes: 36
Popularity: 7.45
Licence: CPOL
Views: 65,662
Bookmarked: 37
Downloaded: 0
This article provides a list of new or enhanced features for native development with Visual C++ in Visual Studio 2013.
|
MFC |
30 Oct 2014
Updated: 30 Oct 2014
Rating: 4.86/5
Votes: 22
Popularity: 6.53
Licence: CPOL
Views: 22,613
Bookmarked: 10
Downloaded: 0
MFC Collection Utilities is a small open-source library that enables you to use any MFC collection with range-based for loops.
|
Win32 |
5 May 2016
Updated: 5 May 2016
Rating: 4.97/5
Votes: 47
Popularity: 8.30
Licence: CPOL
Views: 53,798
Bookmarked: 68
Downloaded: 1,698
Interact, control and configure Windows services using C++ components built on top of the Windows services API
|
XAML |
4 Nov 2013
Updated: 4 Nov 2013
Rating: 4.97/5
Votes: 36
Popularity: 7.73
Licence: CPOL
Views: 233,013
Bookmarked: 58
Downloaded: 9,771
This article shows how to create a Tic Tac Toe game in C++ using different technologies such as Win32 and WinRT to prove that writing code in C++ is as fun and productive as in other programming languages.
|
General Programming
|
Debugging |
29 Dec 2012
Updated: 29 Dec 2012
Rating: 4.96/5
Votes: 41
Popularity: 7.99
Licence: CPOL
Views: 71,862
Bookmarked: 103
Downloaded: 0
This article proposes a list of even more debugging tips for native development with Visual Studio.
|
|
2 Oct 2012
Updated: 30 Dec 2012
Rating: 4.98/5
Votes: 107
Popularity: 10.10
Licence: CPOL
Views: 239,724
Bookmarked: 247
Downloaded: 0
This article proposes a list of debugging tips for native development with Visual Studio.
|
High Performance Computing
|
Vectorization |
5 Apr 2012
Updated: 5 Apr 2012
Rating: 4.92/5
Votes: 53
Popularity: 8.48
Licence: CPOL
Views: 81,204
Bookmarked: 48
Downloaded: 0
In this article, I will enumerate and discuss some of the new or improved features for native development (but not all).
|
Hosted Services
|
Azure |
12 Mar 2018
Updated: 12 Mar 2018
Rating: 4.78/5
Votes: 5
Popularity: 3.34
Licence: CPOL
Views: 8,911
Bookmarked: 3
Downloaded: 125
Use Face API to find similarities between faces
|
|
8 May 2015
Updated: 8 May 2015
Rating: 4.90/5
Votes: 14
Popularity: 5.62
Licence: CPOL
Views: 29,201
Bookmarked: 20
Downloaded: 538
Learn how to integrate the new Windows Azure machine-learning APIs in a C++ application using C++ REST SDK
|
Programming Languages
|
C# |
4 Jun 2018
Updated: 4 Jun 2018
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: CPOL
Views: 10,203
Bookmarked: 15
Downloaded: 276
Use Face API to identify faces
|
|
11 Jul 2017
Updated: 11 Jul 2017
Rating: 5.00/5
Votes: 23
Popularity: 6.71
Licence: CPOL
Views: 29,252
Bookmarked: 49
Downloaded: 299
Create COM visible types in C# and consume them from C++
|
|
5 Sep 2012
Updated: 5 Sep 2012
Rating: 4.95/5
Votes: 19
Popularity: 6.22
Licence: CPOL
Views: 90,792
Bookmarked: 64
Downloaded: 0
In this article, I'm generalizing and extending "Loading Assemblies in pearate Directories" with some helper functionality.
|
|
15 Mar 2013
Updated: 15 Mar 2013
Rating: 4.94/5
Votes: 36
Popularity: 7.69
Licence: CPOL
Views: 186,590
Bookmarked: 87
Downloaded: 0
A collection of problems and solutions for migrating projects to Visual Studio 2012 and .NET 4.5.
|
C++ |
1 Apr 2013
Updated: 2 Apr 2013
Rating: 4.95/5
Votes: 159
Popularity: 10.86
Licence: CPOL
Views: 824,554
Bookmarked: 289
Downloaded: 0
This article discusses a series of features new to C++11 that all developers should learn and use.
|
|
4 Oct 2013
Updated: 4 Oct 2013
Rating: 4.94/5
Votes: 24
Popularity: 6.81
Licence: CPOL
Views: 59,156
Bookmarked: 31
Downloaded: 288
This article tries to show that writing code in C++ can be as productive and fun as in other mainstream languages.
|
|
2 Oct 2015
Updated: 2 Oct 2015
Rating: 4.94/5
Votes: 61
Popularity: 8.71
Licence: CPOL
Views: 46,713
Bookmarked: 63
Downloaded: 0
A walk-through several less known C++ features
|
|
17 Sep 2018
Updated: 17 Sep 2018
Rating: 4.31/5
Votes: 6
Popularity: 3.35
Licence: CPOL
Views: 11,005
Bookmarked: 9
Downloaded: 0
Handle CRON expressions with a simple header-only cross-platform C++17 library
|
|
16 Sep 2013
Updated: 16 Sep 2013
Rating: 4.73/5
Votes: 14
Popularity: 5.43
Licence: CPOL
Views: 36,732
Bookmarked: 22
Downloaded: 246
Provides an overview for creating an consuming classic COM components for desktop applications with the Windows Runtime C++ Template Library
|
|
20 Sep 2012
Updated: 20 Sep 2012
Rating: 5.00/5
Votes: 22
Popularity: 6.61
Licence: CPOL
Views: 86,588
Bookmarked: 49
Downloaded: 8,198
This article proposes a C++ implementation for computing hashes (SHA1, MD5, MD4 and MD2) on Windows with the Microsoft CryptoAPI library.
|
|
10 Apr 2017
Updated: 10 Apr 2017
Rating: 4.98/5
Votes: 22
Popularity: 6.69
Licence: CPOL
Views: 94,708
Bookmarked: 48
Downloaded: 1,759
This article provides an introduction to CMake through a series of examples to help you, as VC++ developers, to create and maintain CMake projects.
|
C++11 |
27 May 2013
Updated: 27 May 2013
Rating: 4.94/5
Votes: 71
Popularity: 9.08
Licence: CPOL
Views: 277,868
Bookmarked: 125
Downloaded: 0
This article is a walk-through the C++11 support for threads and synchronization mechanisms (mutexes and condition variables).
|
|
2 Nov 2012
Updated: 3 Nov 2012
Rating: 4.96/5
Votes: 37
Popularity: 7.77
Licence: CPOL
Views: 57,017
Bookmarked: 44
Downloaded: 0
An introduction to cpplinq, a open-source template library that provides LINQ-like operators for querying collections (arrays and STL containers) in C++11.
|
MAML |
13 Apr 2012
Updated: 13 Apr 2012
Rating: 4.91/5
Votes: 17
Popularity: 5.91
Licence: CPOL
Views: 53,182
Bookmarked: 35
Downloaded: 378
Some of the features of DocProject and the offerings of MAML, the mark-up language used for writing conceptual documentation.
|
VC++ |
2 Aug 2017
Updated: 2 Aug 2017
Rating: 5.00/5
Votes: 19
Popularity: 6.39
Licence: CPOL
Views: 18,286
Bookmarked: 42
Downloaded: 139
Using managed COM objects in C++ without registering the server in Windows Registry
|
XML |
20 Dec 2013
Updated: 20 Dec 2013
Rating: 4.95/5
Votes: 6
Popularity: 3.85
Licence: CPOL
Views: 24,190
Bookmarked: 10
Downloaded: 0
Shows how to easily create live tiles using the TileNotifications pack
|
Web Development
|
HTML |
10 Jun 2016
Updated: 27 Nov 2019
Rating: 4.98/5
Votes: 49
Popularity: 8.42
Licence: CPOL
Views: 121,080
Bookmarked: 99
Downloaded: 4,339
Chromium Embedded Framework (CEF) v3 to embed a Chromium browser in an MFC application
|