0
C++ Design Patterns/Best Practices
I'm just about finishing the C++ course here and I want to dig deeper. does any of you have recommendations on further reading/resources to learn how to write "good" c++ programs? thanks!
1 Odpowiedź
0
For patterns- https://googleweblight.com/i?u=https://www.programiz.com/cpp-programming/examples/pyramid-pattern&grqid=6jUXsGqG&hl=en-IN
Here are some linka which can help you- http://www.cplusplus.com
and
https://developers.google.com/edu/c++/cpp-in-depth
Additionaly I would suggest to implement linked list, stack, queue, structure, union.
Just Google these things.