Sieve of Eratosthenes code problemThank you very much. It helped and I understood what I did wrong.
Sieve of Eratosthenes code problemWhen I made step by step debugging, the program was terminated at 'while' cycle. I write my code i...
Sieve of Eratosthenes code problemIf the input value is 26 it works very well. But if I input 27 or more it is terminated with message...
Sieve of Eratosthenes code problemGood day. I am new at c++ and while doing an exercise about the Sieve of Eratosthenes i've met a...