|
From: Peter L. <pl...@ya...> - 2002-04-19 11:27:28
|
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>?
2) or will #include "LIB.H" compile correctly in C?
Any help will be appreciated
Peter Lelkes
CRNA & ICU-nurse
Self-thought computer nerd
Stockholm, Sweden, Europe
|