Pavel
24h period
Seems like no "* If you want to post a link or some article in this chat you will need an admin approval first"
Dima
it removes the messages for the first 24 hours after joining
Dima
to prevent random spam
Pavel
Seems like no "* If you want to post a link or some article in this chat you will need an admin approval first"
And, I should be banned: "* Asking for something that is in the pinned message right after joining WILL GET YOU BANNED."
Огни
hey people, is that required?
Pavel
hey people, is that required?
I don't think so
Pavel
And I think that the only fact that the installer gives you a choice to select this or not means that it's not required
Anonymous
Its not an error its the part of a working code
Anonymous
Cn anybdy tell me wut this means Auto add=[&] (auto& w) { // more code }
Anonymous
Its not an error its the part of a working code
This "code" doesn't compile and doesn't make sense
Anonymous
Ye i wanted to figure out what this [&] meant
Anonymous
This is a lambda function https://en.cppreference.com/w/cpp/language/lambda
Anonymous
Ye i wanted to figure out what this [&] meant
This is capture part of lambda function
Anonymous
Read the docs for fully understanding
Anonymous
Arigato
MᏫᎻᎯᎷᎷᎬᎠ
do you have more info?
Other than examples? no
Anonymous
What is purge complete?
j
best resource to learn c++??
Anonymous
Hi everyone.
Gladiator
Please can someone help me get a PayPal account please
zax's
/start@MissRose_bot
M
👋
M
I m stuck about a project
M
‎KOCA kişisinden fotoğraf
M
I need do that
M
And i did . Done opened file correctly. But i have problem. How i can keep the data on a trees with the way which is shown above
Brax
/start@MissRose_bot
Anonymous
hi
Sourabh
/get ide
Sourabh
/get cbooks
Sourabh
/get cbook
Brax
/get
Nameful
/get
/blue_text_must_click
Nameful
what
Brax
I think by clicking that tag miss rose will suggest no enough arguments.
Sourabh
Cool
Sourabh
/get cppbookguide
Brax
/get cppbookguide
Thanks, let me learn more commands on using it.
Anonymous
And i did . Done opened file correctly. But i have problem. How i can keep the data on a trees with the way which is shown above
you can't. you need to save the data in a specific representation on the file. then build the tree from that representation every time.
M
But i need to keep it on bst
Anonymous
But i need to keep it on bst
that is what i'm talking about
Anonymous
save the inorder and postorder format using fwrite
Anonymous
then rebuild when needed
Anonymous
Sourabh
Did anyone here tried to replicate the first Web Server and Web Client which Sir Tim Berner-Lee created when at CERN? Seems a good educational project for a C/C++ Dev.
M
then rebuild when needed
I m trying to understand . Wait pls
M
‎KOCA kişisinden fotoğraf
Anonymous
I m trying to understand . Wait pls
oh for BST only storing the preorder traversal is enough
M
Like that?
M
It was my old project
M
‎KOCA kişisinden fotoğraf
M
But i just used to array to save it.
Anonymous
But i just used to array to save it.
yes. that is the only way to save it on disk
Anonymous
How i can do that?
save it in this order https://en.wikipedia.org/wiki/Tree_traversal#Pre-order_(NLR) then retrieve with this https://www.geeksforgeeks.org/construct-bst-from-given-preorder-traversa/
M
Wait i will look that
Anonymous
/warn offtop
Sourabh
I want to read about it Provide the link please
I too want to read about it. So I started learning HTTP Mechanism and REST API associated with it.
Anonymous
/warn
Nameful
/warn
/warm
Dima
Nameful
why
because blue text must click of course
Anonymous
which question??
Anonymous
I was reading about "inline function" the previous day and now about "tmp<> template function". Both run on compile time is there any difference. Or csn they be used interchangeably.
Anonymous
Can inline function and tmp<> be used interchangeably?
Anonymous
Anonymous
template compiles at run time