Skip to content

katahiromz/print_using

Repository files navigation

(Japanese, UTF-8)

print_using by katahiromz

概要

N88-BASIC風のPRINT USING文をエミュレートするC++11のプログラム兼ライブラリを製作しました。

PRINT USINGの動作を精巧に再現しています。

使い方

  1. print_using.h#include する。
  2. libprint_using.a をリンクする。
  3. C++コンパイラやCMakeなどを使ってビルドする。
  4. print_using.h の中の関数宣言を読み、使えそうな関数を呼び出して使ってみる。

著作権表示と免責事項

  • Copyright (C) 2024 katahiromz.
  • License: MIT
  • 本ソフトウェアは無保証です。

連絡先


(English)

print_using by katahiromz

Overview

I have created a program and library that emulates the N88-BASIC-like PRINT USING statement in C++11.

It precisely reproduces the behavior of PRINT USING.

Usage

  1. #include the print_using.h.
  2. Link the libprint_using.a.
  3. Build using a C++ compiler and/or CMake.
  4. Read the function declarations in print_using.h and try calling the functions that seem useful.

Copyright Notice and Disclaimer

  • Copyright (C) 2024 katahiromz.
  • License: MIT
  • This software is provided "as-is" without any warranty.

Contact