Results 1 to 4 of 4
Thread: "C"
Hybrid View
-
10th November 2005 09:33 #1
"C"
, , . . , . , source .
...
Code:#include <stdio.h> #include <conio.h> #include <stdlib.h> int x,y; char c; int main(void) { printf("Vyvedete simvol: "); scanf("%d",c); clrscr(); randomize(); while (!kbhit()) { for (x = 0; x < 300; x ++) { for (y = 0; y < 150; y ++) { gotoxy(random(x) / 300,random(y) / 150); printf("%c",c); clrscr; } } } return 0; }
-
10th November 2005 09:45 #2
printf clrscr,
i7-3930K@4.7(47x100, 1.41v), EK Supreme HF, Phobya G-Changer 420, XSPC Laing DDC Dual + Pump, Asus Rampage IV Formula, 4x2G RipjawsZ 2133MHz, GTX980Ti EVGA w/ EK-FC Titan, CM ATCS 840, Corsair AX1200, Corsair Force 3 120GB, HP ZR2740w
-
10th November 2005 09:54 #3
-
10th November 2005 10:21 #4
, .
1.Code:scanf("%c", &c);2. , . 0,0, random(x) e x-1 300 ( 150 ) 0...Code:scanf("%d", c);
3. . / , DOS.h delay(). Unix, sleep() ( - )
while() {} gettime gettimeofday .
, . .
"640K ught to be enough for anybody" - Bill Gates, 1981
::Machine specs::Fract::AGG::::Baileys::blog::YouTube channel




Reply With Quote

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in