I was reading a book about C++ and it clearly states that windows
is not case sensitive about .cpp or .CPP, but Unix and Linux are.
Is it true that to make my programs more compatible to all OS,
should I make the extensions .CPP in the future and not .cpp anymore?