C++ create a random number generator 🎲

  Рет қаралды 17,532

Bro Code

Bro Code

Күн бұрын

Пікірлер: 25
@BroCodez
@BroCodez 2 жыл бұрын
#include int main() { srand(time(NULL)); int num1 = (rand() % 6) + 1; int num2 = (rand() % 6) + 1; int num3 = (rand() % 6) + 1; std::cout
@rajrohit-rj
@rajrohit-rj 5 ай бұрын
random.cpp: In function 'int main()': random.cpp:5:20: error: 'time' was not declared in this scope srand(time(NULL)); ^
@dineshreddy3361
@dineshreddy3361 3 ай бұрын
@@rajrohit-rj include
@D-o-n-k
@D-o-n-k 2 жыл бұрын
It’s so odd how different c++ is when it comes to random integers. I love it.
@tee-hee9553
@tee-hee9553 Жыл бұрын
#include
@Ryan-cv1wd
@Ryan-cv1wd 2 ай бұрын
Thank you good sir!
@rafo21pe
@rafo21pe Жыл бұрын
hello bro code, im using dev c++ the did not work .i only included iostream, do i need to include another header file?
@rafo21pe
@rafo21pe Жыл бұрын
#include #include #include #include this solved everything.
@blacobama8730
@blacobama8730 9 ай бұрын
@@rafo21pectime is enough
@yellowhellow-wi9gi
@yellowhellow-wi9gi 2 ай бұрын
@@rafo21pe thank you usind the ctime solved my problem
@zdravkojovancevic4656
@zdravkojovancevic4656 2 жыл бұрын
I needed to include header file to use time function? I don't see that you've used it.
@wael7pg157
@wael7pg157 2 жыл бұрын
me too ihave the same problem
@Spider_r0r
@Spider_r0r 5 ай бұрын
You are currently using older compiler version maybe
@BunrithViwatthanak
@BunrithViwatthanak 3 ай бұрын
brocode's code works for me and were not importing the because i think you're using the older version of GCC or G++
@Codewithpuran
@Codewithpuran 9 күн бұрын
i need to include and also :( even after using the latest version of compiler
@FrederikWollert
@FrederikWollert 8 ай бұрын
Defeat the KZbin Algorithm
@blue_24_57
@blue_24_57 7 ай бұрын
😂
@NapNotYap
@NapNotYap 2 ай бұрын
what do i do if i want the user to input a seed value and use that seed value for the random number generator
@yellowhellow-wi9gi
@yellowhellow-wi9gi 2 ай бұрын
Thanks a lot bro code
@katz789
@katz789 3 ай бұрын
Bro if i input something else except numbers output becomes infinite :(( Please help me out!!! #include int main() { int num = 0; int guess = 0; int tries = 0; std::cout
@Dazza_Doo
@Dazza_Doo 2 жыл бұрын
I need an intelligence save - now ROLL
@lucasnaressiguerra9172
@lucasnaressiguerra9172 29 күн бұрын
vlw dog
@BunrithViwatthanak
@BunrithViwatthanak 3 ай бұрын
chair
Random event generator in C++ 🎁
3:41
Bro Code
Рет қаралды 11 М.
The rand() Function (C++)
7:12
James Brodski
Рет қаралды 26 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 544 М.
True Random Numbers - Computerphile
12:16
Computerphile
Рет қаралды 130 М.
Creating Your Own Programming Language - Computerphile
21:15
Computerphile
Рет қаралды 188 М.
Learning C++ by making a Game... in 1 Week?!
10:14
Floky
Рет қаралды 613 М.
C++ Random Number Generator AKA STOP USING Rand()
7:20
The Builder
Рет қаралды 60 М.
C++ ROCK PAPER SCISSORS game for beginners 👊
13:07
Bro Code
Рет қаралды 14 М.
Buckys C++ Programming Tutorials - 27 - Random Number Generator
9:53
Tic Tac Toe Game in C++
20:20
Kenny Yip Coding
Рет қаралды 14 М.
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 544 М.