C:\introcpp\normal>mk Basic04
I receive the following response:
C:\introcpp\normal>cd ..\code C:\introcpp\code>call mknorm C:\introcpp\code.gcc -o Basic04.o -c -I, -g Basic04.cc -pedantic errors -Wparentheses -Wunused Bad Command or file name Cannot move Basic04 - No such file or directory Cannot move Basic.exe -No such file or directory File not found C:\introcpp\code.cd ..\normal C:\introcpp\normal
So the compiler is trying I guess but something is wrong. Can you help?
Thanks.I must say I am enjoying the book. I like the approach of seeing a program from the compiler's point of view, it's logical and easy to follow.
Chris.