BinaryByter
BinaryByter
until I unleash her ban hammer
BinaryByter
one slip of a finger
Zero
BinaryByter
can decide over someone's destiny
BinaryByter
:D
BinaryByter
klimi
Aksh
Where is the pin message
Mat
Aksh
Reading succesfully
Aksh
Pm
BinaryByter
A GIRL TOLD ME TO PM HER ❤️
BinaryByter
oh wait it's a bot
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
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
klimi
BinaryByter
klimi
BinaryByter
klimi
BinaryByter
no problem klimi
Rahal
Mat
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
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
olli
Mihail
Mihail
is that not the correct name?
klimi
Mihail
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
BinaryByter
BinaryByter
OR I name them "inputted_" or somethign dank
BinaryByter
thats way clearer of intent
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
Mat
If you want to try Qt
Jussi
Jussi
Then just add icons into it and make them clickable
R
Hi
klimi
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
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?