Hey everyone,
I'm doing the following problem:
Create an algorithm that'll accept a person's name as "lastname,firstname", and then display the name as "first name(3spaces)lastname"
So I was wondering if anyone had any good starting comments, I wrote this whole elaborate program until I realized I was using char as if they were able to dynamically allocate memory...yeah...so...that sucked

I was just wondering if anyone could toss some hints of where to start (over)...thanks!