Dynamically Creating Variables

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Is there any way to dynamically creat variables?

In other words, I want to be able to do something like that:

for(int i=0; i<size; i++){

string temp+i = i*3;

}

I want my variables to be temp0, temp1, temp2, etc.

.



Relevant Pages