You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
README.md | 8 months ago | |
ft_recv.dot | 7 months ago | |
ft_send.dot | 7 months ago | |
ngc_ft1.cpp | 4 months ago | |
ngc_ft1.h | 4 months ago | |
ngc_hs1.cpp | 5 months ago | |
ngc_hs1.h | 4 months ago | |
ngc_hs1.hpp | 5 months ago |
README.md
.h -> c header (public interface)
.hpp -> c++ header (private interface)
.cpp -> c++ source (private implementation)