β16869203[Quote]
Don't worry I'm too retarded to even learn python
β16869208[Quote]
I'm too retarded to write and I use text to speech
β16869214[Quote]
Have you tried taking IQ tests?
β16869216[Quote]
Don't worry I'm too retarded to even do basic arithmetic at times
β16869217[Quote]
stupid retard is tryna code so he can join discord coms
β16869252[Quote]
>>16869195 (OP)Took an online test people say is more accurate than the others and I got an IQ of 105. Honestly, I can believe it. Sometimes I feel smarter than the average person and other times I feel like an absolute retard.
β16869268[Quote]
>>16869214I'm smart enough to know not to waste money on those
And all online tests give retarded results like "you're at least 148 IQ!! pay us 15 dollars to get an even higher IQ!!!"
β16869271[Quote]
>>16869217marge i don't even have 'cord i just like embedded programming (though I'm bad at it)
β16869273[Quote]
>>16869252can you link a reliable free online test? I couldn'T find any the last time i checked (though its been years since i took one of those, honestly)
β16869292[Quote]
>>16869195 (OP)Just cope with the fact that clang is going to turn that into a loop anyway and write loops instead
β16869297[Quote]
>>16869273dont remember which one it was its been years
β16869313[Quote]
>>16869292ev&oe i use gcc (like it makes a difference)
though i struggle with loops if there are like 3 of them embedded as well
for example i tried making a program that takes 2 sets of strings and compares them to each other, and outputs the string that matches the most yesterday
i got the strings and stored them as 2 2D arrays, but i couldnt do the comparison part, had to ask ai for that
but i didn't need to fully copy ai, i just read the general logic of how it would work and wrote the code myself, which made me feel at least a little better
β16869504[Quote]
>>16869313You might try building a table with X macros the preprocessor will expand everything for you. This works excellent for strings but maybe there is some overhead with chars since its a simple int comparisonβ¦
Reading the standard library helps a lot with this stuff
β16869553[Quote]
do leetcode or something
β16869567[Quote]
I relate I'm a bit of a subhuman retard myself
β16869574[Quote]
>>16869313What do you mean by "matches the most", what exactly qualifies as being a stronger match in your program?
β16869666[Quote]
>uses AI
no wonder you have india tier IQ and it's only going to sink
β16869704[Quote]
>>16869666what should i do then?
β16869715[Quote]
>>16869574Its like a candidate voting program
It takes an input of strings (like "Bob", "Mike", "Varl" etc.)
then it takes an Input of who the people voted for ("Voter 1: Bob", "Voter 2: Mike" …)
And it outputs the candidate who got voted for the most
β16869718[Quote]
why do you think you have such a low iq do you scroll social media or watch porn alot
β16869720[Quote]
>>16869704not use ai and LEARN like normal and actual people used to back in the day fuggen jerdee
β16869820[Quote]
>>16869718>social mediai used to use reddit, though i havent for a few weeks now
i also rarely watch youtube
>porni used to jerk off every day, but its around 1 per week without porn now
β16869824[Quote]
>>16869720sentient
also i learn using normal resources as well i just use AI when i get stuck and cant figure it out
β16869843[Quote]
>>16869824using AI when you get stuck and can't figure something out trains your brain to not bother trying to figure it out because you can always just ask an AI which will 100% of the time get it wrong because AI inherently doesn't know what it's talking about but you won't know that because your only source of truth is that same AI
β16869850[Quote]
>>16869843what should i do then? I got stuck with a problem, couldnt solve it, couldnt find the answer online, what now?
β16869863[Quote]
>>16869850Solve it using your own brain. Whenever I can't solve something I look for answers, if I can't find any I look for related stuff until I find something I can work with and apply to my specific situation.
β16869889[Quote]
>>16869850Do you know the fundamentals of C well? The problem you were trying to solve seems like something that anyone could solve given a bit of time. Maybe your issue is just that you don't know C well enough rather than a lack of intelligence.
β16869891[Quote]
>>16869889Didn't mean to supersage