User profile: CatmanFS

User info
User name:CatmanFS
Name:Clinton Thorpe
Location:Louisville Kentucky
Website:http://Airlight.tk
Bio:I live as an average husband, father, and loving supporter of the arts and the creative process.
History
Joined:
Number of posts:8
Latest posts:

Counting letters in a string
I use old school char arrays to do all my dirty work. char *phrase = new char[64]; // now you ...

getline() help
Most input functions have delimiting characters, like \n newlines, spaces, and others, look up speci...

Best way to compare structure members
Any way you can think of that would tell differences would work, turning the struct into a class wou...

I need help regarding fraction to string
This sounds a lot like my convert float to string function, which was derived from a convert int to ...

Remove the warning:delete called on 'c' that is abstract but has non-virtual destructor
You could suppress the specific warning, or maybe the difference between the way virtual was handle...