An open API service indexing awesome lists of open source software.

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

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