Mat
You're using a variable out of its scope. Why? Idk
数学の恋人
Umm... no, first it's not my code. second thing I have all deps installed
数学の恋人
It's Xdrawchem
Mat
Read something about it searching the error on the net
数学の恋人
Read something about it searching the error on the net
would you please allow me to send link?
数学の恋人
It's the github source link
数学の恋人
and holy shit, even slow mode is enabled
Mat
would you please allow me to send link?
No. We're not going to fix the app
Mat
Open an issue and flag it as bug
数学の恋人
I'm not telling you to fix the app
Artöm
can someone tell me why is that happening?
Do you have qt? You also need to pass the path to qt includes to compiler
数学の恋人
yes
Artöm
Sure the pass is correct?
Mat
Wow, a two yo app
Mat
Probably it's too old to be used
klimi
Item
klimi
What
Mat
but still
Maybe there's a bug in their code, and no-one will fix that because no-one is maintaining it Maybe qt libraries changed in the meantime, and you can't do a lot about it apart fix the code
数学の恋人
hmm then I have to look for some alternative
Anonymous
数学の恋人
Hi
oh you're even here
klimi
Hi
Hi
Anonymous
/report
C.
Hello, guys! I want to build a password manager app, just for personal use and experience gain. Can someone point me some literature about the subject ?
Dima
Encryption, security
H̲i̲L̲e̲v̲e̲l̲
Or just app
Prabhat
Hii
Prabhat
I want to know how can i enhance my programming skills??
Anonymous
Anonymous
Go for it
Anonymous
someone here uses the unreal engine?
Vitor
someone here uses the unreal engine?
there are some discord server for stuff like unity and unreal, cant remember the name, but they are pretty awesome
Anonymous
I want to use but I have doubt regarding the program and the C ++ language
Anonymous
currently uses Unity
Anonymous
I'm sorry, my English is not good
Anonymous
😂
Vitor
Google for unity VS unreal which will give you enough to start choosing, using blueprints in unreal is one thing that helps not using too much cpp code
Anonymous
Ok, thanks
Anonymous
No why?
An infix to postfix expression translator was worked on in one of the early chapters so thought you might wanna check it out if you haven't already
C.
Or just app
just an app
Dima
BLURZONE
Hello guys ....can anyone tell me how to hack pubg
Dima
Lol!
BLURZONE
I mean how to create mod libs files pubg
Error
I mean how to create mod libs files pubg
maybe try python it will help you to create the mod file but to attach with pubg you have to gain the acces of some kind of secure patch's which is impossible i think
Error
and some of the python file is already in google
BLURZONE
Error
Ok bro and thank you so much
but be aware about it
Error
it will ban your account to
C.
Really
In my other group here appeared a guy asking how to hack a bank
Anonymous
😂😂😂😂
Anonymous
&somevariable refers to the memory address of that variable
Anonymous
does the compiler view it as a pointer
Liam
No. A pointer is a variable contains a memaddr. Naked memaddr is not a variable, thus not a pointer.
Liam
What
what what?
Anonymous
what what?
What is a naked pointer, firstly?
Harsh
does the compiler view it as a pointer
Basically, we can assign this to a pointer
Anonymous
pointers store memory addresses , and can mutate a variable it points to
Liam
What is a naked pointer, firstly?
naked memaddr, not naked pointer
Anonymous
naked memaddr, not naked pointer
Ok, what is the naked memaddr in terms of C++?
Anonymous
Basically, we can assign this to a pointer
when you do size of an a reference of a variable memory address it is 8 bytes , why is that
Anonymous
i know pointers are 8 byres
Anonymous
bytes
Anonymous
well on a 64 bit system it is
Anonymous
They can be 4 bytes or 8 bytes in general