Skip to content
/ CoCo Public

🍀 C++11 advanced functions and project applicaitons

Notifications You must be signed in to change notification settings

freehyan/CoCo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoCo

CoCo uses the advanced features of C++ 11 to achieve some engineering characteristics. Such as, reduce code duplication, avoid memory leaks, improve code quality, and make code simpler and more modern.

CoCo is a learning project, but which I will also share some c++ implementation of the algorithm projects.

IoC

IoC (Inversion of Control) through the configuration to eliminate the coupling of direct dependency of the object. By means of DI (Dependency Injection) injecting the object-dependent relationship into the target class constructor. IoC can create all types of objects and dependent objects.

Reference

  • In-Depth C++11 Code Optimization and Engineering Level Application

About

🍀 C++11 advanced functions and project applicaitons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published