R
RSR
I want to be able to create an unknown amount of variables depending
on the users input. For example, if the user enters 10 from the
command line, I want to be able to create 10 structures with different
names. In other words, is there a way to append a number on the the
end of the structure name to make it unique. Ex) struct1,
struct2,...,sturct10.
on the users input. For example, if the user enters 10 from the
command line, I want to be able to create 10 structures with different
names. In other words, is there a way to append a number on the the
end of the structure name to make it unique. Ex) struct1,
struct2,...,sturct10.