Hi All,
I am at the beginner level to C++ programming now.I actually want to know where c++ programming is used on unix/linux.Is it mainly used for system programming?
What applications can be designed using c++ on unix and how can I gather the information/material.
You can do almost everything in C and C++. It stretches from games to drivers to media players to GUIs to everything you can think of on *nix. It's mostly coded in C but is easily C++ capable.