-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
xiaohan.xu@sectrend.com.cn
committed
Nov 20, 2024
1 parent
686d3cd
commit 90d3fd9
Showing
5 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# learn basic data structure and basic algorithm | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# learn gtest and gmock | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# learn cpp feature and stl | ||
|
||
## this project | ||
- [ ] organize project with cmake | ||
- [ ] integrated gtest | ||
|
||
## programmer | ||
|
||
### macro | ||
- [x] [# and ## operator](https://zh.cppreference.com/w/cpp/preprocessor/replace) | ||
- [x] [language feature test macro](https://zh.cppreference.com/w/cpp/feature_test) | ||
|
||
### memory | ||
- [x] [new operator](https://zh.cppreference.com/w/cpp/memory/new) | ||
- [ ] [memory layout](https://zh.cppreference.com/w/cpp/memory/align) | ||
- [ ] static memory allocate | ||
|
||
### misc | ||
- [x] [attribute](https://zh.cppreference.com/w/cpp/feature_test) | ||
|
||
## stl | ||
|
||
### program | ||
- [x] [program utility](https://zh.cppreference.com/w/cpp/utility/program) | ||
|