Getting to grips with Header and cpp files
Expanding on the Want Cake program I now have them structured into files. Along with more code added: Now the code is: main cpp cake cpp...
Expanding on the Want Cake program I now have them structured into files. Along with more code added: Now the code is: main cpp cake cpp...
So here is the end goal for this project and I know I am miles away from achieving it but its basically going to act as...
So here is what I wanted for the want cake program I made. I really wanted it to output text as well. So I started working...
So this is my second day learning C++ I am going to make these posts once a week from now on so the next one of...
A simple calculator I made that seems to be working quite well. Updated: 14th May 2020 Previous code:
This code will take two numeric values you enter and will then find the power of so if you enter 5 then 7 you will get...
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...
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...
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,...