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...
Returning Strings in a FunctionWhile the above helped for returning an array declared within the function, I'm having the same prob...
This user does not accept Private Messages