0
C Design pattern
Does anyone know about the C design pattern?
4 Respuestas
+ 3
Design patterns usually refer to (more or less) specific problems. They are not necessarily language dependent. So there is nothing like THE C design pattern. So it depends on what you want to do.
I am not really sure that you mean design patterns the way it is commonly used.
+ 1
Yep. Pattern are language Independent.
0
in object oriented languages, we usually define variables as private, but how we can omplement this paradigm in C
- 1
for example, the way we code to hide the elements of an struct from user in a big project