User profile: density

User info
User name:density
History
Joined:
Number of posts:103
Latest posts:

scope of variables in included files
i made a function that i would like to put in its own .h file so i can 'black box' the function. af...

need help understaning a gdb error
if i use a raw array instead of a vector the program works perfectly. I am just not understanding w...

Is there a way to exit an 'if' statement on condidtion?
you can not do : [code] if(j == 10) { // nothing } else { //code... } [/code] the program will no...

Is there a way to exit an 'if' statement on condidtion?
I have an if statement that I want the program to exit if a condition is met: [code] for(j=0;j<10...

need help understaning a gdb error
it is declared private in the .h file. but it wont compile like that, i dont understand the error o...