Skip to content

Commit

Permalink
Add todo for cpp proj
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohan.xu@sectrend.com.cn committed Nov 20, 2024
1 parent 686d3cd commit 90d3fd9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions cplusplus/algorithm/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# learn basic data structure and basic algorithm

2 changes: 2 additions & 0 deletions cplusplus/gtest/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# learn gtest and gmock

2 changes: 0 additions & 2 deletions cplusplus/gtest/README.md

This file was deleted.

25 changes: 25 additions & 0 deletions cplusplus/stl/README
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)

0 comments on commit 90d3fd9

Please sign in to comment.