# cpp20-advance-program **Repository Path**: fumengli/cpp20-advance-program ## Basic Information - **Project Name**: cpp20-advance-program - **Description**: C++20 advanced program by Marc Gregoire - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-13 - **Last Updated**: 2025-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cpp20 advance program study ## enviroment ### install emake 1. get emake.py from [emake github](http://skywind3000.github.io/emake/emake.py) 2. terminal input ```shell sudo python3 emake.py -i ``` 3. add main.mak for emake ### vscode config 1. stop c/c++ intellignce 2. add .clangd for this demo,add flow conent : ```shell CompileFlags: Add: [-std=c++20] ``` 3.