hiepdang/Sources
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Rules for inlude files: - include files from the current subdir via #include "abc.h" - include header from other subdirs vai #include <def.h> ( do NOT use a specific path - this may change!) - include privtae header files via path: #include "../other_dir/ppp.h" - should be avoided! Classes of files - public header: - should be installed at a central place ($includedir) - should itself only include other public headers - private header: - will not be installed at other places - will (usually) only be included from that subdir
Releases
No releases published
Languages
- C++ 44.8%
- Scilab 37.2%
- C 5.8%
- PostScript 5.1%
- Java 2.0%
- Emacs Lisp 1.2%
- Other 3.9%