1 / 12

CAS CS113 Intro to CS II w/Intensive C++

CAS CS113 Intro to CS II w/Intensive C++. Data Structures in C++. Administrativia. General info. Instructor: George Kollios ( gkollios@cs.bu.edu ) TF: Huan Luo ( huanl@cs.bu.edu ) Course page: www.cs.bu.edu/fac/gkollios/cs113 Also found from the CS dept. courses page. Prerequisites.

rane
Download Presentation

CAS CS113 Intro to CS II w/Intensive C++

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CAS CS113Intro to CS II w/Intensive C++ Data Structures in C++

  2. Administrativia

  3. General info • Instructor: • George Kollios (gkollios@cs.bu.edu) • TF: • Huan Luo (huanl@cs.bu.edu) • Course page: • www.cs.bu.edu/fac/gkollios/cs113 • Also found from the CS dept. courses page

  4. Prerequisites • Programming proficiency in C, Pascal, Fortran, or other high-level language(HTML does not count!) • Otherwise, consider transferring to CS111. • If you have taken CS111, consider change to CS112 • UNIX background • Some will be provided in the labs; see also tutorials in IT

  5. Warning: Fast Pace CS113  CS111 + CS112 • Thus it is very fast pace • Expect (plan for!!!) heavy workload • Challenging but rewarding

  6. Info sources • WEB page www.cs.bu.edu/fac/gkollios/cs113 • Lab sections • Office hours, email – last resort

  7. Collaboration NO!!! • Discussing concepts and ideas, as well as system features is OK • Always give credit when using someone else’s work • See web page for more details

  8. Grading • 50% Programming projects (8-10 projects) • 15% Midterm (likely Th, Feb 28) • 25% Final (comprehensive) • 10% labs, attendance Attendance is very important

  9. Course contents • Objects,C++ • Iteration & Recursion; Flow of control; Functions • Classes; vectors, arrays, pointers • Dynamic memory allocation; containers; templates • Data structures • Linked-lists • Stacks • Trees • Searching & sorting • Graphs

  10. Homework 0 • Get an account on csa (if you don’t have one) • Read the CAS Academic Conduct Code • Add your name to the course mailing list: on csa: “csmail –a cs113” • Visit the class web page

  11. Questions? End of Administrativia

  12. Quiz

More Related