Thread
:
how to create different arrays
View Single Post
#
3
(
permalink
)
08-07-2007, 01:07 AM
Jack
Senior Member
Join Date: Jun 2007
Posts: 130
well you could always just do this in a simple for loop:
Code:
for (int i = 0; i < numEntered; i++) { //create an array }
Jack
View Public Profile
Send a private message to Jack
Find all posts by Jack