If you are doing this just for learning - ok, do it.
But in serious work, please don't invent yet another string class, or yet another implicit conversion from Foo to Baz just to save you typing... There are just too many of them.
[joke]
What is the one thing every programmer should do in his lifetime?
1. C++ programmer: create a string class
2. PHP programmer: create a CMS
3. Java programmer: create a web framework
4. Ruby programmer: write a blog post describing why RoR is the best framework
[/joke]
[joke]
What is the one thing every programmer should do in his lifetime?
1. C++ programmer: create a string class
2. PHP programmer: create a CMS
3. Java programmer: create a web framework
4. Ruby programmer: write a blog post describing why RoR is the best framework
[/joke]
5. Perl programmer: create the most perfect regular expression that can handle all possible combination and permutation
One more question.
I like QString. - http://doc.qt.nokia.com/4.7/qstring.html
Is there a way to use it (alone) in my code ,without downloading/building the whole qt library.
A header file version?