[ Post New Message | Post Reply to this One | Send Private Email to Mac | Help ]

Running "Who's Afraid of C++?" code on Visual C++ program

from Mac (gunbunny@cavalry.com)
Hi Joe,

I had the same problem. You can build any of the programs from "WAOC++?" book using VC++ 5.0 (same version I'm using). Just ensure you add the directory that contains Steve's "stharch.a" library to the VC++ library search path. Do the same thing for the includes, because Steve supplies other files that are needed for building the projects, such as a version of assert called wassert.h, also common.h, and more as you know. So VC++ will need to know where to find all of these files when the time comes to build your projects.

Best Regards,

Mac

(posted 9110 days ago)

[ Previous | Next ]