Monday, July 21, 2008

Missing The 'String' data type in C++

After working with languages like Java and C# for some time, one tends to assume to comfort of the 'String' data type. Coming back to some hard-core programming in C++ after some time, I wished that C++ be evolved into something that is more programmer friendly but at the same time maintains the speed and efficiency that is currently provides..

With many OpenSource and other wise initiatives to use modern languages for high-end development like in writing the new-gen OSes, the forte of C++, pointers, seems to be a mixed blessing.