Message from @Ondsinet
Discord ID: 621389068743475209
Yeah they still teach that @picnicnapkin
My community college did for Introductory Programming, with some HTML thrown in for good measure
python or javascript would be much better
>needing to be taught python
but i agree vba is a shit language
everyone starts somewhere, for learning basics i mean whatever its fine
Real programmers only multiply by 2
i wouldnt surprised if the x86 mult instruction was turing complete
`mov` is, apparently
why is france the healthiest country in the world according to who
Knife stabbings is not seen as a health issue
damn
Jealous
reeee lol
That just download or symmetrical
based
Boss be like
heh
you have some other stuff up underneath
I used to do that when I was younger
Just smash CRL+D when people walked in
Which brings you to the background
But I set a screenshot of an IDE as my background
<:makes_you_think:382980749780844554>
lmao
Doh
why does this not run at all, it just ends
int main()
{
int i, a;
vector<int>x = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};
while(i = 0, i++)
{
cin >> i >> a;
while (i==x[i]){
cout << "\n" << i << " " << a << "\n";
break;}
}
}
well it does
i know
it doesn't do what i want it to
i want it to compare x to each element in the list
wait
why the fuck are you cinning
compare i to each element in the list
o nvm