User profile: Fedot

User info
User name:Fedot
History
Joined:
Number of posts:9
Latest posts:

Synchronize Time
[code]/* asctime example */ #include <stdio.h> #include <time.h> int main () { time_t rawti...

Grafic Coding!
Thank you JoR! But if someone can tell something more detailed ? Im begginer.

Grafic Coding!
Hello again! This is my first project in grafic coding and i ask for some help! I wan't to make ...

IfStream,Ofstream
ok now i change [code]myfile.open ("nr.txt",ios::app );[/code] but how i can make to delete pre...

IfStream,Ofstream
[code]ofstream myfile; random_integer = (rand()%90)+1; myfile.open ("nr.txt"); myfile <<"...