c++, design patterns and Unix


 
Thread Tools Search this Thread
Top Forums Programming c++, design patterns and Unix
# 1  
Old 04-24-2007
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!
# 2  
Old 04-25-2007
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.
# 3  
Old 04-25-2007
The design patterns of C++ is independent from OS.
Basic book of C++ design patterns is
http://www.amazon.com/Design-Pattern.../dp/0201633612

Best regards,
Iliyan Varshilov
# 4  
Old 04-26-2007
If you are interesting in Design Patters here is one paper http://www.javaworld.com/javaworld/j...7-toolbox.html, that criticizes MVC pattern
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

UNIX Circuit Design System

Hi all. In some articles I have read about a "UNIX Circuit Design System", which was written originally in some version of Research UNIX by Sandy Fraser. Here is a quote from the article "A Research UNIX Reader: Annotated Excerpts from the Programmer's Manual", by Douglas McIlroy: Even... (1 Reply)
Discussion started by: mghis
1 Replies

2. UNIX for Advanced & Expert Users

how to design compiler for unix os

i have to design a compiler for unix os can anybody help me out to solve this problem (0 Replies)
Discussion started by: masumhisaria
0 Replies
Login or Register to Ask a Question