An open API service indexing awesome lists of open source software.

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)

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