Loki
is it possible? I have done that with make command on vim. But I don't know how to that on neovim.
Loki
um, it seems you didn't understand my problem. I want to create a shortcut to compile my c++ code on nvim.
Loki
I already said that.
Anonymous
Anonymous
I already said that.
O understand now
Anonymous
@admins
Anonymous
What Happened
klimi
Someone put ad to his yt channel
Manal
Can you please think about answer for this question
Mat
Moreover it's easy af
MᏫᎻᎯᎷᎷᎬᎠ
Ilya
Can you please think about answer for this question
float f = 0.; for ( unsigned i = 0; i < 10; ++I ) printf("%f ", f++);
MᏫᎻᎯᎷᎷᎬᎠ
float f = 0.; for ( unsigned i = 0; i < 10; ++I ) printf("%f ", f++);
I thought ++ operator is not applicable in float types🤔
MᏫᎻᎯᎷᎷᎬᎠ
Yeah it is
MᏫᎻᎯᎷᎷᎬᎠ
Why not?
Because i++ Increase by what(1, 0.1, 0.01...)
MᏫᎻᎯᎷᎷᎬᎠ
It must be undefined
MᏫᎻᎯᎷᎷᎬᎠ
What ever
Manal
.In the question we need to find a whole number from type float and it should be sequence to do that we need to know the smallest difference between them
Manal
https://codeyarns.com/2015/07/02/max-min-and-lowest-in-c/ this can help us
Manal
Moreover it's easy af
If you know the answer till me please , honestly it's homework and I should today hand it
Anonymous
Hi
Mat
Hi
Hi
Shafi'e
Hi
Mat
Because i++ Increase by what(1, 0.1, 0.01...)
It's the same operator that adds one
Mat
Hi
Welcome!
Evgenii
Good afternoon! I'm trying to start study with gtk and C lang. I have already wrote a little script and now I'm trying to compile it. But I got error that include <gtk/gtk.h> wasn't found... Could you please to point me how can I specify to gcc where are stored gtk's libraries? I have tryed to specify absolute path but next problem with glib locations (gio.h not found). This is waterfall of location problems. Sorry, I have just started learn C. (but I know Linux|CentOS as well)
Manal
Honestly if it's an homework you should do it
You are right , but I should study on my exam .. if you help me I will be thankful
Anonymous
the methods returns true/false because of the datatype "bool", am i right?
Anonymous
yes
so, is this wrong? it should be "bool", right?
Talula
so, is this wrong? it should be "bool", right?
double Exponent? you can't return true or false.
Talula
It doesn't return bool
Kharon
so, is this wrong? it should be "bool", right?
yes. change returns datatype from double to bool
Anonymous
what does this mean? why does it equal to -1?
Anonymous
Possibly it's because -1 means invalid in this case
Anonymous
Why should we know?
this is an infix to postfix conversion calculator. I just want to understand how the code runs ^_^
Anonymous
hi
Anonymous
Guys If you need checkers from a particular site I can make you order them
Anonymous
Artöm
Seems this man only uses doubles for everything
Anonymous
Seems this man only uses doubles for everything
It should be even enumeration may be
Artöm
Yeah
Anonymous
Wtf it should be int
sorry.. idk who created this code. I just want to know how it runs because theres no error when I run it
Artöm
the methods returns true/false because of the datatype "bool", am i right?
> if (expr) return true; else return false; 🙈🙈🙈
Anonymous
what does this mean? why does it equal to -1?
But it generates the error Because there is no break points of some cases
Dima
is this better? haha
you can use oneliner
Anonymous
return C >= '0' && C <= '9'; Is better
Artöm
Much better
Anonymous
is this better? haha
And this is can be replaced with standard function isdigit
Anonymous
this one, right?
Anonymous
this one, right?
Are you able to read?
Redheaded_beast
yupp
Anonymous
this one, right?
Just one return statement
Artöm
Trolling intensifies
Anonymous
Are you able to read?
I just followed your reply
Anonymous
Anonymous
what is the datatype of it?
Anonymous
is it still in bool?
Artöm
You have no return in else path
Anonymous
you're hopeless
Anonymous
I just followed what danya said