This commit is contained in:
Ara Ayvazyan 2017-04-26 10:40:36 -07:00 коммит произвёл GitHub
Родитель d627b7ea83
Коммит cc1f635941
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,8 +1,10 @@
# IPC
IPC is a C++ library that provides inter-process communication using shared memory on Windows.
IPC is a C++ library that provides inter-process communication using shared memory on Windows.<br/>
A .NET wrapper is available which allows interaction with C++ as well.
Integration with [Bond](https://github.com/Microsoft/bond) is coming soon.
# Build
The library is developed and maintained with [Visual Studio 2015](https://msdn.microsoft.com/en-us/library/dd831853.aspx).