8000 GitHub - PKtoon/chat_app at s0.3-c0.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PKtoon/chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 

Repository files navigation

chat_app

Just a project to learn about boost libraries and C++. Inspired from boost::asio tutorials from boost.org.

This project is mostly a feature creep. Got an Idea about something new then try to implement it. Exception handling and resolving compiler warnings have less priority than any new feature.

Requirements:

  1. CMake
  2. Any C++ compiler (I am using g++ and clang++)
  3. Boost libraries

Building on linux:

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

About

A chat application in C++. This project is my training ground.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
0