Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nwboss/Skill-Tree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: linw7/Skill-Tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 3 files changed
  • 6 contributors

Commits on Mar 17, 2018

  1. Fix typo in C++.md

    Fix typo in C++.md file.
    lioncruise authored Mar 17, 2018
    Configuration menu
    Copy the full SHA
    70316c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request linw7#2 from lioncruise/patch-1

    Fix typo in C++.md
    linw7 authored Mar 17, 2018
    Configuration menu
    Copy the full SHA
    06a698d View commit details
    Browse the repository at this point in the history
  3. Fix an error in C++.md

    The virtual function table pointer exists in each object (usually for efficiency, it will be placed at the start address of the object), it points to the address of the virtual function table of the class where the object is located; in multiple inheritance situation, there will be multiple virtual function table pointers point to virtual function tables corresponding to different base classes.
    lioncruise authored Mar 17, 2018
    Configuration menu
    Copy the full SHA
    5b75096 View commit details
    Browse the repository at this point in the history
  4. Merge pull request linw7#3 from lioncruise/patch-1

    Fix an error in C++.md
    linw7 authored Mar 17, 2018
    Configuration menu
    Copy the full SHA
    765a593 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Fix typo in operation system.md

    Fix typo in operation system.md.
    lioncruise authored Mar 21, 2018
    Configuration menu
    Copy the full SHA
    8c9fae6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Merge pull request linw7#4 from lioncruise/patch-1

    Fix typo in operation system.md
    linw7 authored Mar 22, 2018
    Configuration menu
    Copy the full SHA
    2f08d2e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Fix some misspells

    kwongtailau committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    eeaa4c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Fix a typo in C++.md

    Fix a typo in C++.md.
    lioncruise authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    de754f6 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Merge pull request linw7#6 from lioncruise/patch-1

    Fix a typo in C++.md
    linw7 authored May 18, 2018
    Configuration menu
    Copy the full SHA
    e109992 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. 修补漏写字

    kybetter authored May 29, 2018
    Configuration menu
    Copy the full SHA
    2063279 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Merge pull request linw7#9 from kybetter/patch-2

    修补漏写字
    linw7 authored May 30, 2018
    Configuration menu
    Copy the full SHA
    03bbdc5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request linw7#5 from kwongtailau/master

    Fix some misspells
    linw7 authored May 30, 2018
    Configuration menu
    Copy the full SHA
    fce0ff7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Update 操作系统.md

    myprayer2015 authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    d9c19e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Update cpp

    linkwk7 committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    8a78f8d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Merge pull request linw7#10 from myprayer2015/patch-1

    Update 操作系统.md
    linw7 authored Feb 26, 2019
    Configuration menu
    Copy the full SHA
    33a9263 View commit details
    Browse the repository at this point in the history
  2. Merge pull request linw7#12 from linkwk7/cpp-update

    Update cpp
    linw7 authored Feb 26, 2019
    Configuration menu
    Copy the full SHA
    f992af0 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    linw7 authored Feb 26, 2019
    Configuration menu
    Copy the full SHA
    d5d480e View commit details
    Browse the repository at this point in the history
Loading