GrAPiC
Graphics for Algo/Prog in C/C++

◆ winInit()

void grapic::winInit ( const char *  name,
int  w,
int  h,
int  posx = -1,
int  posy = -1 
)
inline

Initialize the window with a size w,h and a position (posx,posy). If posx<0 or posy<0, the position is centered.