<!-- ********************************** --> #### &nbsp; ###We are going to meet thrice a week for about 6 weeks! Here is the breakdown of what we'll do during those times: ####&bull; Week0: Introductions; C++ ####&bull; Week1: C++ ####&bull; Week2: C++ ####&bull; Week3: C++; Java ####&bull; Week4: Java ####&bull; Week5: Java; Misc ####&bull; Week6: review; Final exam ###Lecture notes/slides/HWs/labs etc. will all be on this site (in these pages). None of these will be on D2L, Blackboard etc. [although you'll use D2L to submit your HWs and access scores]. ###As for programming tools ("IDE"s), we will use [Code::Blocks](IDEs/CodeBlocks.html) (or CodeLite if you're on a Mac) for C++ coding; for Java, we'll use <a href="http://www.drjava.org/">'drjava'</a>. We might also use alternate (eg. online) environments on occasion, just to get you familiar with the idea of using them. ###As an alternative to Code::Blocks/CodeLite or drjava, you can use anything else you might be familiar with, eg. Xcode, Sublime, JetBrains, Eclipse, Visual Studio, etc. ###There are also browser-based shells for running code: ####* https://replit.com/new/cpp - try this before you try the others below :) ####* http://cpp.sh ####* http://www.tutorialspoint.com/compile_cpp_online.php ####* http://www.ideone.com <div style="height:1px;border:1px solid black;"/> ###**Syllabus/schedule** ###Note: you can use Chrome to print the slides for each lecture below, ie. save as a PDF file. To bring up a slideshow as a single printable (to PDF) page, press 'a' [pressing 'a' again will switch it back to a slideshow, ie. 'a' is a toggle]. <table style='font-size:20px;' cellspacing="2" cellpadding="5" border="1" style="margin-left: 20px; text-color:#FFFFFF;"> <tr> <td><b>Wk#</b></td> <td><b>Topic(s)</b></td> <td><b>Coding envmt (IDE)</b></td> </tr> <tr> <td>0</td> <td> <ul> <li>W: Introduction, <a target="_blank" href="Overview/notes.html">Language overview</a> <li>R: <a target="_blank" href="VarsEtc/notes.html">Vars, operators, expr, stmts</a> </ul> </td> <td>Code::Blocks</td> </tr> <tr> <td>1</td> <td> <ul> <li>M: <a target="_blank" href="FlowControl/slides.html">Flow control</a> <li>T: <a target="_blank" href="Arrays/slides.html">Array basics</a> <li>[HW1 (C++) assigned] <li>W: <a target="_blank" href="Functions/slides.html">functions</a> <li>R: <a target="_blank" href="../hw/index.html">Lab 1</a> </ul> </td> <td>Code::Blocks</td> </tr> <tr> <td>2</td> <td> <ul> <li>M: Memorial Day - Holiday</li> <li>T: <a target="_blank" href="Pointers/slides.html">Pointers</a> <li>W: <a target="_blank" href="OOP_I/slides.html">OOP I</a> <li>[HW1 due] <li>(HW2 (C++) assigned) <li>R: <a target="_blank" href="../hw/index.html">Lab 2</a> </ul> </td> <td>Code::Blocks</td> </tr> <tr> <td>3</td> <td> <ul> <li>M: <a target="_blank" href="OOP_II/slides.html">OOP II</a> <li>T: <a target="_blank" href="OOP_III/slides.html">OOP III</a> <li>W: <a target="_blank" href="Miscellany/slides.html">Miscellany</a> <li>R: <a target="_blank" href="../hw/index.html">Lab 3</a> <li>(HW2 due) </ul> </td> <td>Code::Blocks, drjava</td> </tr> <tr> <td>4</td> <td> <ul> <li>M: <a target="_blank" href="OverviewJava/slides.html">Java overview</a>, <a target="_blank" href="JavaLang_I/slides.html">Java_Language_I</a> <li>T: <a target="_blank" href="JavaLang_II/slides.html">Java_Language_II</a> <li>{HW3 (Java) assigned} <li>W: <a target="_blank" href="JavaLang_II/slides.html">Java_Language_II</a> [cont'd], <a target="_blank" href="JavaMore_I/slides.html">Java_More_I</a> <li>R: <a target="_blank" href="JavaMore_I/slides.html">Java_More_I</a> [cont'd], <a target="_blank" href="../hw/index.html">Lab 4</a> <li>{HW3 due} <li>&lt;HW4 (Java) assigned&gt; </ul> </td> <td>drjava</td> </tr> <tr> <td>5</td> <td> <ul> <li>M: no class <li>T: <a target="_blank" href="JavaMore_II/slides.html">Java_More_II</a> <li>W: <a target="_blank" href="JavaMore_III/slides.html">Java_More_III</a> <li>R: <a target="_blank" href="../hw/index.html">Lab 5</a></b> <li>&lt;HW4 due&gt; </ul> </td> <td>drjava</td> </tr> <tr> <td>6</td> <td> <ul> <li>M: <a target="_blank" href="Polymathy/slides.html">JS, Dart, Python, R, SQL...</a>, <a target="_blank" href="Review/slides.html">Review</a> <li>T: <b>Final exam!</b> </ul> </td> <td></td> </tr> </table> <div style="height:1px;border:1px solid black;"/> <br> <!-- ********************************** --> <hr class="style1">