Skip to content
#

classes-and-objects

Here are 104 public repositories matching this topic...

When given elevation data input consistent with how the NOAA(National Oceanic and Atmospheric Administration) provides elevation data, a hiker wants to determine the most efficient mountain path. In this project I wrote and tested code that reads in elevation data, processes it, and then prints out a grayscale topological image map.

  • Updated Apr 30, 2024
  • C++

For this project we were tasked with creating a scoreboard that took input from two different teams. First creating a class for team, a class for scoreboard, and feeding information for the team classes to the scoreboard class. I used a switch statement as the menu to give the user the ability to input info onto the scoreboard and other misc. info.

  • Updated Apr 23, 2024
  • C++

This repository contains a collection of programming questions and solutions in the C programming language. The questions cover various fundamental concepts such as Input/Output, Operators, Decision Control, Loops, Functions, Arrays, Strings, Pointers and more.

  • Updated Mar 7, 2024
  • C++

Improve this page

Add a description, image, and links to the classes-and-objects topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the classes-and-objects topic, visit your repo's landing page and select "manage topics."

Learn more