Welcome to the Cisco CPA Programing Essentials in C++ Class
How to log into Cisco's My NetAcadLog in to the C++ class at Cisco Academy at https://1315015.netacad.com/courses/416865
The class is called PM Cyber C++ Fall 2016-2017
Where can I find class code examples?
You can see the code that goes with the class on my github site: https://github.com/jimTheSTEAMClown/SVCTE-MetroED-C-plusplus-Class
#include <iostream>
using namespace std;
int main(void) {
cout << "It's me, your first program.";
return 0;
}
No comments:
Post a Comment