View Single Post
Mentor
30Sep2011,14:44  
xpi0t0s's Avatar
Not a good idea unless you deliberately want to obfuscate your code. Instead try this:
Code:
int main()
{
  return entry();
}
then continue as previously, coding from entry().