User profile: oonej

User info
User name:oonej
Name:Chad
Location:Tampa, FL
History
Joined:
Number of posts:208
Latest posts:

help me to sort this out..
[code]//declares the array int MyArray[5][5]; [/code] [code]//prints the array for(int i = 0; i < ...

Life Time of a vairiabe
i dont think that is possible... but i may be mistaken.. sorry :(

Arrays of Odd & Even Numbers - Numbers Getting Mixed Up
look up dynamic arrays. create an int pointer. assign it to a new array then you will have to ch...

Writing a queue program
with a queue, if i remember correctly it doesn't always start from index [1].. you should have 2 in...

2 action in the same loop
put a break in there break;