Click here to Skip to main content
15,881,882 members
Articles / High Performance Computing / Parallel Processing

Another Look at Achieving Concurrency using C++

Rate me:
Please Sign up or sign in to vote.
4.36/5 (9 votes)
16 Feb 2010CPOL6 min read 25.7K   440   23  
An article that provides ways to achieve concurrency via C++
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by SeismicSimulation.rc
//
#define IDC_MYICON                      2
#define IDD_SEISMICSIMULATION_DIALOG    102
#define IDS_APP_TITLE                   103
#define IDD_ABOUTBOX                    103
#define IDM_ABOUT                       104
#define IDM_EXIT                        105
#define IDI_SEISMICSIMULATION           107
#define IDI_SMALL                       108
#define IDC_SEISMICSIMULATION           109
#define IDR_MAINFRAME                   128
#define ID_FILE_PARALLEL                32771
#define ID_FILE_SERIAL                  32772
#define IDM_PARALLEL                    32773
#define ID_FILE_ENABLEGUI               32774
#define ID_FILE_DISABLEGUI              32775
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC                     1
#define _APS_NEXT_RESOURCE_VALUE        129
#define _APS_NEXT_COMMAND_VALUE         32782
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           110
#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 Monroe Community
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions