GrAPiC
Graphics for Algo/Prog in C/C++
◆
print()
[2/3]
void grapic::print
(
int
x
,
int
y
,
float
nb
)
inline
Print the float nb, up left corner is (x,y)
print
( 10, 20, 3.1415);
// Print the number "3.1415" with the left corner (10,20)
grapic::print
void print(int x, int y, const char *txt)
Print the text txt , up left corner is (x,y)
grapic
Generated by
1.9.1