Message from @DOSagain
Discord ID: 621385251834298478
tedious sometimes but i do think these fundamentals are important
definitely important
VBA doesn't come with any builtin for sorting arrays
VBA
dafuq
like if you want to extend the functionality of excel some
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
reeee lol
That just download or symmetrical
based
Boss be like
Why are you always staring at the background when I come in?
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