2017-07-18 04:35:42 +00:00
|
|
|
# C++
|
2020-10-15 17:29:27 +00:00
|
|
|
#
|
2017-07-18 04:35:42 +00:00
|
|
|
# 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
|
|
|
|
#
|
2020-10-15 17:29:27 +00:00
|
|
|
# See also
|
2017-07-18 04:35:42 +00:00
|
|
|
# C++ language cheat sheet at /c++/
|
|
|
|
# list of pages: /c++/:list
|
|
|
|
# learn C++: /c++/:learn
|
|
|
|
# C++ one-liners: /c++/:1line
|
2020-10-15 17:29:27 +00:00
|
|
|
# C++ weirdness: /c++/weirdness
|
2017-07-18 04:35:42 +00:00
|
|
|
# search in pages: /c++/~keyword
|