|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
hi all,
i wanted to know if anyone knows about any file whose extention is .hh , and also how to include it in your project.... thanx in advance, Tarek. |
|
#2
|
||||
|
||||
|
To my knowledge, one convention for naming C++ source files is with a ".cc" extension, so by analogy the header files would be ".hh". Should be exactly the same thing as a ".h" header file, unless your particular compiler is really picky about the file extensions.
A normal include statement should be all you need to use it; e.g.: #include "aheader.hh" |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > what are .hh files??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|