User profile: garlandman
User info |
User name: | garlandman |
History |
Joined: | |
Number of posts: | 5 |
Latest posts: |
Translating arrays with pointers to code I have this defined at the top of my code:
[code]
int map0[25] = {
0, 0, 0, 0, 0,
0, 1, 1, 1, 0,...
Array of pointers to arrays of ints? I did that, but I still have the same problem with the arrays and pointers...
Array of pointers to arrays of ints? I have an array that I want to put a bunch of arrays into. I made the big array an array of type int...
Printing chars in char array individually with spaces [code]c<strlen(sSay)[/code] works like a charm. Thank you very much! :)
Printing chars in char array individually with spaces I'm trying to write a function that prints out each character of a char array one by one. Here's wha...
|
This user does not accept Private Messages