[Previous]  [Up]  [Next]

CFront problems

Standard header names



The C++ standard specifies that headers should be of the form <vector>, rather then <vector.h> or "vector.h". CFront generates warnings if non-ANSI C header names are included in <...> form, and seems to behave very strangely if headers aren't placed in a "h." directory. Consequently all headers are included in "vector.h" form.

 [Previous]  [Up]  [Next]