Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Fungsi dan for
//g++ 7.4.0 #include <iostream> using namespace std; void cetak(){ for(int i=0; i<10; i++){ cout<<"TendyC++.blogspot.com"<<endl; } } main(){ cetak(); }
run
|
edit
|
history
|
help
0
SVGAnimated Value
lambda demo
C++ - Chained Methods
better o/p of factor problem
Bitfield too small to hold all enum values
Base conversion
Permute
riemann
2015(M2)Mod.
compile-time check of existness of method of a class