Code Monkey home page Code Monkey logo

hw1's Introduction

<<<<<<< HEAD

CIS263_Project_Template

A basic project template for all programming projects in CIS263. Includes Catch, our unit testing framework.

It is considered "good form" to separate different pieces of a project such as the source and executable files into their own directories. While not every project will use each of these directories, every project should use at least some of them. A properly setup project will be easier to maintain and diagnose.

Makefile is a generic Makefile found on https://github.com/mbcrawfo/GenericMakefile, by Michael Crawford. License for Makefile is MIT license as well, at least at time of download.

Compiling

This project container is set to work correctly with the provided Makefile. To compile, providing your files are in the necessary places (header files in the 'include' directory, etc.) simply typing make at the commandline will cause the project to compile. Note that we use the clang++ compiler as the default, though g++ would work as well. The authors prefer clang++ for the error messages it produces.

Notes

If you receive a message like the following:

Creating directories
usage: mkdir [-pv] [-m mode] directory ...
make: *** [dirs] Error 64

it means that your src directory is empty. You have likely included all files in the include directory instead.

hw1

Homework 1- radius program

17afb190cbb2ddcb4a595fb1e04c7f76858b619f

hw1's People

Contributors

irawoodring avatar atonej avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.