I am happy finally someone is seeing things my way! I have been advocating using C/C++ for everything as it just requires a one time learning curve for developing any kind of application.
For web programming in c/c++ i use HTML/CSS/JavaScript AJAX/JSON with C/C++ server side programs. Once again Javascript is a one time learning effort.
Writing a small client side framework for boiler pate AJAX coding is very easy.
For an ORM I use OODBC //http://www.garret.ru/oodbc/readme.htm
For GUI programming I use the FOX toolkit http://www.fox-toolkit.org
For other cross platform stuff I use BOOST http://www.boost.org
My two cents!
Sept. 16, 2008, 6:35 a.m. - ASKI
I am happy finally someone is seeing things my way! I have been advocating using C/C++ for everything as it just requires a one time learning curve for developing any kind of application. For web programming in c/c++ i use HTML/CSS/JavaScript AJAX/JSON with C/C++ server side programs. Once again Javascript is a one time learning effort. Writing a small client side framework for boiler pate AJAX coding is very easy. For an ORM I use OODBC //http://www.garret.ru/oodbc/readme.htm For GUI programming I use the FOX toolkit http://www.fox-toolkit.org For other cross platform stuff I use BOOST http://www.boost.org My two cents!