¡@

Home 

c++ Programming Glossary: m_numlines

Fast textfile reading in c++

http://stackoverflow.com/questions/17925051/fast-textfile-reading-in-c

txtFile path if txtFile.is_open while txtFile.good m_numLines getline txtFile tmpString txtFile.close edit 2 The file I read.. auto f mmap.const_data auto l f mmap.size uintmax_t m_numLines 0 while f f l if f static_cast const char memchr f ' n' l f.. while f f l if f static_cast const char memchr f ' n' l f m_numLines f std cout m_numLines m_numLines n This should be rather quick...