my_project/
├── bin/ # Binaries or executables will be placed here
├── build/ # Build files and intermediate files will be placed here
├── include/ # Header files
│ └── my_project/ # Project-specific headers
│ ├── header1.h
│ └── header2.h
├── src/ # Source files
│ ├── main.cpp
│ ├── file1.cpp
│ └── file2.cpp
├── lib/ # External libraries
├── test/ # Test files
│ ├── test1.cpp
│ └── test2.cpp
├── CMakeLists.txt # CMake build configuration file
└── README.md # Project documentation
NotCheer/CSCC43-stock-social-network
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|