https://github.com/katahiromz/print_using
BASIC-like PRINT USING emulation in C++11
https://github.com/katahiromz/print_using
basic cxx cxx11 emulation n88-basic n88basic pc88 pc8801 pc98 pc9801 print print-using string string-manipulation strings text text-processing
Last synced: 4 months ago
JSON representation
BASIC-like PRINT USING emulation in C++11
- Host: GitHub
- URL: https://github.com/katahiromz/print_using
- Owner: katahiromz
- License: mit
- Created: 2024-10-29T07:16:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T09:04:37.000Z (over 1 year ago)
- Last Synced: 2025-10-20T04:24:34.102Z (7 months ago)
- Topics: basic, cxx, cxx11, emulation, n88-basic, n88basic, pc88, pc8801, pc98, pc9801, print, print-using, string, string-manipulation, strings, text, text-processing
- Language: C++
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
(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
- 本ソフトウェアは無保証です。
## 連絡先
- 片山博文MZ
---
(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
- Katayama Hirofumi MZ