Anonymous
u want ban too?
He is spaming and trolling
Anonymous
And the ban is for me
Anonymous
Kek
Marie
Cristiano has 1/3 warnings... watch out! Reason for last warn: sticker shitpostery
Dima
mmmm free bans
Anonymous
u want?
Go on
__getitem__
Or you think we should know it?
runtime error man...!! I already said it 😑
Mat
Mat
It's just a thing to say WHEN an error occured
Mat
What?
Mat
Damn
__getitem__
What?
this runtime error
Mat
Have you tried some debug?
__getitem__
Have you tried some debug?
I code on android . how to debug it ?
__getitem__
on cppdroid app
Mat
Some prints around the programme to see what it does right and what it doesn't?
Mat
Are you adding the android thing only now?
__getitem__
I mean , a code is a code anyway
Anonymous
No homework requests allowed
No home work ,exam paper
Dima
almost identical stuff
Mat
No home work ,exam paper
What's the difference? You're like "Please do them for me sempai"... and that's not how it works
Mat
Read the pinned message, please
Roxifλsz 🇱🇹
No home work ,exam paper
Same shit, not allowed in here
Asadbek
I come again
Asadbek
Hi
Asadbek
You guys look like not chatty
Asadbek
?
Anonymous
Thanks
Shivang
Hello everyone I want to learn c Any guidance pls If you have video sources it will be helpful as reading book is boring Thanks
Anonymous
If you think reading books is boring, you don't want to learn C
Dima
try tutorials at least
Anonymous
C is highly academic to get the hang of and requires a reasonable amount of willingness to learn theoretical concepts which tend to be best learnt from books
Anonymous
Guys , I'm gaining proficiency in C , does anyone know any good sources where to learn more about advanced C programming? I would say I'm an intermediate level
Dima
you can start from higher level languages and move lower later
Anonymous
How you apply your C knowledge is what makes you a better C user
Jussi
How you apply your C knowledge is what makes you a better C user
+1, I was trying to say something like this
† n06h
What is the output of the following program written below? int main() { int var1, var2; printf("Enter number 1: "); scanf("%d",&var1); printf("Enter number 2: "); scanf("%d",&var2); int res = addition(var1, var2); printf ("Output: %d", res); return 0; } int addition(int num1, int num2) { int sum; sum = num1+num2; return sum;
Dima
are you serious
Dima
a sum of two input numbers
† n06h
are you serious
It's an assignment
Mat
Damn
Dima
Meaning
you enter 2 and then 1, and later it sums it
Dima
outputs 3
Dima
lol
Anonymous
👍
Mat
It's just a sum, i think you should know how to do it
† n06h
No homework
😁Am from Africa Am learning this stuff
Mat
😁Am from Africa Am learning this stuff
Ok, but don't ask us to do your homeworks
Dima
why don't you just launch that code and see
Anonymous
How you apply your C knowledge is what makes you a better C user
I know already, but I'd like to learn more advanced. As of now , I dedicated myself a lot to client-server programming in C
Mat
😁Am from Africa Am learning this stuff
Did they teach you arithmetic there?
Anonymous
I know already, but I'd like to learn more advanced. As of now , I dedicated myself a lot to client-server programming in C
My advice would be to learn distributed system theory and then apply it to your programs
Anonymous
I'm writing a distributed VCS (basically a git clone) while learning graph theory
Anonymous
what about getting a job for example
I don't know much about jobs availability in C , though I'd do that as a freelancer since I'm busy with school
Dima
oh
Anonymous
I was thinking about a distributed nginx.
Anonymous
try to develop your own nginx lol
My interest revolves around malware
Anonymous
1 config spins up a load balanced system
Anonymous
I was actually interested in using sockets for a botnet or for a C&C
Anonymous
My interest revolves around malware
That's also why I'm learning RE as well
Anonymous
I have experience with that but I'm not interested in teaching people I don't know as I don't want to be held responsible for malware production
Anonymous
I have experience with that but I'm not interested in teaching people I don't know as I don't want to be held responsible for malware production
i don't want to spread it though. I just want to learn how to do it. It's always been a goal of mine!
Anonymous
I've only ever taught 4 people how to write malware, all friends of mine who I know personally and well enough to believe them when they say that. I would have to say that, for me, writing malware is a wholly offline activity
Anonymous
I know, I write it from time to time but I don't have any basis on which to trust you won't spread it
Anonymous
Why would I spread it?
Anonymous
Also I remember we talked in the past as well about malware
Anonymous
You had linked me some books about malware