|
||
---|---|---|
README.md | ||
ft_recv.dot | ||
ft_send.dot | ||
ngc_ft1.cpp | ||
ngc_ft1.h | ||
ngc_hs1.cpp | ||
ngc_hs1.h | ||
ngc_hs1.hpp |
README.md
.h -> c header (public interface)
.hpp -> c++ header (private interface)
.cpp -> c++ source (private implementation)