17
Altaf31
8y

#Tip_to_happy_life ;)
do {
Eat();
Sleep();
JustCode();
Repeat();
} while(1);

Comments
  • 4
    Only me wondering what the repeat function does?
  • 0
    that Repeat(); step is probably redundant here. instead of a infinite loop, it'll just build up the call stack, and you'll get a stackoverflow problem.
  • 0
    @tirthaguha That's part of programming right? :P every now and then you have to look something op on SO
  • 0
    either it is too much recusion and then stack overflow or repeat is a macro for NOP
  • 0
    Sorry bro
Add Comment