First time using templates and multiple errors occurredYes I did include it, here is prime_sieve(): [code] template <class T> std::vector<bool> inpal::prim...
First time using templates and multiple errors occurredI am trying to incorporate templates into a library I am building. While doing this I was exposed to...
Dont know what type to use for this lambda parameterWould you advice the use of std::size_t in the other functions instead of long long. Or was this jus...
Dont know what type to use for this lambda parameterI have a function max_palprime(n) that is supposed to find the highest palindromic prime less or equ...
Cant understand why this isnt workingok the pn_count function worked like this before: [code] long long inpalprime::pn_count(long long n...
This user does not accept Private Messages