Lecture 3 | Programming Abstractions (Stanford)
Top Comments
All Comments (74)
-
how to download videos on you tube
-
@ProvokeLaughter If you can acquire the libs and header files they use, you could follow along more easily. If your goal is learning C++, it's better to learn its standard library first; your source code is portable and the library's behavior is defined by the ISO standard.
What's important, in this course, is learning the basic programming concepts, which you can apply to any language. I'm not a fan of C++, but working through the exercises and assignments can be helpful.
-
i am rly new to c++, and am partly confused... so if she is not using standard libraries am i not supposed to watch the lectures 'cuz it'd be misleading or 'cuz i won't have the "private" libraries and her way of writing codes in my exam..?
-
She said this is not C++ class...
-
Skippyjon Jones Children's Books XD
-
:) May I hang out with you Online?, other than that... I'm still rather new to programming.



I don't understand why they teach their own custom functions from the CIS106 library. why not teach standard functions commonly used like rand(); and srand():. What good is information on their custom library opposed to the standard library functions which perform the same tasks and are widely used and recognized.
Pontifican 2 years ago 49
They should use standardized libraries. ;/
aznkidd07 2 years ago 42