Link to home
Start Free TrialLog in
Avatar of TJspliff
TJspliff

asked on

Dynamic String Arrays & Passing them to Functions in C

I was wondering how to go about dynamically allocating an array of strings, filling them in with values, and then sending them to a function to be processed.  And if there is a difference in manipulating the dynamic string array once passed to a function, I'd be curious to see how to do that too, please.
ASKER CERTIFIED SOLUTION
Avatar of gj62
gj62

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kocil
Kocil

Avatar of TJspliff

ASKER

Thank you gj62! That is really good, clean code that I can understand! :)

Kocil, so it seems, I'm such a noob.  Thank you both!
As i commented in my question, thank you again, the code and explaination is very clear and helpfull!