source: projects/punch-card/lib/erste ideen/jones.h @ 39

Last change on this file since 39 was 39, checked in by sven, 15 years ago

Added stuff that i've written month ago ;-)

  • A small C++ library (to be extended) for punch card handling in C++
  • geshi.php: Fix to detect .cc files as cpp
  • documentation: A README for th punch card project with up to date

infos

-- sven @ workstation

File size: 306 bytes
Line 
1/**
2 * This is an C++ I/O library to read in or write out
3 * PunchCard::Card objects via a file format proposed by
4 * Douglas W. Jones at
5 * <http://www.cs.uiowa.edu/~jones/cards/format.html>.
6 *
7 **/
8
9namespace PaperTape {
10
11PunchCard::Card jones_read_card()
12
13bool jones_write_card(PunchCard::Card card)
14
15}
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License