Thread: Where to start with linux programming

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    75

    Question Where to start with linux programming

    I know how to use ms windows very well and have just enough experiance in programming for it that I can basically get something done if I just look it up at msdn. I program using the visual c++ compiler and traditional C windows code. However, I want to try to get into the linux programming scene, but I don't know where to start!

    I have installed the latest redhat and took a look at Kdevelop. It was very confusing. And I couldn't believe the font everything was in. Cursive! It just hurt my eyes, so I gave up and loaded "can't go wrong with" ms windows again. But does anyone know where there might be some good tutorials on linux programming for newbies to the API and not the language. Maybe even a good book to look at.

    Thx, I would appreciate it.

  2. #2
    KAOS
    Guest
    get GCC

    aka g++

    www.freshmeat.org

  3. #3
    junior member mix0matt's Avatar
    Join Date
    Aug 2001
    Posts
    144
    go HERE: http://www.advancedlinuxprogramming.com and download the book...since you are a C programmer, you should catch on quickly. it'll get you started on the journey anyway....

    nobody that i know uses KDevelop. usually products that try to emulate a windows development environment don't pass over too well with linux users. i guess they're just to doing things a different way...
    THIS IS NOT JUST A CHRONICLING OF THINGS WE HAVE DONE IN THE PAST BUT OUR RISE TO POWER.

  4. #4
    Registered User
    Join Date
    Jan 2002
    Posts
    2

    ab't linux

    i will suggest the following web address where u can get more info about linux

    http://www.linuxfromscratch.org/

    have a nice day

  5. #5
    Registered User
    Join Date
    Aug 2001
    Posts
    202
    Beginning Linux Programming by Wrox Press is a great overview of the Linux Programing "scene".

    Not that I would call it much of a scene. If it's the low-level stuff you're looking for check out:

    Understanding the Linux Kernel (O'reilly)
    Advanced Programming in the Unix Environment, by Richard Stevens

    They are probably the most comprehensive guides to using the guts of linux.

    Aside from that, the linux programmers manual (man pages for system calls) and the header files themselves (sys/whatever.h) are very informative.

    -starX
    www.axisoftime.com

  6. #6

  7. #7
    Registered User
    Join Date
    Dec 2001
    Posts
    47
    also, your font problem is just that, a font problem, it's not KDevelop. The solution is just finding and deleting that font.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux Version reccomendation
    By Pobega in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 10-05-2006, 06:48 PM
  2. Why Linux, for the average user?
    By Hunter2 in forum A Brief History of Cprogramming.com
    Replies: 32
    Last Post: 07-07-2006, 02:36 PM
  3. Replies: 3
    Last Post: 10-29-2003, 09:39 AM
  4. linux and windows lookup host processes
    By Lynux-Penguin in forum Tech Board
    Replies: 0
    Last Post: 08-31-2003, 11:54 PM
  5. linux vs linux?
    By Dreamerv3 in forum Linux Programming
    Replies: 5
    Last Post: 01-22-2002, 09:39 AM