Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
test
#include <iostream> #include <iomanip> using namespace std; int main() { string str = "Hi, I love c++"; for (char c:str){ cout << c << endl; } return 0; }
run
|
edit
|
history
|
help
0
maya angelou
test
Synchro#1
5345
Simple use of function templete and namespace
Inherit
BubDoubLinArray
30 აპრილი
rotation
remove_copy_if-30-Seconds-of-C++