Code Monkey home page Code Monkey logo

kclib's Introduction

KCLib

Project Overview

A simple C++ static library for working on school projects at Washington State University.

Developed by Kace Cottam.

Usage

In the Latest Releases, you will find a zip file. Download and unzip that, and extract the include and lib folders into your project folder.

Make sure that the include folder is registered as an additional include directory and that the lib folder is registered as an additional library directory.

Make sure to link the .lib files!

Then, you can use

#include <KCModuleName.hpp>
/* ... */

to start using the library.

All definitions are in the KC namespace.

List of Modules

TODO: Link

  • KCConsole
  • KCStateMachine
  • KCQueues
  • KCLinkedLists
  • KCNodes

Copyright Information

This project is licensed under the GPL-3.0 License!

All users must abide by this license.

Known Bugs

Troubleshooting

Credits

A big thanks to Javidx9 (and youtube) for your tutorials! I used your tutorials for reference and some of your source code for my KCConsole module.

Another big thanks to TheChernoProject on youtube for your C++ tutorials. You made it really easy to understand the information about syntax and modern conventions.

A few more thanks to my father, and my professor at Washington State University.

CHANGELOG

Version 3.3:

  • Added KCCSVParser, which parses CSV files.

Version 3.2:

  • Added KCQueues, KCStacks, KCBinarySearchTree
  • Made KCStateMachine transitions into identifiers. Updated the code so it is now an std::unordered_map instead of std::map

Version 3.1b "CMakeRemake":

  • Reformatted entire library to use CMake.
  • Removed KCCore, KCColors, KCController in favor of the new KCConsole module.

kclib's People

Contributors

kacecottam avatar

Watchers

 avatar

kclib's Issues

KCConsole

Make my own console class and rewrite various cout functions.
Could be done by console buffer. Makes printing to the console faster. Could use wchar_t and color attributes. Would also need to rework KCColors to do this with color.

Grid Lists

Lists that work in a n x n grid. Could be useful for controls.

State Machine

New file that would include a class for state machines. Could be useful for games.

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.