CONIO
2.1
|
A constream implementation for Mingw/Dev-C++. More...
Namespaces | |
namespace | conio |
This namespace contain all C++ specific things. | |
Functions | |
_Setxy | conio::setxy (int x, int y) |
setxy manipulator | |
_Setclr | conio::setclr (int color) |
setclr manipulator | |
_Setbk | conio::setbk (int color) |
setbk manipulator | |
_Setattr | conio::setattr (int _attr) |
setattr manipulator | |
_Setcrsrtype | conio::setcrsrtype (int type) |
setcrsrtype manipulator | |
std::ostream & | conio::clrscr (std::ostream &o) |
clrscr manipulator | |
std::ostream & | conio::clreol (std::ostream &o) |
clreol manipulator | |
std::ostream & | conio::highvideo (std::ostream &o) |
highvideo manipulator | |
std::ostream & | conio::lowvideo (std::ostream &o) |
lowvideo manipulator | |
std::ostream & | conio::normvideo (std::ostream &o) |
normvideo manipulator | |
std::ostream & | conio::delline (std::ostream &o) |
delline manipulator | |
std::ostream & | conio::insline (std::ostream &o) |
insline manipulator | |
A constream implementation for Mingw/Dev-C++.
Offered for use in the public domain without any warranty.