How would I make a 2d array of strings and how would I convert a string to an Int ??

Please Help..

char string[50][50];

and use atoi() to convert a char string of digits, to an int. "alphanumberic to int", see?

clever, no? ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.