Author Archives: Michael Haephrati מיכאל האפרתי

Unknown's avatar

About Michael Haephrati מיכאל האפרתי

Michael Haephrati is a music composer, an inventor and an expert specializes in software development and information security, who has built a unique perspective which combines technology and the end user experience. Author of Learning C++ https://www.manning.com/books/learning-c-plus-plus

Why do we need modules

I have been using C++ since 1996. Yes, C++ is an old language but I always found it the best language to u to achieve any goal, including goals that are typically associated with other languages. I use C++ for … Continue reading

Posted in Code Snippets | Tagged , , , , , , , , | Leave a comment

Capitals

One of the code samples in my book Learning C++  is Capitals. The purpose of the code was to explain key terms in the C++ 20 Standard Library, along with a small twist. The program tells you the capital of … Continue reading

Posted in Code Snippets | Leave a comment