Menu

Tree [72e459] master /
 History

HTTPS access


File Date Author Commit
 Headers 2014-11-18 matheusxaviersi matheusxaviersi [72e459] corrected a small issue and finished trasition ...
 Source 2014-11-18 matheusxaviersi matheusxaviersi [3d4109] updated some header files
 .gitattributes 2014-11-18 matheusxaviersi matheusxaviersi [6a2710] :space_invader: Added .gitattributes & .gitigno...
 .gitignore 2014-11-18 matheusxaviersi matheusxaviersi [6a2710] :space_invader: Added .gitattributes & .gitigno...
 LICENSE 2014-11-18 matheusxaviersi matheusxaviersi [16fa1c] License is now MIT
 README.md 2014-11-18 matheusxaviersi matheusxaviersi [72e459] corrected a small issue and finished trasition ...
 io.vcxproj 2014-11-18 matheusxaviersi matheusxaviersi [bdff2f] updated the header file
 io.vcxproj.filters 2014-11-18 matheusxaviersi matheusxaviersi [bdff2f] updated the header file
 io_proj.sln 2014-11-18 matheusxaviersi matheusxaviersi [0085de] got to create a new repo for the io lib

Read Me

Check out development versions at indev branch
Sample call to save API
===

mug::io::save(const char * filename, const char * content);

Sample call to read API the parameter new line(nl) is optional if true a new line character will be appended to the end of each read line default: false.

mug::io::read(const char * filename, bool nl);
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.