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.

Colors available in Cquery

Cquery comes with 16 colors only they are listed below as
  • Black
  • Blue
  • Green
  • Sea_green
  • Red
  • Voilet
  • Orange
  • Light_gray
  • Gray
  • Light_blue
  • Sky_blue
  • Light_orange
  • Pink
  • Yellow
  • White

Usage:


many of Cquery's function uses color to give color to the desire string as
#include<cquery.h>
void main(void)
{
color_str("Light_blue","hellow");
move_str(10,5,"PInK","world");
animate_str(20,22,26,200,"right","Sea_GREEN","i am moving");
break_str("Invert",100,"Light_blue","cquery is the best :)"); 
}

The cool thing about color argument is case insensitivity as you seen in above example.

No comments:

Post a Comment