From: Ioannis V. <no...@ho...> - 2002-04-19 17:32:24
|
-----Original Message----- From: dev...@li... [mailto:dev...@li...] On Behalf Of Peter Lelkes Sent: Friday, April 19, 2002 2:27 PM To: dev...@li... Subject: [Dev-C++] (no subject) Hi. I'm using Dev-C++ 4 on win 98SE When I use the Insert button from the special tool bar for #include, the command shows like: #include "LIB.H" My questions are: 1) is there any way getting it in the right way from the beginning, i.e.: #include <LIB.H>? You can type it yourself. That's what i do. 2) or will #include "LIB.H" compile correctly in C? It will, but if the header file is placed in the default compiler header file directory better use the <> notion. Ioannis * Ioannis Vranos * Programming pages: http://www.noicys.cjb.net <http://www.noicys.cjb.net/> * Alternative URL: http://run.to/noicys |