JND spinning N logo

CIS 116-3 file area

116-3.jackdonato.cc
Name Dir or Size Last Modified Note
2025-12-15 Directory Monday, December 15, 2025 - 7:37 PM This is the class example from 2025-12-15. This C++ code file illustrates eof and sentinal value loops - both REQUIRE the priming read.
2025-12-08 Directory Monday, December 8, 2025 - 7:38 PM These are the class examples from 2025-12-08. The C++ code file Loops,maybe.zip illustrates why we need a PRIMING read for eof loops and why inserting input into the while loop is a BAD idea. The C++ code file StringLoop illustrates how loops can be used with ANSI C strings (character arrays).
2025-12-01 Directory Monday, December 1, 2025 - 7:49 PM These are the class examples from 2025-12-01. The C++ code file ISawThat.zip illustrates use of a sentinel value as well as an EOF loop (which is technically also sentinel). The C++ code file MorePriming.zip illustrates how a TRUE sentinel value loop (with more than 1 item input) needs those additional items to input while an EOF loop does not.
2025-11-17 Directory Monday, November 17, 2025 - 7:59 PM This is the class example from 2025-11-17. This C++ code file illustrates SENTINEL looping, PRIMING READ, and EOF loops.
2025-11-10 Directory Monday, November 10, 2025 - 7:58 PM These are the class examples from 2025-11-10. The C++ code file LastFUNctions.zip illustrates use of value-returning FUNctions that also use ampersands with other data. The C++ code file DoThatAgain.zip illustrates use of loops for counting and sentinel tasks.
2025-11-03 Directory Monday, November 3, 2025 - 8:04 PM These are the class examples from 2025-11-03. The C++ code file Quiz03.zip illustrates the Quiz solution and OVERLOADED FUNctions. The C++ code file RPS.zip is the program we wrote together in class - the designs are also here as a Word file.
2025-10-27 Directory Monday, October 27, 2025 - 8:00 PM This is the class example from 2025-10-27. This C++ code file illustrates FUNctions in all their glory. This example adheres to the handout I showed/distributed in lecture. That handout is also in this zip file.
2025-10-22 Directory Wednesday, October 22, 2025 - 7:53 PM These are the class examples from 2025-10-22. The C++ code file ORIG-MoreFlies.zip illustrates moving code into FUNctions - it contains the original code too. The C++ code file CLEAN-MoreFlies.zip illustrates moving code into FUNctions WITHOUT the original stuff.
2025-10-20 Directory Monday, October 20, 2025 - 8:02 PM This is the class example from 2025-10-20. This C++ code file illustrates file I-O AND VOID FUNctions!
2025-10-15 Directory Wednesday, October 15, 2025 - 8:03 PM This is the class example from 2025-10-15. This C++ code file illustrates INPUT and OUTPUT files.
2025-10-08 Directory Wednesday, October 8, 2025 - 8:39 PM This is the class example from 2025-10-08. This C++ code file illustrates nested ifs that HAPPEN to use strcmp in the conditions and strcpy commands in the bodies of the nested ifs.
2025-10-06 Directory Monday, October 6, 2025 - 8:06 PM This is the class example from 2025-10-06. This C++ code file illustrates the use of a NESTED IF.
2025-10-01 Directory Wednesday, October 1, 2025 - 8:04 PM This is the class example from 2025-10-01. This C++ code file illustrates more decisions. It illustrates use of Boolean Expressions, IF ELSE, conditions comparing char[ ] values, and use of braces.
2025-09-24 Directory Wednesday, September 24, 2025 - 8:05 PM This is the class example from 2025-09-24. This C++ code file illustrates a solution to the quiz (initially). It also demonstrates formatting output and we explored conditions within if statements.
2025-09-22 Directory Monday, September 22, 2025 - 8:22 PM This is the class example from 2025-09-22. This C++ code file illustrates extraction with integer, floating, char, and char[] (strings). It also shows the use of getline and ignore.
2025-09-17 Directory Wednesday, September 17, 2025 - 8:00 PM These are the class examples from 2025-09-17. The C++ code file BasicsOfC++ further illustrates the basic structure of a C++ program including variable definition and assignment. It has some order of operations stuff in it as well as ANSI C string declaration and strcpy (alternative to assignment). The C++ code file InputAndOutput begins to illustrate console input.
2025-09-10 Directory Wednesday, September 10, 2025 - 8:29 PM This is the class example from 2025-09-10. This C++ code file illustrates variable definitions (describing types and identifiers) and doing assignment statements.
2025-09-03 Directory Wednesday, September 3, 2025 - 8:03 PM This is the class example from 2025-09-03. This C++ code file illustrates the basic structure of a C++ program - it currently has a compiler directive and the main function with one variable defined.
116laboratoryoutcomesummaryform.html 9 KB Wednesday, September 3, 2025 - 8:19 PM Works best and is prettiest in CHROME