Connecting Tech Pros Worldwide Forums | Help | Site Map

how to use arrays

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 1 '09
hey I think I'm having a hard time with array syntax? I'm trying to input characters from a certain point.

char arraytest[32][32];

cin >> arraytest[1] [from 10 to 20];

And how do I set words in to arrays with out input?

arraytest [2] = "stuff";

Familiar Sight
 
Join Date: Jan 2007
Posts: 193
#2: Oct 1 '09

re: how to use arrays


Read arrays revealed on this site - it provides a concise overview.
Reply