BinaryByter
and he then put ME to blame because I didn't help him and he was thrown out of school
Ariana
I was asked lile several times
Ariana
rip
Ariana
I think i blueticked like at least 10 ppl already
klimi
im using python3
klimi
but the syntax is python2
klimi
hell fuck
Ariana
i still use python 2 cuz of pwntools package xd
klimi
i need
Mihail
Is asking questions somewhat related to Arduino allowed here? (not hardware, but programming)
Ariana
"to bluetick"?
To read their message and not reply
klimi
end=' '
klimi
just
klimi
idk
BinaryByter
if you ask about C++ + arduino, it's fine
Ariana
There is some os nonsense in python2 ive seen that prints as printf
Aman
I also get questions irl like Hi hi i need to submit this in 5 minutes why doesn’t my code work
They are probably giving some time limited contest and they couldn't solve themselves ,so they share in the groups not knowing that spoonfeeding is not done in the real world
Ariana
I’m there like Is this a test, please send a higher quality photo and provide what you’ve tried no reply XD
Ariana
No clue how they managed to get internet connection during a math exam tbh
Marie
Purge complete.
Jay Ram
oh hu😜
Anonymous
Using Windows or any distrib of GNU/Linux for programming?
Ariana
debian:>
Bader
debian:>
I'm weird, I use Mac OS
Bader
and Xcode
Bader
the onyl person that agrees with me about this is @Neko_cpp
Ariana
i use vim mainly and sometimes clion
Bader
I like CLion. Never used vim too much, but the times I used it it was great
Bader
felt cool n hackery
Ariana
Quite convenient when you just need a short code or make a small change
Eric
hmm I use spacevim, and SpaceVim author here. :)
Ariana
linux
olli
I use windows primarily :D
Ariana
i die when using windows
Ariana
Be like wait how do you open a terminal
Mat
Windows is too fat :P
Ariana
Ikr
Ariana
literally too
BinaryByter
debian:>
FEDORA. IS. MY. BESTIE. DON'T. NOT. USE. FEDORA
BinaryByter
I use windows primarily :D
W... Wha... Whhaaaa..... Tt And i thougt you were credible 😔
BinaryByter
Too expensive, and yet worse than some middle class computers
Mat
Too expensive, and yet worse than some middle class computers
But you need one if you want to sell apps for it :)
BinaryByter
BinaryByter
I'd feel like a scumbag
Anonymous
how to scan space separated integers in an array in c++?
BinaryByter
how to scan space separated integers in an array in c++?
Google cin, while loops and std::vector
olli
W... Wha... Whhaaaa..... Tt And i thougt you were credible 😔
Why does using an operating system makes someone untrustworthy? Imho Windows has its benefits as well, using Visual Studio to debug Linux Kernel (Modules) is great! Using WSL there is not that much difference to most Unix Systems. Package managers like Pacman for MSYS2 provide a comfortable way to install libraries and compilers. So I have everything that I need. I can even develop and test Linux ELFs and Windows PEs on the same system
Anonymous
Google cin, while loops and std::vector
i kno wi can do it with while but i want to do it with for?
Anonymous
Google for loops then
done but can't find a good answer that's why asked here
Anonymous
Google in english
😂 can't type in other languages
BinaryByter
lmgtfy.com/?q=how+do+for+loops+work
Anonymous
lmgtfy.com/?q=how+do+for+loops+work
i know how for loop work but can't scan intezers with spaces
Anonymous
*integers
olli
Do you have a working solution with a while loop?
Anonymous
.
Anonymous
just put it in while loop until /n arrives
olli
just put it in while loop until /n arrives
Okay, do you know what the syntax of for loop looks like?
Anonymous
yes
olli
You can rewrite while(condition) to for(; condition;)
Anonymous
for(declaration;until;increment or decrement);
olli
Exactly, use your condition in the while loop as until part
Anonymous
You can rewrite while(condition) to for(; condition;)
i just want to scan some integers with spaces between them in a array using for loop
Mat
It will
olli
won't work
It does, can you show us your code then?
Anonymous
*wait