Skip to content

CISC2200-Fall-24-Fordham/Lab1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CISC2200 Spring 2024 Lab1

In this first lab assignment, we setup our programming environment, modify given code, and practice submitting to autograder system.

Programming Environment Setup

We will set up programming environment our our own computer, by following Setup Tutorial.

  • The Commannd Line Tools are required.

  • The C++ Dev Environment (VSCode) is highly recommened.

Please follow these tutorials closely and carefully.

Devconatiner Setup

Alternatively, either:

  • Follow the VSCode Devcontainer Setup Guide and run using Docker locally
  • Launch this repo in a GitHub Codespace, and copy your file into the auto grader...

Programming Requirement

A code skeleton is given for this lab. From your terminal (mac or WSL/Ubunto) window, you can use the following command to download it:

git clone https://github.com/CISC2200-Fall-24-Fordham/Lab1.git

You are asked to finish the following (i.e., the three Todo's in the IntArray.cpp), test and run the program:

  1. Implement the IntArray class's constructor
  2. Implement the destructor
  3. Implement the reverse member function

Submission

Submit your program at the following link by Sep 18, 2024, midnight (11:59pm)

lab1 submission site

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published