Search for tag: "mode"

Basic I/O, Part 1) Create data file using vim

From  Lane Schwartz 17 plays 0  

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++

From  Lane Schwartz 13 plays 0  

Simplest C++ program

From  Lane Schwartz 1 plays 0  

Editing in vim

From  Lane Schwartz 19 plays 0  

Simplest C++ program

From  Lane Schwartz 15 plays 0  

10 Days of Google: Google Docs - More than Collaborative Writing (2020-11-09 at 12_30 GMT-8)

From  Christen Bouffard 15 plays 0