GrAPiC
Graphics for Algo/Prog in C/C++
◆
print()
[3/3]
void grapic::print
(
int
x
,
int
y
,
int
nb
)
inline
Print the integer nb, up left corner is (x,y)
print
( 10, 20, 128);
// Print the number "128" 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