3511
Off Topic / Re: C++ and Torque Script
« on: March 26, 2013, 07:21:23 PM »
well don't look at me, i wasn't the one that did it.
in C i always prototype the extra functions, then make main, then have the actual functions below main.
i would guess prototyping is still available in C++, but is it less necessary than in C?
in C i always prototype the extra functions, then make main, then have the actual functions below main.
i would guess prototyping is still available in C++, but is it less necessary than in C?

