Dima
If I got you right
Dima
are you talking about variables inside of array or some other variables?
Dima
I think you should read about custom allocators to get the idea
Nils
are custom allocators OS-dependant?
Dima
others
you can make it using very tricky ways, but I wouldn’t suggest that
Nils
are custom allocators OS-dependant?
(Do they work in kernelspace?)
Dima
are custom allocators OS-dependant?
depends, you can use mmap/malloc/virtualalloc
Nils
:-/
Dima
I forgot that type of allocator, where you can take a large space on certain events and reuse it later
Dima
your application will be managing that memory itself
Nils
your application will be managing that memory itself
Yeah, since that application is a kernel.
Dima
oh, lol
Nils
So I have to
Nils
Yep
Dima
🤔
there are a lot of types, e.g. pool allocators, etc
Nils
I am talking about raw C btw No ++
Dima
well you can implement it there too
Nils
well you can implement it there too
all I can find is just C++
Anonymous
/get cppguidebook
Anonymous
/get cppbookguide
klimi
ah nice
Dima
just for sake
Anonymous
What happened
Anonymous
Some one deleted you chat
Anonymous
Ya
Anonymous
Anyone can send me command list
klimi
Anyone can send me command list
command list of what?
Anonymous
Of this group
klimi
Of this group
use /report for reporting inapropriate things use /notes to view saved notes
Dima
/blue_text_must_click
klimi
> clicks /report
me: > clicks ban
Anonymous
Oooooooooooooooooooooooooooooooooooooooooooooooooooooo
Anonymous
Thanks
వ్లాదమిర్ పుతిన్
#rose_as_my_girlfriend
Anonymous
/notes
Dima
bruh
Anonymous
I don't understand
Anonymous
Explain the output ab please
Dima
%x formatting
Anonymous
Ohh
Anonymous
Thanks mam
Anonymous
What is the application name
Anonymous
Sorry i cannot told
Renan
Are there any good free C++ books? 🤔
Dima
Are there any good free C++ books? 🤔
read the pinned message, you can see the link
Renan
/get cbook
Renan
All paid books. I want free books. 🤔
Anonymous
I have
Renan
/get cppbookguide
Renan
I have
OK. What are them?
Anonymous
OK. What are them?
Let's cpp its best
Anonymous
I have c book pdf only
Anonymous
I have one best book for cpp algo
Renan
OK. Thank you! 👍
Anonymous
Error!
Anonymous
Where
Renan
Where
Try changing int I for int i.
Anonymous
Oo ya you can use it own way It's typing mistake
Renan
Oo ya you can use it own way It's typing mistake
and remove the & in printf line. And it should be include, not incude in first line.
Anonymous
#incude <stdio.h> int main() { int i; for(i=0; i<=100; i++) { printf("%d\n",i); } }
Renan
#incude <stdio.h> int main() { int i; for(i=0; i<=100; i++) { printf("%d\n",i); } }
#include <stdio.h> int main() { int i; for(i=0; i<=100; i++) { printf("%d\n",i); } }
Renan
Why people don't use cout instead of printf?
Because you can't use it in C as far as I know.
Anonymous
Because you can't use it in C as far as I know.
Oh didn't know it was a C code 😅 sorry my bad!
klimi
is 5 greater than 4? true true = 1 is 1 > 3? false false = 0
Anonymous
What is my mistakes
Anonymous
I want to know why its printing 01
Dima
open your terminal and type man printf
Brian
Need a C compilar for android pls
Sasuke
Need a C compilar for android pls
Search on play Store man
Anonymous
Need a C compilar for android pls
step 1. install Termux step 2. pkg upgrade step 3. pkg install clang lldb lld vim bash-completion cmake git gpg step 4. profit
Brian
Search on play Store man
I wanted to know the best. I have installed to sor far but they ain't working😭