quote:
Originally posted by Segosa
quote:
Originally posted by DJeX
[OFF-TOPIC]
Is the linux coding language hard to learn or is it simular to C++?
It is C++ (well, C) and behaves exactly the same way to on Windows (at least when it comes to commandline apps, don't know about windowed ones). And obviously Java is the same, and Perl.. Python.. etc.
Remember though: unless you have Wine and WineX installed, you can't run your Windows programs on Linux.
As for Linux-native windowed apps, they can use one of a number of toolkits. They all use X Windows as some point, but they can also use GTK+ or Qt, among others, to siaplify building GUIs.