south texas college

COSC 1337 Course Guide

Online Resources

Microsoft VS Code

Visual Studio Code is a free coding editor that helps you start coding quickly. Use it to code in any programming language, without switching editors. Visual Studio Code has support for many languages, including Python, Java, C++, JavaScript, and more.

Notepad ++

Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License.
 

Navigating this Course Guide

This course guide has been customized to assist you with COSC 1337. Thanks for stopping by!

Use the navigational tabs above to find the course modules for your assignments and various resources that can help with your course assignments.

The information on this page is meant to orientate you with the requirements of the course. 

The Centers for Learning Excellence (CLE) is all about student success, and successful students work with tutors to gain a deeper understanding of course concepts, writing, APA and other citation styles, time management and more! Schedule an appointment to meet with a tutor today or stop by one of our centers today!

The South Texas College Library has self-paced, interactive tutorials that help students and faculty successfully utilize library resources. Learn more about the library, how to search for information, and how to avoid plagiarism by following writing and citing best practices. 

Some examples include:

For curated content for all things Programming, see our Computer Science (Will open in a new tab). 

Discovery Search is available from that page, so there's no need to go back to the Library's website.

Find a list of databases best suited for Programming research.

Not sure what citation style to use, or even how to cite books, artwork, and videos in MLA, APA. and Chicago? Check out the Writing & Citing Guide (Will open in a new tab) for assistance with these areas. 

There are also several how-tos from the Purdue Online Writing Lab, and several tools for generating proper citation/bibliographies. 

Course Description

Course Description

This course focuses on the object-oriented programming paradigm, emphasizing the definition and use of classes along with fundamentals of object-oriented design. The course includes basic analysis of algorithms, searching and sorting techniques, and an introduction to software engineering processes. Students will apply techniques for testing and debugging software.

Required Textbook & Resources

Textbook: Starting out with C++: Early Objects 10th edition (9th edition is also valid)

  • Author: Tony Gaddis
  • Publisher: Pearson
  • ISBN-13: 978-0135235003 (9th edition: 978-0134400242)

Software: Visual Studio 2017 or equivalent.

  • Visual Studio 2017 is available for download here

Hardware: USB drive or cloud storage access (Google Drive, Dropbox, etc) is recommended.

Course Learning Outcomes

Course Learning Outcomes

  • Identify and explain a programming development lifecycle, including planning, analysis, design, development, and maintenance.
  • Demonstrate a basic understanding of object-oriented programming by using structs and classes in software projects.
  • Use object-oriented programming techniques to develop executable programs that include elements such as inheritance and polymorphism.
  • Document and format code in a consistent manner.
  • Apply basic searching and sorting algorithms in software design.
  • Apply single- and multi-dimensional arrays in software.
  • Use a symbolic debugger to find and fix runtime and logical errors in software.
  • Demonstrate a basic understanding of programming methodologies, including object-oriented, structured, and procedural programming.
  • Describe the phases of program translation from source code to executable code.