User profile: cgyan

User info
User name:cgyan
History
Joined:
Number of posts:8
Latest posts:

splitting std string with delim
Yes, good lesson learned there. Thanks for the tip!

splitting std string with delim
Thanks to all for the replies. webHose, that looks like a really useful solution, I'll check it out...

splitting std string with delim
Thanks for your helpful explanation and example. So why, I wonder, does the original example from th...

splitting std string with delim
Hi, Curious problem here with splitting a std::string at a desired delimeter whereby the split seem...

aspect ratio calculations
I am writing a small gui program for a friend that takes the hassle out of using a particular comman...