Hey guys, thx for the time you spent clicking here :D
My question is simple enough. Let me give a basic example though:
char a1[]="ok";
char a2[]="yes";
char a3[]="right";
for (int n=1;n<=3;n++;)
cout << a<n>;
Is there some way to make this concept work?
Any help much appreciated!