Anonymous
#Notaname
Anonymous
Okay
klimi
@unterumarmung thanks ;)
klimi
for deleting my message
Joesph
What just happened lol
Joesph
Purging messages😂
Anonymous
Authorization error
Anonymous
Password required😂
Joesph
Password required😂
Chmod 600 @Kanha_baidya
Joesph
Chmod 750 @Kanha_baidya
Pro
Chmod 600 @Kanha_baidya
error : command girlfriend not found
Joesph
I bet Aur has it
js
js
Any one pls suggest me any logic
klimi
explain yourself or i am warning you for an assigment
js
Sorry
klimi
thats no a valid explanation
Anonymous
Easy, easy
eren
Hy everybody I'm btech CSE student sujest me some tips it's my first semester.
I_Interface
Any one pls suggest me any logic
/warn no, it needs for you, not for us.
Anonymous
Hi
Anonymous
Anyone from spain?
Dima
Lol
Fourteen_98
/get `c++_isnt_c_with_classes`
Anonymous
Ok thanks
MᏫᎻᎯᎷᎷᎬᎠ
/get `c++_isnt_c_with_classes`
You have a seriouse naming issues lol
Sid Sun
CGPA matters!!!!!!!
No, they don't
Ибраги́м
You have a seriouse naming issues lol
Suggest a better one or u get banned!
Ибраги́м
U have 10 minutes
Anonymous
Does Any One Know How To Spoof The Digital Footprints In A Browser? I'm tryna build one in c.
Anonymous
Who are you?
What's wrong with me?
Anonymous
Nothing
MᏫᎻᎯᎷᎷᎬᎠ
U have 10 minutes
I don't work on threats :P
Nasar Ul zain azran
Can i get c /c++ learning channel with programming techniques
Anonymous
If you are building one you must know how it works...
Alright I'm not a top notch coder and I'm tryna learn things
Ибраги́м
I don't work on threats :P
See this 45Kg guy. Thank God this is online, I would've tied u with your tie.
klimi
Alright I'm not a top notch coder and I'm tryna learn things
Then first learn how digital fingerprinting works
Anonymous
Is there anyway to append 2 STL lists in O(1)
Anonymous
?
Anonymous
Interesting
Anonymous
Or do i neèd to make my own linkedlist?
Anonymous
Is there anyway to append 2 STL lists in O(1)
https://en.cppreference.com/w/cpp/container/list/splice
Anonymous
Learn to use cppreference
Anonymous
So, only internal pointers are modified.
Anonymous
That's why 0(1)
Anonymous
Most likely
That's why i asked it here to get some confirmation.
Anonymous
char **words = calloc(size, sizeof(char*)); for(int i = 0;i < size;i++){ words[i] = calloc(stringlength,sizeof(char)); }
Anonymous
is this a good way to allocate a array of strings
Anonymous
In C it is probably is the only one
Anonymous
In C it is probably is the only one
would it be *words[i] or words[i]
Anonymous
i am getting a segmentation 11 error
Dima
and sizeof(char*) seems to be wrong (but I may be wrong)
Dima
or nah its good
Anonymous
Anonymous
i new to this memory allocation thing on the heap to be honest
Dima
sizeof(char) looks suspicious, you need more space
Anonymous
sizeof(char) looks suspicious, you need more space
calloc has two arguments first — count of elements to alloc second — size in bytes of each element
Howl
Hi everyone? Where can we learn pointers? (with details) because I still don't understand ... where will it be useful? Can you give an example?
Dima
oh yes
Dima
#googleit
Dima
you can have 1000 pointers around your code for one object, instead of copying it