C++, asking for libraries! (read desc) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C++, asking for libraries! (read desc)

There are a lot of shortcuts in c++, which is good, but as a beginner i would like to skip them. Are there any library that can help me by adding print instead of cout and stuff like that?

12th Mar 2020, 6:12 AM
Jack Josefsson
Jack Josefsson - avatar
2 Answers
+ 1
But why you want this? Did you know `cout` or `cin` brings a lot of ease in use? For example, there's no need to know specific details like format specifiers etc. when reading input or writing output using these streams.
12th Mar 2020, 6:57 AM
Ipang
+ 1
Use #include<bits/stdc++.h> Ipang 🙂
2nd May 2020, 8:22 PM
Avishek Chowdhury
Avishek Chowdhury - avatar