Ad Code

Difference in naming conversion of C language & 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 ex tern “C” directive.
Reactions

Post a Comment

0 Comments