Importance of design template?

I learn C ++. I know little about this, besides the fact that a programming design pattern is needed when it actually works in large projects. Hope this will be correct to some extent.

Is this common to all object oriented languages ​​or do I need C ++.

Just like that helps. It is very important to learn a C ++ programmer.

Please suggest

+3
source share
6 answers

Design patterns are often misunderstood. This is really a way for experienced users to have an abbreviated description of common situations. You do not need to worry too much about them while you are learning C ++.

+5
source

.

, , , (factory, singleton, delegate ..). , - , , . , .

, , , . , , .

Patters - , . , ++, , , , , .

, :

GoF, : -

VV.AA., - 1:

VV.AA., - 2:

+2

- .

+1

- , , . , , , , , , .

. TPM : " singleton ", " ".

, , , .

+1

, , , . : , .

, , , . C/++/Java/#, , , , . ++, , .

, , "" langauges . , , .

: , , ? - , , ... , , ?... , , .

, , , , , .

+1

- . , . Singleton, , . , . .

. .

: -

0
source

All Articles