bhatmahesht wrote: > As we are aproaching web programming these days > > Do you think C programming is going to extinct soon, as fast approaching > programming languages like PHP are ruling the world today > > Regards > Mahesh
I keep hoping C will die in favor of C++, but not even C++ is going away any time soon. What I hope the ANSI C++ Standards committee will do is eliminate approximately 50% of the Standard that is the std:: library and move it to a separate, living document complete with a reference implementation. It would allow the Standard to finally move out of the stone age they put the language into when they adopted the STL. Even newfangled devices such as iPhone applications are written in Objective-C and even Android has a JNI C wrapper (Android NDK) - both trying to be like C but not really but are both definitely not PHP. I really wish they would both simply just offer C/C++ and appropriate SDKs and be done with it. Sigh. Programmers - always trying to come up with some stupid new programming language. (Heh - even I'm guilty!) -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
