FAQs, 2017

Programming FAQs and HowTos

Steven Zeil

This website is under construction!

This is a collection of FAQ questions and “How to…” instructions collected from a number of ODU CS courses.

1 Frequently Asked Questions
2 Labs from CS333
Activities

These will eventually be folded into the FAQ and/or HowTo documents.

  1. lab In the lab: TBD

  2. lab In the lab: Lab: Supplying Inputs to Programs

  3. lab In the lab: Lab: I/O, Control Flow, and Strings

  4. lab In the lab: Lab: Multi-File Projects in Code::Blocks

3 Installing Your Own Software
4 Working with Your IDE
Activities
  1. slides Setting up a New Programming Project in your IDE

  2. slides Setting up a Programming Project with Existing Code

  3. slides Changing the compiler settings in your project.

  4. slides Using makefiles to build your project.

  5. slides Debugging your code

  6. slides Supplying Inputs to Programs

  7. slides Head to Head testing.