passing variable to 'for' loopwierd, it works fine now, must have been something I did before. thank you.
passing variable to 'for' loopfloat a; float *p_a = &a; for (int b = 0; b < 5;b++){ *p_a = b; } ok this is all nested i...
passing variable to 'for' loopcan you only pass pointers, or is it the way im declaring the variable is incorrect?
Obataining variable from other sourceI have 3 c++ sources in my project, and am wondering how to obtain a globally declared array from an...
I/OBefore I guess too early, is default I/O the most effective way to handle read and write to files? ...
This user does not accept Private Messages