Git Product home page Git Product logo

pzhelp's Introduction

PZhelp

PZhelp is what is left from an educational subset of the C (and later C++) programming language that was intended for teaching Introduction to Computer Programming to first-year students of the School of Electrical and Computer Engineering at the National Technical University of Athens. The original subset was called Pazcal and came a set of notes, written by Stathis Zachos and Nikos Papaspyrou. The notes (in Greek) now use PZhelp.

PZhelp is actually just a header file defining a set of C macros that are meant to facilitate first-year students learning C++. All these macros are written in UPPERCASE letters, so they can be easily distinguished from things existing in regular C.

Usage

#include "pzhelp"

PROGRAM {
  WRITELN("hello world!");
}

You can find the full documentation of the macros defined in PZhelp written in English and Greek.

Installation

To install PZhelp to your computer, assuming you are running Linux or Mac OS, or that you know what to do with your Windows:

  1. Make sure you have g++ or clang++ installed and working. Any other C++ compiler will do fine.

  2. Copy the file pzhelp to either to a directory that is in your C++ compiler's include path, or to the same directory where you have your C++ source files.

This should be enough...

Maintainer

The implementation of Pazcal is maintained by

pzhelp's People

Contributors

nickie avatar tdiam avatar

Watchers

 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.