Link to home
Start Free TrialLog in
Avatar of andrewjb
andrewjbFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Diff. between #include <...h> and <...>

What, if anything is the difference between:

#include <Header.h>
#include <Header.hpp>
#include <Header>


and, while we're at it, might as well just confirm.....
#include <Header.h>
#include "Header.h"


I'm on Borland C++Builder 6, if there are any implementation-specific issues to include in this discussion!
SOLUTION
Avatar of PlanetCpp
PlanetCpp

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sanad78
Sanad78

1)include mean .. add the code that in this file .. if file .h or .cpp or.X ... but it must becompiled code .. have no error

2)<Headar.h> : mean get this file from <...\LIB\> directory or the directories that spasified in the option
"Headar.h" :mean get this file from where .cpp file location .. from the same location where the main file exist

sanad
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andrewjb

ASKER

Split points; pretty colours - someone's been busy with EE !!!