Comment on: Evil Coding Incantations
Cool. Quick question : What if it didn't have the &? Then it's just an infinite loop right?
Comment on: Evil Coding Incantations
Please splain.
Edit: Was about to type it in to a terminal but decided against it.
Comment on: Evil Coding Incantations
I wrote some of my c code with the i[A] instead of A[i] just to fuck with anyone that had to read it in the future. Evil indeed.
So it's a recursive function that does nothing but take up stack/heap space?