Sometimes when i write a code i get an error that says:
"missing header, old style headre?"
Can anyone explain what this possibly means?
This is a discussion on Old style formal header? within the C Programming forums, part of the General Programming Boards category; Sometimes when i write a code i get an error that says: "missing header, old style headre?" Can anyone explain ...
Sometimes when i write a code i get an error that says:
"missing header, old style headre?"
Can anyone explain what this possibly means?
The only time i see an error like that is when I cut and paste code and the header definitions are all placed on the same line. Make sure that each header definition is on it's own separate line.
-Prelude
My best code is written with the delete key.
okay thanks