116-support.jackdonato.cc
| Name |
Dir or Size |
Last Modified |
Note |
| 2025-12-15 |
Directory |
Monday, April 20, 2026 - 4:34 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, April 20, 2026 - 4:34 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, April 20, 2026 - 4:34 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, April 20, 2026 - 4:34 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, April 20, 2026 - 4:34 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, April 20, 2026 - 4:34 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, April 20, 2026 - 4:34 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 |
Monday, April 20, 2026 - 4:34 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, April 20, 2026 - 4:34 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 |
Monday, April 20, 2026 - 4:34 PM |
This is the class example from 2025-10-15. This C++ code file illustrates INPUT and OUTPUT files. |
| 2025-10-08 |
Directory |
Monday, April 20, 2026 - 4:34 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, April 20, 2026 - 4:34 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 |
Monday, April 20, 2026 - 4:34 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 |
Monday, April 20, 2026 - 4:34 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, April 20, 2026 - 4:34 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 |
Monday, April 20, 2026 - 4:34 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 |
Monday, April 20, 2026 - 4:34 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 |
Monday, April 20, 2026 - 4:34 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. |
| netbeans-change-line-endings-on-save-0.9.0.1-dev.nbm |
56 KB |
Thursday, February 5, 2026 - 3:43 AM |
This is a line-endings plugin that WINDOWS NetBeans users will need. It was written by Junichi Yamamoto and is licensed under the Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2. His homepage is https://github.com/junichi11/netbeans-change-lf |