Quote:
Original post by Halsafar
Kwizatz,
You goona argue that Linux is not bug ridden???
I don't even know where to start shooting down that one...
As 255 said, it doesnt have any more bugs than Windows has.
Quote:
Original post by Halsafar
C++ is cross platform but ur code compiled in Windows will doubtfully work on Linux without some major changes, unless ur looking a SUPER basic programs, even then u'll need to recompile.
You seem to have a lot of learning ahead of you, you are confusing so many concepts I dont even know where to begin. Lets see, check what an
Interpreted language is vesus a
Compiled Language, then check what
Cross platform means.
Sure, you can't create cross platform applications using non cross platform APIs such as WinApi, but you can write platform specific code for each of your target platforms, or better yet, use a cross platform API such as wxWidgets. Having to recompile for each platform hardly invalidates the fact that the application is cross platform.
Furthermore, my game engine is Cross Platform C++, and the only Windows specific stuff there is in it, is where the makefile calls windres to create the icon resource.
Quote:
Original post by Halsafar
Lastly, okay maybe my years where off a bit... The site I checked was incorrect, here is a more accurate history of C++
http://www.hitmill.com/programming/cpp/cppHistory.html
http://www.cplusplus.com/info/history.html
My "huh?" on that one had less to do with history accuracy, and more with the pejorative tone of the statement.