User: Timur

  • Public profile

User profile: Timur

User info
User name:Timur
History
Joined:
Number of posts:4
Latest posts:

vector
i didn't understand student[0], 1, 2. you first must set name of stud[0].setname(), then you don't n...

problem with rand ()
#include <iostream> using namespace std; int main() { srand(time(0)); int x =1+rand()%9; cout ...

create and deleting display in c++
system("cls") clears the screen. then try to print your words as you want

A problem with rand() and srand()
try to write srand(time(0))

This user does not accept Private Messages