Posted: Tue Jan 17, 2017 12:45 pm Post subject: Trouble loading pictures and variables
I created a program (still not finished) where the user picks certain toppings for a pizza, which loads an image of those ingredients on the screen and adds the price to an already existing base cost. The user can also multiply his order.
I can't seem to get the images of the toppings onto the screen when I run the program, neither can I display the price (integer variable).
I attached the Visual Studio 2015 file to this post. It contains the necessary images as well.
Turing's still fresh on my mind, so it's probable that I'm just unwillingly screwing over the syntax.