Results 1 to 4 of 4

Thread: Tutorial for UNIX

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Québec, Canada
    Posts
    131

    Tutorial for UNIX

    Hello,
    I'm looking for any tutorial for C/C++ oriented for UNIX.

    Thanks for your help.
    Khavoerm Irithyl

  2. #2
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Any basic C/C++ tutorial is suitable for any platform. A general tutorial should be platform-independant.

    If you're looking for a tutorial for something specific, like X Windows, or sockets, or an IDE like GNOME or KDE, then say so. Otherwise, any generic C/C++ tutorial that uses only standard C/C++ features should work on any platform.
    Harry.

    "From one thing, know ten thousand things."

  3. #3
    jim mcnamara
    Guest
    Harry has it right.

    Other than bit-fields which are supposed to be platform-dependent, ANSI C and ANSI C++ is meant to be platform-independent. ie., it will compile and run on any system.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Québec, Canada
    Posts
    131
    Well, maybe I didn't ask it right. I'm actually looking for how to use UNIX functions (like int unstd.h). I already know how to program in C but since I moved to a UNIX platform I discovered lots of code using function I don't know (whick are UNIX functions).
    Khavoerm Irithyl

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width