Search for tag: "colon"
Basic for loop in C++#include <iostream> int main() { for (int n{10}; n > 0; n = n - 1) { std::cout << n << "\n"; } }
From Lane Schwartz
1 plays
0
|
|
Hello world in C++This video shows how to create, compile, and run a simple program in C++ that prints the message "Hello, world"
From Lane Schwartz
19 plays
0
|
|
10 Days of Google: Google for Edu - Best Hacks (2020-11-13 at 12_36 GMT-8)All UAF faculty, staff and students have access to a suite of tools through our Google for Edu accounts. Which of these tools should you be using that you haven’t tried yet? What are the most…
From Christen Bouffard
7 plays
0
|