Jump to content
Fórum Script Brasil
  • 0

arraylist em c ou vector std


AnaCal

Question

Criei 2 classes, uma servidor e uma utilizador. Pretendo na classe servidor criar um utilizador consoante um numero aleatorio de minutos

Na minha classe simulador tenho

int hora=0;
if(540 <= hora)
{
             srand(time(NULL));
             for (int i=0; i<1; i++)
                 resultado = rand() % 5;
             Sleep(resultado);
             utilizador *u;
             u = new utilizador();
             cout << "\nCriou um utilizador" << endl;
             u->setid(k);
             k++;
             cout << "\no id do utilizador u criado " << u->getid();
}

ao executar ele imprime varias vezes sempre com o mesmo id. Gostaria de saber de como posso criar varias instancias de um classe, dado que tenho q criar varios utilizadores, como guarda los num array e aceder aos seus atributos

Edited by AnaCal
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...