Skip to content

mynamepfd/C_and_CPP_Daily_Improvement

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn_c_and_cpp

Learn c and cpp language. I provide some random exercises when I am learning the cpp.

Resources

  1. reference: https://en.cppreference.com/
  2. tutorial: https://www.learncpp.com/
  3. Structure and Interpretation of Computer Programs: https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book.html (should take a look at this book whatever language you are learning)
  4. Stanford CS 106L lectures: http://web.stanford.edu/class/cs106l/lectures.html

Tricks and Skills

  1. firstly, we do the gcc test.cpp then ./a.out but we can add ./a.out > out.txt to save in a txt file and we can add ./a.out < input.txt to add an input file
  2. sometimes I prefer to use the linux system, so i ssh through the VS code. ssh [email protected] PS: the locked screen passwords

  1. C++ static function https://en.cppreference.com/w/cpp/language/static
  2. C++ 虚函数原理 https://www.cnblogs.com/malecrab/p/5572730.html
  3. C++ 和 C 编译原理 https://www.cnblogs.com/miloyip/archive/2010/09/17/behind_cplusplus.html
  4. external C

The Cherno CPP

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.6%
  • C++ 4.0%
  • C 0.2%
  • Makefile 0.1%
  • CMake 0.1%
  • Shell 0.0%