Close
To suscribe Cquery.h please enter your email below..
After suscribing kindly check your mail box immediately
to complete your suscription.
I don't want any update | Let me download
Cquery.h
Code less C fast..
Download v0.1
Cquery.h is written by a student of SSUET by keeping TURBOC compiler in his mind only.
All the code are copyrighted so please respect other's efforts :) and don't distribute Cquery.h with your name.
Thanks.

Saturday, 5 April 2014

move_str(position x,position y,color,string)

move_str move string to the given points or coordinate of x and y.It also force you to give color to the string.It takes four arguments as follow
  1. X position 
  2. Y position
  3. Color
  4. String

Syntax:


move_str(integer (x point),Integer (y point),color,string)

You can find complete list of all available colors in Cquery [here]

Example:


#include<cquery.h>
void main(void)
{
move_str(15,10,"Blue","Hellow world"); 
}

No comments:

Post a Comment