BinaryByter
BinaryByter
until I unleash her ban hammer
BinaryByter
one slip of a finger
BinaryByter
can decide over someone's destiny
BinaryByter
:D
Mihail
one slip of a finger
one more and you could make it a fban lol
Aksh
Where is the pin message
Aksh
Reading succesfully
Aksh
Pm
BinaryByter
A GIRL TOLD ME TO PM HER ❤️
BinaryByter
oh wait it's a bot
Mihail
A GIRL TOLD ME TO PM HER ❤️
Did you just assume it's gender? /s
BinaryByter
sorry
BinaryByter
won't happen again 😢
Aksh
👍
Mihail
Should ask Paul if it's transgender
BinaryByter
they are*
BinaryByter
its implies non-humanity
Roxifλsz 🇱🇹
Forwarding random message from some channel, what was even the point of that
abhi3700
I think you that count() function of your container returns how many members with the given key. If you are looking for the value, perhaps you should use different way.
I have followed this tutorial - https://theboostcpplibraries.com/boost.multiindex the output is not as expected from the code above.
abhi3700
Can u help me in getting the error?
Anonymous
what is use of bioscom( ) ?
Rahal
hello please i want application to run c codes on my telephone? can anyone help me
BinaryByter
hello please i want application to run c codes on my telephone? can anyone help me
Write a compiler and a full fledged IDE for yourself :D
BinaryByter
Nice
very nice*
klimi
BinaryByter
no problem klimi
Mat
You'll find the exact same question somewhere with an answer
Rahal
thanks
Anonymous
/kick
Mihail
if I've got a variable declared in a class and I also have a variable with the same name as an parameter in the initializer fuction, what would happen? Would that set the variable, or do I still have to set it somehow? If it won't how do I have to set it, because they both have the same name?
BinaryByter
on strict warning levels, the code wouldn't compile
Mihail
ok, so i should just avoid them having the same name?
klimi
Use m_ for member
klimi
Like
klimi
m_name
Mihail
i'll use _ prefix for member yeah
Mihail
is that not the correct name?
olli
i'll use _ prefix for member yeah
don't let your members start with _
klimi
don't let your members start with _
Is better to use this or m_?
olli
Is better to use this or m_?
everything is better than starting with _, so m_ is fine use e.g. m_member mMember member_ Recently I've seen the last case several times.
klimi
Mhm
TA
Read 👍
BinaryByter
OR I name them "inputted_" or somethign dank
BinaryByter
thats way clearer of intent
olli
would setV work without the this?
No, as you explained the parameter shadows the member
Anonymous
Any body please help me I want to write a simple dock or panel like application ( app launcher ) like Plank , docky , Cairo dock etc But don't know where to start , just want a theory or tutorial , After a lot of search on Google but not found any thing Linux gtk or qt
Mat
Hi @Firecracker7382
Mat
If you want to try Qt
Jussi
Then just add icons into it and make them clickable
R
Hi
klimi
Hi
Hi
Anonymous
@Kurimi I wanna earn the WEBDESIGN can u help me
Dima
Lmao
klimi
Lmao
__getitem__
if(a[v][i] && !visited[i]) can any one explain the checking conditions ? what does this mean (code coppied fron bfs in c)
Mat
If cond1 is true and cond2 is not true, execute the following code
Mat
If (cond1 && !cond2) { code }
THE JAMAICAN💳🔌🇺🇸
Hey guys
norlin
Hey guys. How can I debug the issue with optimization option in visual studio? My app is working without the optimization perfectly, but when I turn it on, then app is still running with no errors or anything, but did not produce any result. The app is a ray-tracing thing, and I've narroved the issue to my Octree traversal method, but don't see any isues with the code.
BinaryByter
you need to compile with the -g option
BinaryByter
then, you can quite easily setup a debug task for vsc
Ihor 🐈
Hello, i'm new at C-programming, how can i create .dll x32 via gcc x64 on windows?