How does delete[] operator know the size of an array ? - by lost3den Hello everybody, I was wondering how does delete[] operator know the size of an array, in this case (for instance) : int* foo = new int[42]; delete[] foo; Thanks in advance Read the article
My "PHP-quote" of the day :) - by lost3den "Because of a higher CPU Usage, PHP isn't echo friendly" Hope you like it :) Read the article
Unsigned double in C++ ? - by lost3den Hello everyone, Why doesn't C++ support unsigned double syntax ? Thanks in advance Read the article