I continue my journey in learning C++. I have made a simple program that will ask you how much cake you want. You enter your numeric value and the output will say “You now have your-value pieces of cake”. It entertained my eldest child for a small amount of time. Continue Reading
The start “Hello World” kind of
It goes without saying that when you start within C++ you must make the Hello World program its the starting point for sure. So with the current situation regarding Covis-19 it makes sense to change it a little. Here is the Hello Home program:
The IDE I use
To get started with my journy through C++ my IDE of choice is: Netbeans for its ease of use and simplicity for building and running applications, I chose to use Netbeans as my main IDE. Download Netbeans Windows may take a bit of configuring so I would also recommend you Continue Reading