Exception catch all statementHey guys. When using catch(...) to handle unexpected exceptions, is there a way to obtain a handle t...
array bound index validationIf you have an array... E.g. [code] int a[3]; [/code] ... then &a[0] will return a pointer to the ...
Naming variables and classesI agree with Mathhead200, all variable names consisting of multiple words should definitely contain ...
Doppler shift and if elseIn C++ the data type 'int' is an abbreviation of the word 'integer', and as all good physicists/math...
ArraysThanks for the heads up WebJose I guess you are probably right. I have been using printf() functions...
This user does not accept Private Messages