Hello,
I'm looking for any tutorial for C/C++ oriented for UNIX.
Thanks for your help.
Printable View
Hello,
I'm looking for any tutorial for C/C++ oriented for UNIX.
Thanks for your help.
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 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.
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).