| Borland C++ Builder 6 -
03-30-05
I am trying to learn C++, and so I have this book I cant remember off the top of my head what it is called but its a learn C++ and Turbo C++, it gives this section of code to try:
#include
void main(void)
{
printf ("I charge thee, Speak!");
}
In C I guess it runs in Xp the Dos screen is just a flash, but when I try to compile-link-make it in C++ I get this "Fatal Linker Error" Unable to open system.obj"... so I try an example of printf from the Help file and I get the same response.. but the thing is it runs the example games. May Chaos Be Visited Upon You. |