2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-03 15:40:17 +00:00
cheat.sheets/sheets/cpp
2018-05-19 20:40:19 +00:00

16 lines
501 B
Plaintext

# C++
#
# C++ is an object-oriented programming language which provides facilities for low-level memory manipulation.
# It is widely used by big tech companies, such as, Amazon, Facebook, Google, and SpaceX
#
# To Compile: g++ my_script.cpp
# To Execute: ./a.out
#
# See also
# C++ language cheat sheet at /c++/
# list of pages: /c++/:list
# learn C++: /c++/:learn
# C++ one-liners: /c++/:1line
# C++ weirdness: /c++/weirdness
# search in pages: /c++/~keyword