M
Marcus Kwok
Is there a free program available that will analyze a program's source
code and tell if all necessary standard headers have been included?
Since the standard headers can include other standard headers (and as I
understand it, this is implementation defined), this would aid in
porting programs from one compiler to another. It would also be nice if
it could see if you included a standard header that never gets used.
code and tell if all necessary standard headers have been included?
Since the standard headers can include other standard headers (and as I
understand it, this is implementation defined), this would aid in
porting programs from one compiler to another. It would also be nice if
it could see if you included a standard header that never gets used.