User profile: Catfish3

User info
User name:Catfish3
History
Joined:
Number of posts:274
Latest posts:

I need a code review for LZW archiver
Because of the replies I received in this thread: http://cplusplus.com/forum/general/92334/ I decid...

std::string vs std::vector
[quote=YeenFei at StackOverflow]I dont think one should use std::string for byte-data-storage. The m...

How to Compare two files and display their comparison percentage?
[quote](can be either excel or any text documents)[/quote] Excel, Word, PDF documents (to name a few...

std::string vs std::vector
[quote][code]std::char_traits<char>[/code] doesn't make any sense for binary (non- character) data.[...

std::string vs std::vector
Is it bad practice to use [tt]std::string[/tt] instead of [tt]std::vector<char>[/tt], for reading no...