Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Overland pg. 68
//g++ 5.4.0 // overland pg. 68 adding Oct. 25, 2019 #include <iostream> using namespace std; int main() { int sum = 0; int n= 0; do { cout << "Please enter a number (0 for exit) :"; cin >> n; n += sum; } while (n> 0); cout << " The sum is "<<sum<<endl; return 0; }
run
|
edit
|
history
|
help
0
Listas enlazadas - dividir lista en dos reutilizando nodos
reverseKNode
use of assert to check a particular situation! (throws error)
vector fr
ewfgrthry
Default_Template
parallel_for_each
temporaries and move constructor
NameTempSpecial2
Exempel 1