Text Clognotant En Langage C SOUS BORLAND!!

Text Clognotant En Langage C SOUS BORLAND!! - Programmation

Marsh Posté le 09-12-2001 à 17:56:18    

Comment faire clignoter yun text en langage C! :hello:  :hello:


---------------
GUILINUX-HANDOVER
Reply

Marsh Posté le 09-12-2001 à 17:56:18   

Reply

Marsh Posté le 09-12-2001 à 19:19:43    

#include <conio.h>
#include <stdio.h>
 
void main()
{
  textcolor(BLUE + BLINK);
  cprintf("Je dois clignoter" );
}


---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:
Reply

Marsh Posté le 09-12-2001 à 20:34:18    

[SDF]Poire a écrit a écrit :

#include <conio.h>
#include <stdio.h>
 
void main()
{
  textcolor(BLUE + BLINK);
  cprintf("Je dois clignoter" );
}  




 
en faite ça le surligne...merci quand même!!
 :hello:


---------------
GUILINUX-HANDOVER
Reply

Marsh Posté le 09-12-2001 à 20:36:23    

GuillaumeH a écrit a écrit :

 
 
en faite ça le surligne...merci quand même!!
 :hello:  




non ça clignote....(met en plein écran....)


---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:
Reply

Marsh Posté le 09-12-2001 à 21:10:51    

c juste avec Borland ca?


---------------
What butter and whiskey won't cure, there is no cure for.
Reply

Marsh Posté le 09-12-2001 à 21:13:51    

deathsharp a écrit a écrit :

c juste avec Borland ca?  




Pas sous linux...
Sinon C dans conio.h donc ça doit marcher avec n'importe quel compilateur tant qu'on compile pour DOS....


---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:
Reply

Marsh Posté le 09-12-2001 à 21:17:26    

textcolor est pas declarer chez moi
ya rien dans conio (ni dans stdio)
doit etre trop vieux tout ca pour mon beau compilo :D  :p


---------------
What butter and whiskey won't cure, there is no cure for.
Reply

Marsh Posté le 09-12-2001 à 21:53:58    

deathsharp a écrit a écrit :

textcolor est pas declarer chez moi
ya rien dans conio (ni dans stdio)
doit etre trop vieux tout ca pour mon beau compilo :D  :p  




Ptet.....
On a déjà parlé de mon compilateur C/C++ je crois donc je ne reléverais pas l'affront  :na:


---------------
Des bons sites pour Delphi? http://forum.hardware.fr/forum2.php3?post=16838&cat=10 -- informaticien -- http://www.z0rglub.com/phpwebgallery/ -- Delphi :love:
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed