Skip to content

Things I wish I would have learned when beginning to program modern c++ / cpp, and memorization tools. Suggestions for improvements are welcome.

License

Notifications You must be signed in to change notification settings

grantrostig/c_plus_plus_cpp_cheat_sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

c++ cheat sheet with memorization tools

Concurrent Programming:

Promise: PTVF (A Promise to value family)

I promise to move a function into a thread that runs AND

get the returned value AND

set the value into the associated future value which I created.

Ie. fullfill the promise.

Future: FGP (results in Future good prospects)

A value getable from my parent promise, the promise which created me.

A Promise to value family results in Future good prospects

prototype struct:

https://github.com/grantrostig/stepanov-components-course/edit/master/code/lecture2/singleton.h

About

Things I wish I would have learned when beginning to program modern c++ / cpp, and memorization tools. Suggestions for improvements are welcome.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published