Joined August 2012
·
Posted to
Use this the next time you need an infinite loop in C.
over 1 year
ago
@becreative-germany I posted the tip mostly because when you use the method I described, you get the word "forever" out of the for(ever)
part. Sure there are other ways to achieve an infinite loop, I just like this one better.
Posted to
Use this for variables that you need to represent a toggle state
over 1 year
ago
@twolfson Ha! nice! didn't think of this.
Posted to
Use this for variables that you need to represent a toggle state
over 1 year
ago
@piatra Sure, this is a nice way to do it too :D
Achievements
89 Karma
2,109 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Forked
Have a project valued enough to be forked by someone else
Nephila Komaci
Have at least one original repos where PHP is the dominant language
@fuchsto you get a compiler error because you write syntax that the compiler doesn't accept it. Nobody forces you to write non conventional syntax.