-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
55 lines (33 loc) · 1.34 KB
/
Copy pathREADME.txt
File metadata and controls
55 lines (33 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
(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 <katayama.hirofumi.mz@gmail.com>
---
(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 <katayama.hirofumi.mz@gmail.com>