Do you have a question, help in your code ( perhaps need assistance)? Share it😊 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

Do you have a question, help in your code ( perhaps need assistance)? Share it😊

13th Dec 2017, 11:10 AM
George Victor Uche
George Victor Uche - avatar
8 Answers
+ 11
@Jo-Jo #include is know as a preprocessor directive, which is used to load files. It is the very first step to start the program In C++.So the file should be loaded first. <>indicate the start and end of a file name to be loaded. <iostream> is used so that we can cin and cout in the C++ program. They both are the part of input output library files. Hope this helps. 😊
18th Dec 2017, 10:13 AM
George Victor Uche
George Victor Uche - avatar
24th Dec 2017, 2:42 PM
Aayush Bhansali
Aayush Bhansali - avatar
16th Dec 2017, 7:20 PM
George Victor Uche
George Victor Uche - avatar
+ 4
@Leo lol
13th Dec 2017, 11:14 AM
Umbe
Umbe - avatar
+ 3
@Aayush Bhansali I could generate a correct output when I replaced bin.reverse() with bin[::-1]. You see, list.reverse reverses the list, but you need to print the list after the operation is performed. Eg - list.reverse() print(list) #list.reverse() cannot be printed.
24th Dec 2017, 4:02 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 2
The following program is to be submitted as a project in my school. https://drive.google.com/folderview?id=1W7suNhZQ5kuBae3NY2_ifV94XLTkoRnS Please review and provide suggestions if possible. Note - Kindly read the ReadMe.txt before using the program. Prerequisites - Windows, 64 bit
13th Dec 2017, 12:05 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 2
Hello! I’m wondering, how can you let people, for example, fill in their names in your code? (Php)
14th Dec 2017, 7:46 AM
Emsyz.L
Emsyz.L - avatar
+ 2
So I have just started and I’m confused about the #include and <iosstream> and all that stuff. The way it is explained is complicated.
17th Dec 2017, 12:54 AM
Jo-Jo