Difference between revisions of "BTP300"

From CDOT Wiki
Jump to: navigation, search
(Learning C++/C Programming)
m (Learning C++/C Programming)
Line 54: Line 54:
 
*How does the compilation, linking process work?[http://stackoverflow.com/questions/6264249/how-does-the-compilation-linking-process-work]
 
*How does the compilation, linking process work?[http://stackoverflow.com/questions/6264249/how-does-the-compilation-linking-process-work]
 
* Visual C++, Borland C++, and other compilers in one IDE
 
* Visual C++, Borland C++, and other compilers in one IDE
:: If you like to test compiling your codes with different compilers but don't border to install and run them individually, some IDEs are quite handy. E.g. Code::Blocks [http://www.codeblocks.org/] (Other IDEs many also have this function). You can choice a specific compiler for each build in the IDE itself.
+
:: If you like to test compiling your codes with different compilers but don't border to install and run them individually, some IDEs are quite handy. E.g. Code::Blocks [http://www.codeblocks.org/] (Other IDEs many also have this function). You can choose a specific compiler for each build in the IDE itself.
  
 
== Workshops Q & A ==
 
== Workshops Q & A ==

Revision as of 10:16, 13 September 2013


Please help make this page resourceful for all BTP300 students to use! (Dr. Chris Szalwinski, Fall 2012)

Object-Oriented Software Development I - C++

This course continues the study of object-oriented programming, which started with BTP200. It covers the details of the C++ language at the intermediate level.

Wiki-based Learning

  • Purpose
    • Collaboration is a growing trend in today's practice of software development. You may visit Wikipedia to read about Ward Cunningham and collaboration in agile software development. IBM has developed a wiki-based product for corporate learning. During this semester, you will use a wiki to learn how to collaborate with your fellow classmates when you are building up your C++ programming skills in this course. The students will take an active role in creating useful contents. The professor will play the role of an observer and a facilitator.
  • Benefits
    • You will be better prepared to enter the IT workforce and pursue courses on open source software development such as OSD600 or DPS908.
    • You are expected to use this wiki when you start working on the course project as a team. In order to develop professional presentation skills, please pay attention to clarity of expression and spelling errors.
  • Guidelines of Community Practice
    • The key element in fostering a spirit of collaboration is that everyone is a contributor to the learning community. We will respect each other and interact with each other in a professional way. You will discover your artistic potentials when you use your favorite formats and styles in creating wiki pages.

Weekly To-Do List

The Course Project

When you work on the BTP300 assignments, you will tackle complex programming problems under demanding due dates. You can support each other by posting your questions, answers and comments on the following links. You should try your best to resolve a programming issue within your team first before you post it up here. Please do your own homework before you ask for help or clarification. Take a look at Eclipse Community Forums and see how Eclipse developers and users conduct Q & A. Note: DO NOT POST general C++/C programming questions here.

BTP300A Teams (Fall 2013)

BTP300B Teams (Fall 2013)

Practical Guidelines (Fall 2013)

Assignment 1 (Fall 2013) Q & A

Assignment 2 (Fall 2013) Q & A

Assignment 3i (Fall 2013) Q & A

Learning C++/C Programming

You may develop your research skills by creating useful topics and contents here.

If you like to test compiling your codes with different compilers but don't border to install and run them individually, some IDEs are quite handy. E.g. Code::Blocks [4] (Other IDEs many also have this function). You can choose a specific compiler for each build in the IDE itself.

Workshops Q & A

Resources

Archives

BTP300 Fall 2011