Prime number finder not looping correctlyI made a program where the user inputs a number and all prime numbers up to and including it are dis...
Receiving output from a pipeThat helps, but I've run into another problem. How do I read the whole file into a buffer? I know I ...
Receiving output from a pipeSo I'm trying to make a program that will allow me to type in the command line something such as: c...
Allocating Dynamic Array as Data MemberI'm new to dynamic arrays and am not totally clear on how to implement them correctly. I'm making a ...
Returning Strings in a FunctionAh I get it, I had to initialize the array outside the function, pass it in, then return it. This lo...
This user does not accept Private Messages