Ad Code

Naming Conversion of C Language and Pascal

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 extern “C” directive.

Reactions

Post a Comment

0 Comments