+ 1
Can I learn C language with this app?
18 Respuestas
+ 7
You should to learn C++ first
https://www.sololearn.com/discuss/608805/?ref=app
+ 7
The C++ course
You do not need to know C to start
C can be used with C++.
That is on of the reason why C++ is powerful
https://www.sololearn.com/Course/CPlusPlus/?ref=app
+ 7
Please do not forget, to give the best answer checkmark. To the user that best answers your question.
+ 7
@Baptiste
C++ has the power of C
+ 7
the STL is a core function of C and C++.
I believe the only time using C++ cstd library is if you ABOSLUTELY need preformance and do not need any C++ code.
Unless there is another reason I am not aware of.
+ 6
A IDE
- tutorial to make a C program
https://www.sololearn.com/discuss/410578/?ref=app
+ 6
A thread for beginners
https://www.sololearn.com/discuss/595802/?ref=app
+ 5
C programming
https://www.sololearn.com/discuss/635969/?ref=app
+ 4
@Martin
Thank you again!
+ 4
Baptiste
C++ can do anything C can because,
C++ is an extension of C.
+ 4
I do not know about that...
+ 3
C++ is powerful but C is more powerful than C++
But no, regretfully we can't learn C here ...
+ 2
Not ALL, it was true at the beginning but the two languages are evolving apart from each other. And C++ is still less performing than C, even if C++ is one of the most (if not the most) performing OOP language
+ 2
@Baptise
You are right and OOP Language would be slower than a functional language.
but in terms of operations, C code can be done using the C standard library from C++.
example
<cstdio>
<stdio.h>
both can be used by C++
+ 2
Yes sure ! And C++ is easier to use with more paradigms and so on ... More paradigms so slower ^^
But the debate was already "exists" in another thread, I do not think someone should pick a language because it is better but because he loves it more.
😊
(I didn't find the real thread)
https://www.sololearn.com/discuss/353360/?ref=app
+ 2
I am not comparing them I wanted to stress, that you can use C code in C++.
Nothing else.
+ 1
Oh then yes, you can, but for most of the part, it would be bad practice :p