I am finishing up my first semester of Programming Fundamentals. We have a final project of creating a software package using programs either that are in the textbook, previously created assignment programs, etc. I am using C++ Visual Studios 2013. I want to broaden my reach and create an application with, what I call a user interface (designed page that pops up after double clicking the desktop icon, that has a basic button named "Play"). Upon the user pressing "Play" button with the left mouse click, I'd like it to advance to another screen and execute the program. My question, what is the correct programming terminology to browse the web for what I want to do?
I saw this link that made me realize I was searching for the wrong thing. Explaining Interfaces to Students