03:32duration 3 minutes 32 seconds
Command line arguments in C++
#include <iostream> int main(int argc, char** argv) { for (int n{0}; n <= argc; n += 1) { std::cout << argv[n] << '\n'; } return 0; }
03:30duration 3 minutes 30 seconds
Hello world in C++
00:50duration 50 seconds
Customizing the Course Menu In Canvas
Curious how you can customize your course navigation in Canvas? This short tutorial will show you how in less than a minute. Note that if you hide the menu link to Pages, Assignments, and Quizzes…