Starting Point for C++ Program

Discussions about custom-built testing platforms written in C, C++, or Java.
Chris Murphy
Roundtable Fellow
Roundtable Fellow
Posts: 84
Joined: Thu May 29, 2003 12:11 pm
Location: Eugene, OR
Contact:

Post by Chris Murphy »

Thanks for the google search tip c.f.. Works like a charm!
chrisuu
Contributor
Contributor
Posts: 4
Joined: Thu Nov 04, 2004 6:33 pm

C or C++

Post by chrisuu »

It looks like the C++ you're posting isn't "really" C++, but rather a hybrid of C++ and C. (The tip-off includes header files with the .h suffix and use of a character array rather than an STL construct.) I suggest picking up a good C++ book that's NOT a C book and doesn't waste your time with C where you really want to learn a useful sub-set of C++ and the STL:

Accelerated C++, Practical Prgramming by Example
Andrew Koenig, Barbara E. Moo
Dean Hoffman
Roundtable Fellow
Roundtable Fellow
Posts: 87
Joined: Wed Jul 02, 2003 3:04 pm

Post by Dean Hoffman »

Chris,

FM LABS has C++ modules for what you’re trying to do. Their data handling module is excellent.

http://www.fmlabs.com/toolkit.htm

Dean Hoffman
www.hoffmantrading.com
Post Reply