Click here to Skip to main content
15,884,425 members
Articles / Desktop Programming / Win32

Concurrency Runtime in Visual C++ 2010

Rate me:
Please Sign up or sign in to vote.
4.98/5 (60 votes)
11 Nov 2010CPOL49 min read 147.2K   2.2K   164  
Learn about parallel algorithms, parallel containers, tasks, task groups, agents library, task scheduler etc in VC10
��//{{NO_DEPENDENCIES}}

// Microsoft Visual C++ generated include file.

// Used by CR MFC App.rc

//

#define IDD_CRMFCAPP_DIALOG             102

#define IDR_MAINFRAME                   128

#define IDC_SUM_TO                      1000

#define IDC_BTN_SUM                     1001

#define IDC_OUT_LIST                    1002

#define IDC_PRIME_TO                    1003

#define IDC_BTN_PRIME                   1004

#define IDC_BTN_PRIME2                  1006

#define IDC_BTN_TASKS                   1006



// Next default values for new objects

// 

#ifdef APSTUDIO_INVOKED

#ifndef APSTUDIO_READONLY_SYMBOLS

#define _APS_NEXT_RESOURCE_VALUE        129

#define _APS_NEXT_COMMAND_VALUE         32771

#define _APS_NEXT_CONTROL_VALUE         1003

#define _APS_NEXT_SYMED_VALUE           101

#endif

#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
Started programming with GwBasic back in 1996 (Those lovely days!). Found the hidden talent!

Touched COBOL and Quick Basic for a while.

Finally learned C and C++ entirely on my own, and fell in love with C++, still in love! Began with Turbo C 2.0/3.0, then to VC6 for 4 years! Finally on VC2008/2010.

I enjoy programming, mostly the system programming, but the UI is always on top of MFC! Quite experienced on other environments and platforms, but I prefer Visual C++. Zeal to learn, and to share!

Comments and Discussions