Thread: Newbie Parking

  1. #1
    Registered User
    Join Date
    Dec 2003
    Posts
    2

    Newbie Parking

    I am new to C++ and Linux. I am learning quick and I am looking for resources. Anyone have recommendations for Linux C++ books(I am gonna hit the nearest Chapters, Coles, etc. come payday) and websites(free web stuff preferred but not necessary)?

  2. #2
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    Most of Linux is programmed in C not C++ at first it was a mix but then Linus decided to standard it to all C. A book for programming linux in C is Advaced Linux Programming by O'reilly Of couse if you are just doing basic programs then C++ isn't that OS specific.

  3. #3
    Registered User
    Join Date
    Dec 2003
    Posts
    2
    More specifically I am looking to learn to program linux games and apps. which language would you suggest ?

  4. #4
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    C and look into XLib, Xt and some toolkit built on Xt. Some popular toolkits include:

    Gtk
    Qt
    Motif

    Others can add to the list if they want.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  5. #5
    Registered User grady's Avatar
    Join Date
    Oct 2003
    Posts
    27
    C from C the complete reference. Xlib and Opengl from the links in my sig. Linux specific stuff from the linux programming bible. This C/C++ quick reference. Nvidia has lots of useful stuff for graphics programming in opengl. And the search button on the following forums: gamedev, justlinux, opengl.org. You could also subscribe to the newsgroups comp.graphics.api.opengl and comp.lang.c

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie with Very Newbie Question
    By Jedi_Mediator in forum C++ Programming
    Replies: 18
    Last Post: 07-01-2008, 08:00 AM
  2. newbie: array question :(
    By cstudent in forum C Programming
    Replies: 2
    Last Post: 04-09-2008, 06:46 AM
  3. Newbie Programmer
    By Extropian in forum C++ Programming
    Replies: 3
    Last Post: 05-18-2004, 01:17 PM
  4. Some help for a newbie?
    By Ilmater in forum C++ Programming
    Replies: 23
    Last Post: 04-19-2004, 07:44 PM
  5. Newbie Game Develpoers Unite!
    By Telenosis in forum Game Programming
    Replies: 10
    Last Post: 06-22-2002, 02:02 PM