Jussi
Maybe their c library
Timon
a bit differently?
Jussi
But I think that it's not ANSI/ISO C
Timon
example arduino ide
Jussi
Their standard is different
Jussi
Timon
Looks like C
is C easier to learn than C++?
Jussi
Yes
Jussi
Well, C is easier to master
Jussi
Dunno which one is easier to learn. I would suggest you to learn C first. And really learn how memory allocation & pointers work. Then move to C++ so you understand what C++ does for you
Timon
ok because my main goal is to create simple ios and android apps and maybe write a few simple games that works on web as well
Thong
C is the best .
Jussi
Then I suggest you to have a look at node or something. Then C is not the best lang to use obviously
Timon
i want to learn Godot, they added C++ to it recently, but if i can make games with it in C maybe is easier for me to learn C
Thong
Hahaha
Timon
and this guy says C++ is better
Timon
https://youtu.be/Zm1ps9cg8I8
Jussi
and this guy says C++ is better
Well definitely don't listen to one guy
Jussi
Do you know Linus Torvalds? He says that C++ is horrible
Jussi
It's a matter of opinion
Timon
Do you know Linus Torvalds? He says that C++ is horrible
yes i saw the video of him on youtube sayin that
Harsh
yes i saw the video of him on youtube sayin that
The main difference is C is POP while C++ is OOP. Even though you can make games in C, try for C++ first
Timon
The main difference is C is POP while C++ is OOP. Even though you can make games in C, try for C++ first
ok so C++ is better for making games, then is C better for making for exampe a todo list app?
Jussi
C is better in making low-level stuff
Harsh
ok so C++ is better for making games, then is C better for making for exampe a todo list app?
Can't say which is better that way bro. Both are fast enough tho C is basically used to compile kernel and OS
Timon
C is better in making low-level stuff
ok so like creating super efficient code to run iot projects
Thong
Learn step by step
Timon
Isn't IOT python?
well i use arduino ide to create blinking leds with C code
Timon
and arduino uses C
Thong
When u know C so you can lean C++also
Harsh
and arduino uses C
Yeah I know about ardunio
Harsh
And digispark
Harsh
When u know C so you can lean C++also
I did the reverse thing tho
Jussi
IoT runs on minimum hardware, and python needs an interpreter to run. That combo does not fit into same sentence
Harsh
Learnt c++ for 2 years then C
Thong
Yessss
Thong
C++ use all programs
Timon
anyone here made money writing C programs? and what programs were the most fun to write
Timon
so happy i wrote my name in C
Oscar
Timon
guys what does /n mean in C? what does it do
Timon
sorry i mean \n
Roxifλsz 🇱🇹
It creates... A new line
ᴇᴜɢᴇɴᴇ
Hello everyone. Is there any C++ regex that will match all text before the first occurrence of the specified char (:) only if the char is present in the input sequence? Googling didn't help, nothing works.
Crush_my_love
Anonymous
No
Yes
Crush_my_love
Yes
No. C is awesome.
klimi
Yes
don't be like this
Anonymous
don't be like this
Why? I don't like C and I have reasons for this. C++ is much nicer to learn, to teach, to write
klimi
Mat
#stop-teaching-c
C is still really useful 🤷‍♂
Anonymous
this group is for c and for c++. why can't you just let it be
I'm not a fan of the "C first" way of teaching, that's it
...
depending on what you do, c can be suited way better for certain tasks than bloated c++ code
...
so how would you learn about more complicated c++ concepts without understanding any basics
Anonymous
C is still really useful 🤷‍♂
Only when you don't have C++ compiler
Anonymous
I prefer C++ or Rust to C
...
link?
Anonymous
link?
https://t.me/programminginc/242978
Mat
Only when you don't have C++ compiler
Nope. A lot of usecases doesn't need Cpp
...
...
excuse me what the fuck
...
yes! lets teach beginners some sort of 3rd party library, without them understanding the basics of the language... seriously what the hell is this talk?
klimi
whew
...
no, this shouldnt be taught to people who make contact with a new language at all
...
she also tells beginners to use vectors instead of arrays, at this point, this just teaches people how to write terrible code..