User profile: moonshadow9988

User info
User name:moonshadow9988
History
Joined:
Number of posts:9
Latest posts:

passing variable to 'for' loop
wierd, it works fine now, must have been something I did before. thank you.

passing variable to 'for' loop
float 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' loop
can you only pass pointers, or is it the way im declaring the variable is incorrect?

Obataining variable from other source
I have 3 c++ sources in my project, and am wondering how to obtain a globally declared array from an...

I/O
Before 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