death
March 20th, 2002, 18:20
if it was written in C++ most likely it uses classes..
when you call a class member function (that is not static), the first parameter pushed is the pointer to the class object (this).. if you notice this somewhere in the executable, it's C++..
[er. this was supposed to be a reply to foxthree's solaris executable question, wrong button pressed]
when you call a class member function (that is not static), the first parameter pushed is the pointer to the class object (this).. if you notice this somewhere in the executable, it's C++..
[er. this was supposed to be a reply to foxthree's solaris executable question, wrong button pressed]