What are the tags uesd in c++ .I am new | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What are the tags uesd in c++ .I am new

Pls tell me how it can be used in commuter

25th Dec 2016, 1:08 PM
thesinghaa
thesinghaa - avatar
6 Answers
+ 2
Do you mean headers ? like #include <string> or #include <iostream> ?
25th Dec 2016, 6:53 PM
Kourosh Azizi
Kourosh Azizi - avatar
+ 2
well there are different ones that you can find online, but I name some: u know u must use #include for all of them, so I don't include that. <iostream> for input and output <string> for strings like sentences or words <vector> for vectors <iomanip> for setw() ,the width <cmath> for sqrt() and pow(), used for math stuff <ctime> for srand and seek time <cstdlib> for srand and seek time I always use the last two together cause they are needed if you wanna build a random number.
26th Dec 2016, 1:15 AM
Kourosh Azizi
Kourosh Azizi - avatar
+ 1
Do you mean the librarys like <iostream> or do you mean something like cin, cout, rand()?
25th Dec 2016, 7:44 PM
JAN R.
JAN R. - avatar
+ 1
yea
26th Dec 2016, 12:56 AM
thesinghaa
thesinghaa - avatar
+ 1
I recently made a YouTube channel that is under developing and I am going over basic stuff to the complicated stuff. if u interested to watch my videos look up Kourosh Azizi and stay tune. :)
26th Dec 2016, 1:18 AM
Kourosh Azizi
Kourosh Azizi - avatar
0
thank you
26th Dec 2016, 1:16 AM
thesinghaa
thesinghaa - avatar