I am a beginner C ++ programmer, and I am still learning the basics, but I have a simple question about the standard library and STL in C ++, I think this is not from The Core language, I mean this library just to simplify programming and portability, and this means that if I learn and master the rules in C ++, I can create my own, I mean, in general, this calling experience by practicing. Example: cout is a standard output function, but if I want to program GUI software for Windows, for example, I will never just look at it !! My question is: is this true? And if not, then why?
Octet source
share