Anonymous
And the ban is for me
Anonymous
Kek
Marie
Cristiano has 1/3 warnings... watch out!
Reason for last warn:
sticker shitpostery
klimi
Dima
mmmm free bans
Anonymous
Mat
Mat
It's just a thing to say WHEN an error occured
__getitem__
Mat
What?
Mat
Damn
__getitem__
Mat
Have you tried some debug?
__getitem__
on cppdroid app
Mat
Some prints around the programme to see what it does right and what it doesn't?
__getitem__
Mat
Are you adding the android thing only now?
__getitem__
__getitem__
I mean , a code is a code anyway
Anonymous
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
Asadbek
I come again
Asadbek
Hi
Asadbek
You guys look like not chatty
Asadbek
?
Mat
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
Embedded
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
Jussi
Anonymous
How you apply your C knowledge is what makes you a better C user
Jussi
† 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
Mat
Mat
Damn
Anonymous
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
Dima
why don't you just launch that code and see
Mat
Anonymous
Dima
Anonymous
I'm writing a distributed VCS (basically a git clone) while learning graph theory
Dima
Dima
oh
Anonymous
I was thinking about a distributed nginx.
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
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
Anonymous
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