User profile: FredDilb

User info
User name:FredDilb
History
Joined:
Number of posts:5
Latest posts:

Print Spiral with 2d array
I edited both so they work without any command line arguments. I do see now that there are random tr...

Print Spiral with 2d array
There is no input file. It uses argc and argv for the arguments. I'm basically trying to run the arr...

Print Spiral with 2d array
I'm currently working on an assignment where I'm supposed to create a spiral using a 2d array of int...

Text from an input file into a 2d Char Array
I'm sending statistics to an output file that is support to track: the total amount of words, each u...

Text from an input file into a 2d Char Array
I'm confused how I'm supposed to get text from an input file and put it into a character array. My a...