An open API service indexing awesome lists of open source software.

https://github.com/noeldevelops/interplanetary-travel-cpp

simple C++ console app that takes the user on a hypothetical trip to space - it asks for input then calculates their travel time and weight on the destination planet
https://github.com/noeldevelops/interplanetary-travel-cpp

Last synced: 4 months ago
JSON representation

simple C++ console app that takes the user on a hypothetical trip to space - it asks for input then calculates their travel time and weight on the destination planet

Awesome Lists containing this project

README

        

# Interplanetary Travel

This C++ console app takes the user on a hypothetical trip to space. It asks the user to input his/her destination planet, name, weight, and desired travel speed then calculates travel time and new weight on the destination planet.

It was a CIS 1275 C++ Level 1 class project for [CNM](https://cnm.edu), written for practice for working with `vectors`, C++ functions, and the `iostream` library.

![Screenshot.png](Screenshot.png)