https://github.com/xgqfrms/c-plus-plus
C++ & C Plus Plus
https://github.com/xgqfrms/c-plus-plus
c c-plus-plus c17 clang cplusplus cpp gcc macos
Last synced: about 1 month ago
JSON representation
C++ & C Plus Plus
- Host: GitHub
- URL: https://github.com/xgqfrms/c-plus-plus
- Owner: xgqfrms
- License: mit
- Created: 2018-10-20T15:05:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T10:00:19.000Z (over 3 years ago)
- Last Synced: 2025-05-30T07:32:00.964Z (about 1 year ago)
- Topics: c, c-plus-plus, c17, clang, cplusplus, cpp, gcc, macos
- Language: C++
- Homepage: https://c-plus-plus.xgqfrms.xyz
- Size: 29.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C Plus Plus
> C++ All In One
https://www.sololearn.com/Course/CPlusPlus/
https://www.runoob.com/cplusplus/cpp-tutorial.html
```cpp
#include
using namespace std;
int main() {
cout << "Hello world!";
return 0;
}
```
## C / C++ (C Plus Plus) / C# (C Sharp)
> `.c`, `.cpp`, `.cs`
https://github.com/xgqfrms/C
https://github.com/xgqfrms/C-plus-plus
https://github.com/xgqfrms/.Net