https://github.com/simleek/verbose
A quick output library
https://github.com/simleek/verbose
Last synced: 10 months ago
JSON representation
A quick output library
- Host: GitHub
- URL: https://github.com/simleek/verbose
- Owner: SimLeek
- Created: 2014-09-27T02:51:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-27T03:09:21.000Z (over 11 years ago)
- Last Synced: 2025-02-14T02:23:40.127Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Readme
An output library I made for some string functions I was doing a lot of the time for debugging and general output.
All commands are prefixed with 'VB'.
#Commands
| Command | Description |
|---------|-------------|
|VB_ID | gives back the text in the parenthesis as a string|
|VB_SHOW | gives back the text in the parenthesis and what it evaluates to|
|VB_TITLE | uses the characters in the parenthesis to create an eye-catching title|
|VB_ARRAY | prints a 1d pointer array|
|VB_ARRAY2D | prints a 2d pointer array|
|VB_ARRAY3D |prints a 3d pointer array|