deque prime number

Apr 12, 2018 at 10:14pm
hello i have a question i need help using deque
i have an object with my deque i been doing some research i see people do it with bool ,and using sieve of eranthoses method not sure what function to use i try push_back it just doesnt see to work any advice please.



1
2
std::deque<std::uint64_t> object;
return object
Apr 13, 2018 at 7:36am
What is the meaning of this 2 lines of code?
Topic archived. No new replies allowed.