|
-
Jun 18th, 2002, 04:03 PM
#1
Thread Starter
Addicted Member
Tutorial for UNIX
Hello,
I'm looking for any tutorial for C/C++ oriented for UNIX.
Thanks for your help.
-
Jun 18th, 2002, 04:36 PM
#2
Frenzied Member
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."
-
Jun 18th, 2002, 05:18 PM
#3
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.
-
Jun 18th, 2002, 08:59 PM
#4
Thread Starter
Addicted Member
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).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|