c++, design patterns and Unix

I know this is C Unix section, still I address a C++ question. How often did you see/use/apply or consider is welcome to write C++ code on Unix, based on 'design patters'? Since I'm at the very beginning with Unix programming, I have this doubt, ... about DP techniques and languages where to apply it.
mihk. thks in adv!

You can (and should) use DP not depending on OS. The peak of DP usage is in Java-programming, Java can be also used in Unix.

The design patterns of C++ is independent from OS.
Basic book of C++ design patterns is

Best regards,
Iliyan Varshilov

If you are interesting in Design Patters here is one paper http://www.javaworld.com/javaworld/jw-07-1999/jw-07-toolbox.html, that criticizes MVC pattern