Tuesday, April 20th, 2010
Here is the secret to using GoTo in ANY programming language:
Yes, that’s right. You will be eaten by a raptor! So don’t use it!
Tags: c++, goto, humor, Programming
Posted in Programming, Tutorial | 1 Comment »
Monday, April 19th, 2010
If you don’t know what ternary operators are then you are missing out! The day I learned about ternary operators I nearly passed out. There are so many wasted lines of code if you don’t know about them. This is what a standard if ... else ... statement looks like using C, Obj-C, C++, C#, Java, or JavaScript:
Tags: c++, javascript, obj-c, ternary operators
Posted in Programming, Tutorial | 5 Comments »