Skip to content

ElmoTheWizard/C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table Of Contents

General Info

This repository uses the language C to solve problems found online. Problems including: Functions, Conditional Statements, Projects and more.

Programming is a hobby of mine and I don't find my self stopping anytime soon.

How To Run

Windows

Using CMD in administrator mode:

Mac & Linux

  • Download and unzip the lastest version library50.tar.gz using this link: https://github.com/cs50/libcs50/archive/v10.1.0.tar.gz
  • Open Applications > Utilities > Terminal, and navigate your way to the CS50 Library’s directory, as with cd.
  • Extract the archive using the command $ tar -xzvf archive.tar.gz
  • Enter the commands:
$ cd ./<Folder Archive was exracted in>
$ sudo make install
  • Go to the directory the C program was downloaded and type $ ./filename

Projects

Projects is a special folder containing more complex lines of code.
In this folder there will be a seperate Readme explaining:

  • What the program does
  • A breakdown of how the program works
  • An example of how to use it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages