So, after reading an article about a guy who made his own "Jarvis" (Tony Stark's personal AI Butler from the movie Iron Man) I thought that would be a neat project to test out my newly acquired programming skills. I just completed two college courses, Intro to C++ and Intro to OOP (using C++). We got through functions, classes, pointers, and lots of other basic things and I'm very confident in my skills, and am eager to learn more.
Anyway, I sat down opened Xcode and created a new cmd line C++ file, set up main and created a new class, but didn't know what to make it.
So I ask you, what should be (some basic) functions to start off making my personal butler? What do you think it should know how to do? I think I should stick to things local to my machine for now...
Any and all ideas are welcome, and thanks for your help
Anyway, I sat down opened Xcode and created a new cmd line C++ file, set up main and created a new class, but didn't know what to make it.
So I ask you, what should be (some basic) functions to start off making my personal butler? What do you think it should know how to do? I think I should stick to things local to my machine for now...
Any and all ideas are welcome, and thanks for your help