NSCpp 2.0
NSCpp is a modern C++20 server/client framework designed to simplify network programming in C++. With robust support for both IPv4 and IPv6, as well as TCP and UDP communication protocols.
 
Loading...
Searching...
No Matches
NSCpp.h
Go to the documentation of this file.
1#pragma once
2
3#ifndef _NSCpp2
4#define _NSCpp2
5
6#include "ClientPP.h"
7#include "DebugChannel.h"
8#include "HelperChannel.h"
9#include "LogChannel.h"
10#include "Serializer.h"
11#include "ServerPP.h"
12#include "GroupManager.h"
13
14#endif // !NSCpp2
Project NSCpp.
Project NSCpp.