Stiahol som si 2 editory pre programovanie v C,ale v obidvoch ked dam kompilovat a spustit program tak mi 4x blikne monitor a na ten poslednykrat mi to uz aj vypise program,neviete ako sa da odstranit to blikanie ?
Lezie to pekne na nervy.
S Borland Pascalom taky problem nemam,ale nemyslim ze to bude v editore,lebo odskusal som 2 a chyba bola ta ista.
Posli zdrojak toho programu. Pripadne skus dat do main() pred return 0 toto
Kód:
system("pause");
a na zaciatku programu si inkluduj hlavickovy subor stdlib.h
Kód:
#include <stdlib.h>
_________________ Empty your memory, with a free()… like a pointer! If you cast a pointer to an integer, it becomes the integer, if you cast a pointer to a struct, it becomes the struct… The pointer can crash…, and can overflow… Be a pointer my friend…
_________________ Empty your memory, with a free()… like a pointer! If you cast a pointer to an integer, it becomes the integer, if you cast a pointer to a struct, it becomes the struct… The pointer can crash…, and can overflow… Be a pointer my friend…
Nemas nahodou Win Vista? Na Viste tusim boli dake problemy s Dev-C++, aspon par ludi tu spominalo...
_________________ Empty your memory, with a free()… like a pointer! If you cast a pointer to an integer, it becomes the integer, if you cast a pointer to a struct, it becomes the struct… The pointer can crash…, and can overflow… Be a pointer my friend…