C++ | Language behavior | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

C++ | Language behavior

Yesterday evening I decided to put a first foot inside C++ and for sure I use Sololearn for that and for the moment everything is "easy" since I know PHP/JS/AS3. At the same time I start to see talking about compiler... Ok no pb... then I see talking about compilerS with differents behavior 😨 feel the omg coming inside me... but Ok why not 😏 so now I try to see what's the behavior of that language environment? Is it like in the web, you have basics languages CSS/JS/PHP and peoples build libraries?

14th Apr 2017, 1:09 PM
Geoffrey L
Geoffrey L - avatar
3 Answers
+ 4
Does it have a library such as jQuery but for C++, a angularJs... this kind things... I guess yes, so what would be most popular of them and what are their purpose? 🤔
14th Apr 2017, 1:10 PM
Geoffrey L
Geoffrey L - avatar
+ 2
A compiler translate your cpp source files in machine code. There are many out there targeting different platforms and supporting different versions of C++.
14th Apr 2017, 2:18 PM
lulugo
lulugo - avatar
+ 2
There is this cool programmer on YouTube who just started a C++ video series for beginners. You might want check it out. But there are probably also other good tutorials. Here is the link: https://youtu.be/18c3MTX0PK0
14th Apr 2017, 2:24 PM
lulugo
lulugo - avatar