Skip to content

andersonfernandes/sm-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

SM Chat

IPC Chat application using Shared Memory

Structure

.
├── Makefile
├── bin
│   └── foo
├── include
│   ├── foo.h
├── src
│   └── foo.cpp
├── tests
│   └── foo_test.cpp

Sources go in src/, header files in include/, tests in tests/ and binaries in bin/.

Building

To compile the application, run make inside the root directory.

Examples:

> make            # Compile the sources
> make compile 	  # Also compile the sources
> make clean	  # Clean the binaries on bin/ folder
> make test	    # Run tests

About

IPC Chat App using shared memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published