Monthly Archives: July 2019

Adding File I/O to a C++ Program

We have already covered console reads from the keyboard and writes to the display using cin and cout. If you do not know how to use cin and cout, please review it before proceeding. ifstream is for an input file … Continue reading

Posted in Uncategorized | Comments Off on Adding File I/O to a C++ Program

Celebrating July 4th

Celebrating the 4th of July is important to me and others in the United States of America. Each country has special celebrations based on their own history. Ours is declaring independence from England, a treasonous act that could have brought … Continue reading

Posted in Uncategorized | Comments Off on Celebrating July 4th

C++ Hardest New Concept

I teach C++ programming to beginners. All of them seem to quickly understand simple programs like “Hello World.” They can get the logic down fairly well in simple flow charts. But where they seem to have the most struggles is … Continue reading

Posted in C++, Code Reviews, Computers, Do, Mentor, Software, Uncategorized | Comments Off on C++ Hardest New Concept