Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Creating n amount of arrays in C?

Name: Anonymous 2013-03-07 21:18

A simple question, i hope there's a simple answer.

The program I'm making will take in data, and based on an integer, I'd like to make a number of arrays based on that integer.

Any help? Thanks.

Name: Anonymous 2013-03-07 21:32

>>6
array of anything isn't a solution because you should declare its size so it cannot be arbitrary. personally i would just make a linked list with an array as cargo, malloc and pointers are so annoying though -_-

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List