Difference between naming conversion of C language & Pascal
C pretends an underscore to every function or variable name while Pascal translates the name to all uppercase. C++ has a weird name mangling scheme that is compiler dependent. To avoid it C++ can be forced to use C style naming with ex tern “C” directive.
Difference in naming conversion of C language & Pascal
Reviewed by MCH
on
December 29, 2012
Rating:
No comments: