C++ in Unix

Hello Everyone
I hv experience on windows with c++ but i want to go with Unix now.Can u suggest me some books or Institution where i can get depth knowledge of using c++ in Unix operating System.I hv little knowledge of Unix also.
Please suggest me some useful.
Thanks & Regards
Yogesh
What Unix operating system will you be using? And what sort of applications do you intend to write?
There is not much difference in C++ if you go from one OS to other. Start coding directly. just learn how to compile.. :)

Thanks for your advice.

@PanGalactic,Hello,I m beginner and looking for any UNIx version and i want to write dll in unix that i did on windows.SO suggest me some books from where i start myself.
Thanks & Regards
Yogesh

The easiest place to start is with Linux. It is freely available and there are a lot of developers out there that can help you get started. And, it's pretty much the same as other modern Unix variants -- only a lot more developer friendly.

This is a good place to start for library development. http://www.linux.org/docs/ldp/howto/Program-Library-HOWTO/index.html

It assumes you know a little about Unix/Linux and GCC.

dll's equivalent is .so on linux.

you want to make them.. here you go...

http://www.advancedlinuxprogramming.com/alp-folder


second or the third chapter tells how to make libraries (static, dynamic, archive) on linux and how to call them.. excellent stuff.

it will even tell you how to compile, how to use options like -I, -L etc etc...
hi yogesh...
Try Ubuntu or fedora falvour of linux.

jjose
Thanks a Lot guys.

Yogesh
Topic archived. No new replies allowed.