S
SRR
Can anyone tell me if it is really possible to do declare 100
variables without "explicitly typing it"?
Consider the following:
int var1=0;
int var2=0;
...........
............
int var99=0;
int var100=0;
The job is to write a "short" macro which when used, pastes the above
declarations in the code.
variables without "explicitly typing it"?
Consider the following:
int var1=0;
int var2=0;
...........
............
int var99=0;
int var100=0;
The job is to write a "short" macro which when used, pastes the above
declarations in the code.