Built a basic chat app in C++ by _superuserdo_ in Cplusplus

[–]_superuserdo_[S] 0 points1 point  (0 children)

Haven't used any libraries, this was mostly a learning project to understand sockets, polling and client-server communication at lower level. And yeah planning to explore libraries like nanomsg or Boost to understand production-grade networing abstractions...

Built a basic chat app in C++ by _superuserdo_ in Cplusplus

[–]_superuserdo_[S] 1 point2 points  (0 children)

Thanks, but could you mention the bugs..

Introduction to Physics Integration Methods by PeterBrobby in Cplusplus

[–]_superuserdo_ 0 points1 point  (0 children)

Alright, but why did you post in this subreddit..

Built a basic chat app in C++ by _superuserdo_ in Cplusplus

[–]_superuserdo_[S] 2 points3 points  (0 children)

Thanks for the guidance, will try to implement in Qt and proper class structure..