Thread: Linux C++

  1. #1
    Unregistered
    Guest

    Linux C++

    I have been unable to find any good Linux C++ tutorials... I was hoping someone could point me in the right direction. I did run some searches and look around here at cprogramming.com.

    Thanks

  2. #2
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    As long as you don't use any nonstandard functions (i.e. conio.h), all of the tutorials will apply to linux as well.

  3. #3
    Evil Member
    Join Date
    Jan 2002
    Posts
    638
    Well what exactly are you looking for?

    Remember, the Standard is the language. Linux is NOT a language.

    If you want a LOT of implementation info (mostly useless, but some jewels) then try usenet.

    Otherwise, find an entire site devoted to linux, or use Standard-compliant code, which is usable on (almost, as someone is sure to point out there is no perfect ANSI compiler) any machine.

  4. #4

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  2. Wireless Network Linux & C Testbed
    By james457 in forum Networking/Device Communication
    Replies: 3
    Last Post: 06-11-2009, 11:03 AM
  3. Dabbling with Linux.
    By Hunter2 in forum Tech Board
    Replies: 21
    Last Post: 04-21-2005, 04:17 PM
  4. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM