0
STREAM AND SEMICOLON
what is stream in c++? what does semicolon means in c++?
2 Réponses
+ 1
Quote:
he Semicolon lets the compiler know that it’s reached the end of a command.
https://www.geeksforgeeks.org/role-of-semicolon-in-various-programming-languages/
+ 1
Stream is a group of bytes. A filestream, can read, write amd search the content of a file. For example.
http://www.cplusplus.com/reference/iolibrary/
https://www.tutorialspoint.com/cplusplus/cpp_files_streams.htm