G
Guest
I use Visual C++.NET 2003. I've been reading an older book on C++. One
program example shows how to make a simple window and draw a rectangle inside
it. At the beginning, they include the statement: #include "rect.h" to
include the corresponding library. But when I build, the compiler doesn't
recognize "rect.h" as a library. What is the problem?
program example shows how to make a simple window and draw a rectangle inside
it. At the beginning, they include the statement: #include "rect.h" to
include the corresponding library. But when I build, the compiler doesn't
recognize "rect.h" as a library. What is the problem?