0TForumer
|
  |
| Joined: 02 Oct 2013 |
| Total Posts: 5346 |
|
|
| 27 Sep 2015 01:46 PM |
cout << "hello world" << endl;
#code while banned==true do use_this_alt() end -- alt of Aetricity +4,162 posts |
|
|
| Report Abuse |
|
|
| |
|
0TForumer
|
  |
| Joined: 02 Oct 2013 |
| Total Posts: 5346 |
|
|
| 27 Sep 2015 01:48 PM |
@aur, correct it's C++
c++ is my favorite language, but i couldn't fit a randomly generated number in c++ for the title so I just used lua lmao
#code while banned==true do use_this_alt() end -- alt of Aetricity +4,162 posts |
|
|
| Report Abuse |
|
|
Astrain1
|
  |
| Joined: 27 Mar 2013 |
| Total Posts: 18697 |
|
|
| 27 Sep 2015 01:49 PM |
I can random in C# but not C++
because I can't C++ yet
jeb get me the seperatrons |
|
|
| Report Abuse |
|
|
0TForumer
|
  |
| Joined: 02 Oct 2013 |
| Total Posts: 5346 |
|
|
| 27 Sep 2015 01:54 PM |
@astrain
probably going to get this wrong but ok
with the includes as you probably already know you need to add the symbol since it won't let me
#include iostream #include cstdlib
using namespace std;
int generate_random(int x, int y) { return (rand() % (y-x)) + x; }
int main() { cout << generate_random(2, 4) << endl; }
#code while banned==true do use_this_alt() end -- alt of Aetricity +4,162 posts |
|
|
| Report Abuse |
|
|
|
| 27 Sep 2015 01:56 PM |
c++ sucks
use go if youre smart |
|
|
| Report Abuse |
|
|
0TForumer
|
  |
| Joined: 02 Oct 2013 |
| Total Posts: 5346 |
|
|
| 27 Sep 2015 01:58 PM |
@CRUZY,
go is pretty good but i would rather c++ over everything else
#code while banned==true do use_this_alt() end -- alt of Aetricity +4,162 posts |
|
|
| Report Abuse |
|
|