i upload my public codes and projects here.
written with: codeblocks 17.12-gcc and c++11
it's a simple project to find a specific word in a string, highlight it and then replacing it with some new word.
.hpp file is a header file for those who want to use it in their projects.
.cpp files are included with main() function.
to see what this code exactly does, i recommend you to download the "word_finder_replacer_withVisualContent.cpp".
written with: who gives a fuck, c++?
.h file is the main(and only) header file.
example.cpp file is a simple and useful guide for using the header properly.