Quantitative Analysis
Parallel Processing
Numerical Analysis
C++ Multithreading
Python for Excel
Python Utilities
Services
Author

I. Installation.
1. Directory structure.
2. Setting up development environment.
A. Windows notes.
a. MSys notes.
b. Boost on Windows notes.
c. STLport notes.
d. MS Visual C++ 7.1 notes.
B. Ubuntu notes.
II. Threading primitives.
III. NonBlockingQueue.
IV. ThreadPool.
V. ThreadMaster.
VI. OTS Scheduler.
VII. Bibliography
Downloads. Index. Contents.

MS Visual C++ 7.1 notes.


he the *.sln files become functional after "Include files" and "Library files" variables are set as indicated below.

In the Visual Studio 2003 .NET IDE go to "Tools"/"Options"/"Projects"/"VC++ Directories"

Select "Include files". Include several lines similarly to the following recommendations. These should be placed before the $(VCInstallDir) lines.

c:\STLport-5.2.1\stlport

c:\OTSProjects

c:\Python25\include

c:\boost_1_40_0

Select "Library files" and include several lines similarly to the following recommendations. These should be placed before the $(VCInstallDir) lines.

c:\OTSProjects\Libs_msvc71

c:\Python25\Libs





Downloads. Index. Contents.


















Copyright 2007