Luiz_Junior Posted April 13, 2005 Report Share Posted April 13, 2005 Quem ai sabe usar a função rand(); Eu to com dificuldade para entender gente, por tanto se alguém ai sabe usar por favor me explique. #include <iostream>using namespace std;#include <iomanip>using std::setw;#include <cstdlib>int main(){for(int i = 1; i<=20; i++){cout<<setw(10)<<(1+(ran() % 6);if(i%5==0)cout<<endl;}return 0;}Espero que alguém possa me ajuda porque isso tah dificil pra mim.Vlws Quote Link to comment Share on other sites More sharing options...
0 Graymalkin Posted April 14, 2005 Report Share Posted April 14, 2005 A função rand() simplesmente retorna um número randômico (aleatório).Abraços,Graymalkin Quote Link to comment Share on other sites More sharing options...
0 kandrade Posted April 14, 2005 Report Share Posted April 14, 2005 cara da uma olhada nesse link........http://www.vivaolinux.com.br/dicas/verDica.php?codigo=370 Quote Link to comment Share on other sites More sharing options...
Question
Luiz_Junior
Quem ai sabe usar a função rand();
Eu to com dificuldade para entender gente, por tanto se alguém ai sabe usar por favor me explique.
Espero que alguém possa me ajuda porque isso tah dificil pra mim.
Vlws
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.