Skip to content
#

multi-platform

Here are 113 public repositories matching this topic...

Self-Study Project to implement Server/Client applications that communicate via sockets. The sockets will be compatible with Windows (WinSock) and Linux sockets. Server will support multiple clients. Secure socket communcation with api for Windows (CyrptAPI) and Linux(?). Implement server client communication across internet (i.e. not just local…

  • Updated Jul 5, 2017
  • C++

Universal C++ is a superset of standard C++11/14 with the addition of the "borrow" and "repl" keywords. "borrow" automatically deletes memory allocated in the same scope or within a class after it was allocated. Almost a garbage collector, further work would have had to been done to make a "compile time garbage collector". "repl" was a keyword f…

  • Updated May 3, 2020
  • C++

Improve this page

Add a description, image, and links to the multi-platform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-platform topic, visit your repo's landing page and select "manage topics."

Learn more