Skip to content

NotCheer/CSCC43-stock-social-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCC43-stock-social-network

file structure

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages