Skip to content

wilbur-sun/cpplearn

Repository files navigation

Workspace from Ubuntu wilbur@DESKTOP-I6DGSWG

Vim Usage

File Operations

  i    insert mode

  :x   save and exit
  :q   quit when no changes
  :q!  quit without saving
  :w   save changes (then you may :q to quit)
  :wq  save changes then quit

  Esc  return to Command mode

  G           go to end line of file
  nG          go to n line of file
  :set nu     show line number

Command
  rm <filename>

Git Usage
1. Create a git repository from github.com
2. git remote add origin https://github.com/wilbur-sun/cpplearn.git
3. git status / git add / git commit -m / git push origin master / wilbur.sun@outlook.com/sw..4

Tip: if push fails, check network connection, disconnect VPN if any

Compile CPP file
  g++ <.cpp file> : default output is ./a.out



About

This repository is created to track learning progress of C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages