BinaryByter
Just look into some docs
Someone who can't code will be extremely confused by them
MᏫᎻᎯᎷᎷᎬᎠ
Maaaxi
BinaryByter
LUNATICCCCCC
MᏫᎻᎯᎷᎷᎬᎠ
Whtup
BinaryByter
Resting after singing
MᏫᎻᎯᎷᎷᎬᎠ
Huh
BinaryByter
I'm in a choir trip
BinaryByter
And since i'm one of two bassoes againzt 70 sopranoes,tenores and altos i'm kinda strained
MᏫᎻᎯᎷᎷᎬᎠ
Yeah I'm also one gelcslywnscwhs group
BinaryByter
Huh?
MᏫᎻᎯᎷᎷᎬᎠ
Nothing
MᏫᎻᎯᎷᎷᎬᎠ
xD
KarthikRam
Hmm
Anonymous
Program to add n natural number? Plz fast
Anonymous
What
Mihail
What
Also did you try googling your question
Mihail
And no one will write you whole program just so you know
Mihail
We're here to help, but you have to ask a good question as described in the rules and a specific questions, not write my assignment
Mat
I hate when people are like "Plz fast"
Mat
Like we're here for 'em
Ludovic 'Archivist'
I hate when people are like "Plz fast"
Yeah, and like they have no shame of what they do
MᏫᎻᎯᎷᎷᎬᎠ
We're here to help, but you have to ask a good question as described in the rules and a specific questions, not write my assignment
First-Last Time #include<iostream> using namespace std; int main() { int n; cin » n; int sum = 0; for(int i=1; i<=n; i++) { sum += i; } cout « sum; }
MᏫᎻᎯᎷᎷᎬᎠ
I really enjoyed that lol
klimi
I wantbtoo
olli
Program to add n natural number? Plz fast
you can sum the natural numbers in [1,n] (or [0,n]) using the formula n*(1+n)/2
__getitem__
https://paste.ubuntu.com/p/J83pccVxg9/ can anyone help me ? what is the error ?
Anonymous
thanks. want to learn more on c++
Anonymous
There's a lot of C++ programmers here and a few C programmers.
Dima
«programmers»
Anonymous
?
Anonymous
I'm writing code for fun 😂
Anonymous
But yeah, I want it to turn into a job
Mat
U r nt??
Not for someone writing like that for sure
Anonymous
I'm writing code for fun 😂
I'm learning to code as a hobby. But mostly for automating tasks on my PC that I'm too lazy to do.
Anonymous
I'm learning to code as a hobby. But mostly for automating tasks on my PC that I'm too lazy to do.
Lately I was just making some basic hacks with c++, but nothing special
Dima
reverse engineering?
Anonymous
Now my pc is broken (have to buy a new gpu)
Ludovic 'Archivist'
Now my pc is broken (have to buy a new gpu)
GPUs are for people that do GPGPU and weaklings
Anonymous
can someone code c/c++ in kali linux os
Dima
lol
MᏫᎻᎯᎷᎷᎬᎠ
A
can someone code c/c++ in kali linux os
Ys u can, u need 2 believe in urself
MᏫᎻᎯᎷᎷᎬᎠ
g++ filename.cpp
MᏫᎻᎯᎷᎷᎬᎠ
Anonymous
what are the software to install to be able to code
Dima
what the hell is going on there lmao
Anonymous
sudo apt-get install codeblocks
MᏫᎻᎯᎷᎷᎬᎠ
what are the software to install to be able to code
It's already installed on Kali Linux
A
What!!
Nything is possible if u believ
Roxifλsz 🇱🇹
what are the software to install to be able to code
Whatever text editor you like and gcc
Anonymous
It's already installed on Kali Linux
dont know the command to output executed code
Anonymous
If you prefer text editors over IDE(s) use emacs or vim.
many
It's Monday tomorrow, dealing with those fucked up code again
Ludovic 'Archivist'
It's Monday tomorrow, dealing with those fucked up code again
Don't complain, I work on weekend AND during the week
many
Imagine a C# programmer created a C program without understanding C. And I'm the one to pick up the code
Ludovic 'Archivist'
And sometimes in the night when the customer is on the other side of the frigging sphere my chair lies on
Anonymous
./a.out
wow. it has worked out...thanks
Anonymous
No problem bruh.
Ludovic 'Archivist'
__getitem__
🙄☝
Ludovic 'Archivist'
I never yelled as much curse words in 2 years as I yelled in this month of refactoring
many
High coupling, unnecessary globals, no consideration on asynchronous clock...
many
And ridiculously and unnecessary large array
Ludovic 'Archivist'
https://paste.ubuntu.com/p/J83pccVxg9/ can anyone help me ? what is the error ?
Can you start by replacing the loop line 45 by a range for loop?
many
I did have a thought of asking my senior if he was graduated