Roxifλsz 🇱🇹
Roxifλsz 🇱🇹
klimi
Oh NOOO...
Anonymous
Ok
Mihail
pacman
yum/dnf ftw
Raul
Am I allowed to post links to stack overflow?
Raul
If it's a question I wrote
Raul
I guess I should have clarified that
olli
Am I allowed to post links to stack overflow?
go for it - I don't see problems posting related questions / answers from SO
Raul
Cool, I'm just playing with variadic templates and I am wonder if it is even possible to do what I want haha.
olli
https://stackoverflow.com/q/55422966/5824979
Raul
Thank you!
King_d
Pls has is anyone available for me to pm about issues related to using nan api in nodejs which allows me to write some modules in c++ and call them within node
Anonymous
Thanks folks I used JDoodle I tried making things work but I had a lab exercise due yesterday so I had to make ends meet
Ariana
/ban ad
klimi
Explain yourself
Raul
What is this?
klimi
@acp_kuldeep explain
Anonymous
Pls explain y warning
Anonymous
I have asked just a simple question
olli
I have asked just a simple question
It seems likely this is some homework / assignment related stuff. If you want us to help look at #howtoask
Mat
I have asked just a simple question
You didn't. You just posted a question with multiple answer and nothing else
Daniel
Hi guys! I need your help. Should not i free the memory referred to this pointer? What is lifetime of that tm structure? Isn't it allocated in dynamic memory?
Dima
delete is not valid on C methods, use free() when it’s needed
Dima
And free() is not always needed, read the docs
Daniel
but this is from C++ directives. And using free gives the same result - invalid pointer
Daniel
ok
Daniel
thank u
Carmine
Hi guys! I need your help. Should not i free the memory referred to this pointer? What is lifetime of that tm structure? Isn't it allocated in dynamic memory?
“The returned value points to an internal object whose validity or value may be altered by any subsequent call to gmtime or localtime.” I don’t think you have to destroy it. http://www.cplusplus.com/reference/ctime/localtime/
Daniel
loll. thank u. I read this page, but have not noticed that
Vaibhav
/hey i want to learn c nd c++ please some best thing available online
Anonymous
https://en.cppreference.com
Anonymous
a powerful web station
Anonymous
for c/c++ beginners
Mihail
for c/c++ beginners
Helpful for all levels imo
Mihail
Not just beginners
Anonymous
yes
Anonymous
:)
Anonymous
I already read it 😊
Anonymous
Can anyone explain these??
Ariana
looks like automata theory
Anonymous
Tell me DYNAMIC MEMORY ALLOCATION. means Why we use a particular memory in c language?
Ariana
huh
Ariana
we dont
Anonymous
Please define me
Ariana
me1 /miː/ Learn to pronounce pronoun pronoun: me 1. used by a speaker to refer to himself or herself as the object of a verb or preposition. "do you understand me?" used after the verb ‘to be’ and after ‘than’ or ‘as’. "hi, it's me" INFORMAL•WEST INDIAN I or my. "I'll get me coat" INFORMAL•NORTH AMERICAN to or for myself. "I've got me a job" 2. INFORMAL used in exclamations. "dear me!"
Mihail
/warn English only and we don't help with exams do them yourself
Ariana
/warns @Namunag
Ariana
hmm
Anonymous
Then what is the purpose of this gruop
Anonymous
🤔🤔🤔
Mihail
Last time I checked the group title wasn't "Solve Namuna's exam group"
Ariana
You could have simply told him the definition instead of mocking him.
how else would you answer ‘please define me’
Mihail
Mihail
Or whatever it is
K
how else would you answer ‘please define me’
Not everyone is fluent in english, it doesn't imply that you should mock them. You know well what he meant. A little kindness wouldn't do any bad in this world.
Lukas
Hello, I want to read the answer from "https://www.boredapi.com/api/activity/" and save it in several variables. I can read the answer but can't split the answer into variables. How can I achieve this?
Dima
It’s a basic json
Dima
You can use any library such as nlohmann json
Raul
Yes, but it don't recall C++ having anything in the standard library that can do it.
Dima
That library allows you to “split” into variables in your model
Raul
I mean I can either download an entire library, or I can split it myself. It's not that hard to split a json file.
Dima
Well yeah
Raul
Two differences :) but that's okay, glad you mentioned that library because I have never heard of it before
Dima
Well I kinda hate using libraries, but that one fits good
Anonymous
Yo guys
Anonymous
After learning C++ syntax what next if i want to go into software development?