Melon
A C++ library designed for RadishOS.
Loading...
Searching...
No Matches
Input.hpp
1#pragma once
2
3#include "String.hpp"
4
6namespace Melon::Input
7{
12} // namespace Melon::Input
A dynamic string.
Definition String.hpp:11
Contains functions to interact with the user from the standard input stream.
Definition Input.hpp:7
String::String input(const String::String &str)
Asks the user to type a null-terminated string.
Definition Input.cpp:7