Originally posted by n3wu53r
View Post
It is never good to rely on one language/framework.
Also, have you tried C++ with Qt?
Also, have you tried C++ with Qt?
According to Nokia (http://qt.nokia.com/ ) Qt is "Cross Platform Application and UI Framework"
Does it need mostly C++ to work with Qt? Signals and Slots do not use Meta-Object-Compiler which is relying a lot of macro expansion. UI Compiler generates C++ code, isn't it? QMake itself make you more stuck on Qt world if you work with QTest and Tulip, its STL replacement.
Which framework stuck you to work if you want to work with C#? WinForms? Why not using GTK#? ADO.NET? ADO is on top of many connectors including ODBC, native connectors. On top of it you can use Linq for SQL and/or Entity. You can even wrap the MySql or Postgress C API and make your own connectors. You can port even Sqlite in C#.
Seems that your hate makes you out of touch of richness of .Net and Mono world, isn't it?
Not sure if it's really on par with MonoDevelop (I haven't used either), but I've heard good things about Anjuta: http://projects.gnome.org/anjuta/
Comment