https://github.com/abolfazlmohammadpour/system
System Is A Library For C++ Programmign Language (Same As System In C# Programming Language)
https://github.com/abolfazlmohammadpour/system
c cpp framework library opensource performance
Last synced: about 1 month ago
JSON representation
System Is A Library For C++ Programmign Language (Same As System In C# Programming Language)
- Host: GitHub
- URL: https://github.com/abolfazlmohammadpour/system
- Owner: abolfazlmohammadpour
- Created: 2022-08-02T08:22:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T12:08:37.000Z (over 3 years ago)
- Last Synced: 2023-04-29T10:22:35.153Z (almost 3 years ago)
- Topics: c, cpp, framework, library, opensource, performance
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# System
This Repository Contains A System Namespace Same As System In C# For C++
## How To Use Of This FrameWork
### Step One
Download The Repository With Following Commands
`git clone https://github.com/abolfazlmohammadpour/System.git`
`git clone https://gitlab.com/abolfazlmohammadpour/System.git`
---
### Step Two
Linking `Include/System/System.hpp` To Program
```c++
#include "./Include/System/System.hpp"
using namespace System;
Type::Integer main(Type::Integer argc, const Type::Character *argv[])
{
return 0;
}
```
---
### Step Three
Enjoy Of This