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 Drink cpp pieces.cpp functions.h
Want Cake?
A touch more on the Want Cake? Program
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 if its a shop. Already this concept is starting to take shape as you can see with the code below. What its lacking is Continue Reading
Expanding on “Want Cake?” with Strings
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 with strings to achieve this. Now the program asks “What drink do you want?” Original Want Cake program:
Want Cake?
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