mediator said:
Hmmmm, I'll try MS-Visual c++ again then on windows , thanx for the acknowledgement.....But in majority of institutions they still teach u on TC3 or Borland c++ compilers. I'm not an advanced programmeur, but I find programming in linux much easier for c/c++ and java.
I have tried MS-Visual c++, but dont really remember how its output used to be like. AFAIR, even to choose/create a new file u had to take 2-3 steps and then it created a lotta bloated code which I used to erase. Neways u as an advanced programmer like MS-Visual c++ and I being an average commandline programmer like Linux C programming. I prefer not to speak on the things I dont know, in this case about the advanced graphics programming with c/c++. So for the advanced programming I hope we'll have a nice discussion when my programming level increases! For the time being please elaborate how source libraries r different for different linux distros. Please give examples for Ubuntu n fedora as i have access to them.
well it's like this , .NET has XML parsing functionality , .NET developers use this xml parsing library to parse XML in their apps . whereas in linux , there's no standard library , u have "libxml" , "Expat" , "Xerces" and many more librariesfor XML parsing , so say some developers use libxml , others use Exapat , etc , so when u install apps from different developers using different libraries , u'll have to download both Expat , libxml , etc libraries when compiling . getting my point naa .
in the same way it is hard for application interoperability coz mostly different libraries r notdesigned for interoperatibility with external libraries . so it's hard for developers too .
in the same way gor GUI development on linux u have , GTK(for gnome) , Qt(for KDE) , Wxwidgets , etc , so here too a developer is in a delimma , which library to use cos app written with Qt , won't render very well on gone .
mediator said:
Hmmmm, I'll try MS-Visual c++ again then on windows , thanx for the acknowledgement.....But in majority of institutions they still teach u on TC3 or Borland c++ compilers. I'm not an advanced programmeur, but I find programming in linux much easier for c/c++ and java.
I have tried MS-Visual c++, but dont really remember how its output used to be like. AFAIR, even to choose/create a new file u had to take 2-3 steps and then it created a lotta bloated code which I used to erase. Neways u as an advanced programmer like MS-Visual c++ and I being an average commandline programmer like Linux C programming. I prefer not to speak on the things I dont know, in this case about the advanced graphics programming with c/c++.
well that's the problem , schools teach us using TC3 or BOrland C++ compilers which r very very old , n the C++ that they teach us in not actually C++ , it's 90% C .
secondly i suggest u try Visual C++ 2005 Express Edition , it's totally free and is meant for students n enthusiasts , and NO , VC doesn't generate bloated code , if u select empty project while creating a new project it creates a blank project n u can code whatever u want . it is way better than TC