Jun 20, 2003 #1 pkpro1 IS-IT--Management Jun 20, 2003 1 US i can't figure out how to include new .H files into borland turbo c++ 4.5 i include blah.h.... but don't i have to include blah.h into the options somewhere too? please help..
i can't figure out how to include new .H files into borland turbo c++ 4.5 i include blah.h.... but don't i have to include blah.h into the options somewhere too? please help..
Jun 27, 2003 #2 LastCyborg Programmer Feb 7, 2003 256 MX There are many ways to include files in your app. You can write #include <blah.h> in your header if the blah.h file is in the include directory. Or you can leave the file where you want, but you must move the options to the compiler take this directory and add the file. ---LastCyborg--- Upvote 0 Downvote
There are many ways to include files in your app. You can write #include <blah.h> in your header if the blah.h file is in the include directory. Or you can leave the file where you want, but you must move the options to the compiler take this directory and add the file. ---LastCyborg---