Built-in functions | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Built-in functions

I'm starting to wonder about built-in functions in C++. Is there that with this language?

10th May 2018, 4:12 AM
Michelle
Michelle - avatar
5 Answers
+ 13
Certainly. Take a look into the C++ standard library. https://www.geeksforgeeks.org/cpp-stl-tutorial/
10th May 2018, 4:18 AM
Hatsy Rei
Hatsy Rei - avatar
+ 10
Michelle SoloLearn doesn't cover all of STL, but we are moving slowly towards community-generated content. Assuming that you are using the SoloLearn mobile app, you can find lessons on utilizing some of the mentioned headers, as well as common sorting algorithms. <vector>, for instance: https://www.sololearn.com/learn/261/?ref=app
10th May 2018, 8:57 AM
Hatsy Rei
Hatsy Rei - avatar
+ 3
The website does lack features available on the mobile app (challenges, community generated lessons/assignments, news feed for user activity, code comments, etc. Added a link for ref) Sololearn is still in the process of porting some of the features. https://www.sololearn.com/Discuss/1172089/?ref=app
10th May 2018, 12:55 PM
Hatsy Rei
Hatsy Rei - avatar
+ 1
Thanks a bunch! I appreciate it! Are they gonna cover any of that here on sololearn?
10th May 2018, 5:09 AM
Michelle
Michelle - avatar
+ 1
Hatsy, I was mostly doing the lessons on the mobile app until I found I could continue it on my laptop. Are there different features on the mobile app that you don't see through a standard browser on a laptop? I just finished Functions and am starting on Classes. After going through Functions and seeing a few Size and Time (isn't Sum one too?) I just thought the concept of being able to reference a library might be handy so students don't have to reinvent the wheel.
10th May 2018, 12:44 PM
Michelle
Michelle - avatar