Giter VIP home page Giter VIP logo

marstd2004's Introduction

//////////////////////////////////////////////////////////////////////
// MarSTD version 2004 - (c)2004 - Marcel Smit                      //
//                                                                  //
// [email protected]                                      //
// [email protected]                                          //
//                                                                  //
// This code may not be used in a commercial product without my     //
// permission. If you redistribute it, this message must remain     //
// intact. If you use this code, some acknowledgement would be      //
// appreciated. ;-)                                                 //
//////////////////////////////////////////////////////////////////////

MarSTD v2004 README FILE
------------------------

[See the documentation for more information]

__________
Installing

  - Copy the directory marstd2/ to your include/ directory.
    The directory marstd2/ includes all headers and sources to use MarSTD.

  - You're done. :)

_____
Using

  A> #include <marstd2/marstd.h>
  B> #include <marstd2/marstd.cpp>

  A> Add this line to every source file that will be using MARSTD.
  B> Add this line exactly once in your entire project.

  The implementation of MarSTD is for a large part inside the inline header files. Some
  classes have code in the marstd.cpp file though. To use these classes, you will
  need to include marstd.cpp too. Be carefull to include this file only once!
  Like said before. some classes do not require you to include the marstd.cpp file.
  It is best not to rely on this, since it may change in the future. It is best to
  always include the .cpp file somehow.

  It may be wise to include the .cpp file inside one of your source files that is
  rarely compiled, or a seperate file for MarSTD only. Eg:

  -- begin marinc.cpp --

    #include <marstd2/marstd.cpp>

  -- end marinc.cpp --


Removing:

  Simply delete the directory include/marstd2/.


Updating:

  Copy the contents of an updated MarSTD librairy to include/marstd2/ and
  overwrite all files. Make sure to compile older projects using 'rebuild all'.


Compiling:

  Compiling the test program can be done using Dev-C++. Just open the .dev project
  file and hit F9 to run.

  See the readme.txt file in the examples/ directory for information on compiling the examples.

marstd2004's People

Contributors

marcel303 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.