You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

730 B

Class info

info.version

This is a static string variable with the version info. A simple demo like this:

ovo::info obj;
std::cout << obj.version << endl;

The screen should show like this:

Version 0.0.1

info.hi()

This function can print a welcome info with a void return value. Demo like this:

ovo::info obj;
obj.hi();

Expected screen:

Hellow OvO~

info.detail()

This function return with void, print detail info about this library. Use like this:

ovo::info obj;
obj.detail();

Expected screen:

Lib Name: ovo Org: EEENeko (https://github.com/eeeNeko) Author: Jianzhi Fan, Yimian Liu license GNU General Public License 2.0 copyright Copyright (c) 2019 EEENeko