What three things distinguish a void function from main?
Done with my computer science homework, can’t figure this one out.
C++ Programming help! how do i fill in an array from a file on the computer? PLEASE READ DESCRIPTION AS WELL!?
ok, so for my computer science class i need to input an array from a file that already has the array. the file has on the first like two numbers, the number of rows in the array and then the number of columns in the array after that, the file has 10 rows and 5 columns, and each point in the array is either a ’0′ or a ’1′ i need to write a void function that will just take in the array. not display it or anything, but just to take in the array. my TA said to first declare the array in ‘main’ Read more [...]
Recent Comments