humble_learner
April 17th, 2006, 02:54 AM
As part of a project to port 16 bit Borland C++ code to VC++, I came across the following statement in the BC++ code. Can someone please let me know what the keyword "pascal" means over here ?
friend BitVec pascal operator ^ (……
Is it safe to retain code by removing " pascal " in the VC++ version or is there a corresponding substitute ?
What is "pascal" used for ?
friend BitVec pascal operator ^ (……
Is it safe to retain code by removing " pascal " in the VC++ version or is there a corresponding substitute ?
What is "pascal" used for ?