Anonymous
😕
Anonymous
Guys to learn c language How many hours it will take to complete ?
I don't recomend learning C language anyway.
Vladimir
Guys to learn c language How many hours it will take to complete ?
Problem is not in language, but in all the stuff around it
Anonymous
I wanted to start with c Any boost up tips ?😊
Vladimir
thanks you mean like linux i/o streams? but there is a separate library for functions
Library is not part of language itself, it's written in that language
Anonymous
Guys to learn c language How many hours it will take to complete ?
If you are beginner in this field.. it will take weeks and months to become expert..
Anonymous
Any real life application example famous in c language Except all embedded ones😁
Mike
If you are beginner in this field.. it will take weeks and months to become expert..
Years to be more precise.....c is a 47 yr old language .... you cant summarise it in a year
Anonymous
👍
Anonymous
Twitter,amazon,google... Use one of the language as c++, Can someone help me out, which function are in c++
Anonymous
What are that function*
klimi
i mean
klimi
i should ban you for that
klimi
What are that function*
what have you read about those?
Anonymous
I mean, consider amazon give various feature ...I wanted to known that which feature actually belong to our concerned c++😊
The WARRIOR
Hello guys...can send problematics on c for Tcs..pls help me
german oak
are you 8k user!
Mat
What?
Beer WRLD
😂
Mihail
/warn ot ad
Badugar
independently of linux kernel module
Anonymous
Perfect
Now unban @landi58
Mat
Stop that.
Badugar
Nope.
Czar
elementsofprogramming book is completely free now with 2019 edition
Anonymous
Can we make character type function in c language?
Vladimir
Can we make character type function in c language?
What means "character type function"?
Anonymous
Mean can we declare a function of char data type
Stephanos
Mean can we declare a function of char data type
A function doesn't have a data type, it has a return-value-type. And yes, a function can return a char or char*
Talula
best way to learn programming?
To take a project and execute it... you can't learn anything unless you have a goal.
🌷
😞
kλletaa
gtk is a clusterfuck iirc
Jussi
gtk is a clusterfuck iirc
Tell me a simpler alternative
Jussi
gtkmm with C++ is very simple
kλletaa
IUP or wxWidgets
what roxi said
Anonymous
why .h use in c language header file.
Samiran
Oleksandr
Oleksandr
and in cpp
.hh .hpp 🌚
Till
.hh .hpp 🌚
and .h - is valid ext of cpp header
Oleksandr
.hh and .hpp - too
Till
.hh and .hpp - too
and .hxx and .h++
Oleksandr
and .hxx and .h++
stop it, you're scaring him😂
klimi
i love you rose
Tushar
😕
Mihail
and .h - is valid ext of cpp header
every header name is valid, as long as it doesn't include \n and either " or >, depending on how you include it
MᏫᎻᎯᎷᎷᎬᎠ
.hh .hpp 🌚
Soom or later this extension will disappear
Anonymous
thanks for helping
Anonymous
which site best for learn c++
Beer WRLD
Francisco
Soom or later this extension will disappear
I always use .hpp for C++ headers
MᏫᎻᎯᎷᎷᎬᎠ
I always use .hpp for C++ headers
I meant that modules are coming
MᏫᎻᎯᎷᎷᎬᎠ
No one will need header files
MᏫᎻᎯᎷᎷᎬᎠ
Unless its a lagacy code
Francisco
And how are those files gonna be called?
MᏫᎻᎯᎷᎷᎬᎠ
MᏫᎻᎯᎷᎷᎬᎠ
No more include guards
MᏫᎻᎯᎷᎷᎬᎠ
It really gonna change how C++ projects are organized
Francisco
Imports?!!🤷🏻‍♂
I mean, for example, the core.hpp file, what name will it have?
Mihail
And you'd export certain things in that module
Mihail
And then import it where you need to use it
MᏫᎻᎯᎷᎷᎬᎠ