(Japanese, UTF-8)
N88-BASIC風のPRINT USING文をエミュレートするC++11のプログラム兼ライブラリを製作しました。
PRINT USINGの動作を精巧に再現しています。
print_using.hを#includeする。libprint_using.aをリンクする。- C++コンパイラやCMakeなどを使ってビルドする。
print_using.hの中の関数宣言を読み、使えそうな関数を呼び出して使ってみる。
- Copyright (C) 2024 katahiromz.
- License: MIT
- 本ソフトウェアは無保証です。
(English)
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.
#includetheprint_using.h.- Link the
libprint_using.a. - Build using a C++ compiler and/or CMake.
- Read the function declarations in
print_using.hand try calling the functions that seem useful.
- Copyright (C) 2024 katahiromz.
- License: MIT
- This software is provided "as-is" without any warranty.
- Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com