Posts

Showing posts from November, 2021

ENTER CORRECT PASSWORD, THREE ATTEMPTS ONLY USING C++ WHILE-IF COMBINATION

Before I proceed, I want to give thanks to my viewers in YouTube as this is so far, the 'most viewed' video presentation that I created. (At this date, there is already 1,009 views (dated Nov, 30, 2021). Check this out... YouTube    ENTER CORRECT PASSWORD, THREE ATTEMPTS ONLY USING C++ WHILE-IF COMBINATION There is one request from the YouTube 'comment box' regarding getting the source code. I will give it to all you at the end part of this blog but for the sake of those  beginners and others who wish for me to explain each sections, it will be my great pleasure to give them in details. First - let's discuss what is the what-I-call 'WTD' or "WHAT-TO-Do" dialog. The cout<< is a C++  program syntax to 'display something' on the 'USER'S CONSOLE' before the blinking cursor appears. . Let's consider this as a C++  'command code'.  The main idea here is to give the user (not the programmer), an idea of what to do. It...

An Introduction To All C++ Enthusiasts

   Hi! My name is Jhunn Mendoza a.k.a. Sirjon. I've been studying C++ for so many months now and I find it very interesting as a hobby. I even uploaded several video presentations on YouTube to share what I keep on discovering about C++. Well, to be honest, I have  no formal training or what-so-ever. I do it by self-study as I searched on Google on what ever helpful sites I can get (free C++ tutorials). Why C++ works for me? Well, it is  very challenging and at the same  very interesting - in a way that it keeps my mind working - like solving a puzzle and once I successfully did it - it makes me feel excited and fulfilled. Although right now, I'm also into studying HTML and Javascript on my own but still, I find C++ more appealing to me, although many are saying that this computer programming is beginning to fade out. But as personal opinion, C++ , although with limited functionalities, put out my 'creativity' and broadening my way of thinking. It's been a while...