Linux

Started by
4 comments, last by moeron 18 years, 6 months ago
Im searching right now, but if any one knows. Could you post a link to any good linux c/ c++ tutorials. or possilby a tutorial on switching programing on windows to linux?
Do or do not there is no try -yoda
Advertisement
There's nothing to say really. C/C++ is the same. The only things that change are the libraries, and that should be easy to switch.
I teleported home one night; With Ron and Sid and Meg; Ron stole Meggie's heart away; And I got Sydney's leg. <> I'm blogging, emo style
If you want to do C programming in linux or in general I highly suggest purchasing the Kerhnigan (SIC) and Ritchies (SIC) The C Programming Languag (ANSI C) it's the best book that you could ever purchase in regards to C programming, hell they are the guys that created it. It's also got a good section on programming in a Unix enviroment (LINUX is a unix enviroment) it'll get you started on how to manipulate files and how to do pipes and mutex and all that good stuff. Remember that linux is all about small programs that work together not like windows where you have large massive programs that are bloated and slow and buggy.
If you're looking to make games for linux, the easiest place to start is SDL.

EDIT: If you're looking to do apps with a GUI, GTK+ and Qt are both good. Though Qt is free if you're willing to release your source code under the GPL, if you don't want to release your code it is dual licensed, but the commercial license is rather expensive.
http://www.advancedlinuxprogramming.com/ (check the download link)
http://csx.calvin.edu/JSPWiki/attach?page=GameSIG%2FProgramming+Linux+Games.pdf
This space for rent.
wxWidgets is also good for cross-platform apps. It also has no restrictive licensing like Qt
moe.ron

This topic is closed to new replies.

Advertisement