+ 29
Does Sololearn support learning C language ?
I don't see any option in the code playground of C language.
11 Antworten
+ 4
Here is an example:
https://code.sololearn.com/cjFjAFriLAuj/?ref=app
+ 11
The #2 latest thread about C course in SL:
https://www.sololearn.com/Discuss/569771/?ref=app
+ 5
You can code in C through C++ if you use the right preprocessors
+ 4
No sadly. People have been asking for it for a while now but I don't think we will be getting the course.
+ 3
@Rolf
C is part of C++
I believe whatever C can do can be done in C++
+ 3
No, but will like to see them too🐒🐒
+ 2
No.
If you want an online c IDE, try
https://repl.it/languages/c
+ 2
Sololearn obviously doesn't support any 'old fashioned' programming languages like Assembler, BASIC, Pascal, C, Prolog, COBOL and so on. Do you want to write an Operating System using C? I think Sololearn is just for beginners in programming and this kind of people are loving languages that are 'hip', that are discussed and are being still developed. So there are not enough 'customers' for that kind of online tutorials. But that's just my opinion.
+ 2
it's teaching you c++
however if you are able to learn c++.....then c would be entirely covered except for that it has its own syntax and instances
+ 1
yes
+ 1
In the 1990s - C - and - C++ - were explained as being different programming languages. Wikipedia writes: "Before the initial standardization in 1998, C++ was developed by Bjarne Stroustrup at Bell Labs since 1979, as an extension of the C language as he wanted an efficient and flexible language similar to C, which also provided high-level features for program organization (...) Initially, Stroustrup's "C with Classes" added features to the C compiler, Cpre, including classes, derived classes, strong typing, inlining and default arguments.
In 1983, "C with Classes" was renamed to "C++" (++ being the increment operator in C), (...)"