User profile: opataris

User info
User name:opataris
History
Joined:
Number of posts:6
Latest posts:

Function - pass by reference - duplication?
Oh, I see! I figured since there were two different strings I needed to cout twice. But essentiall...

Function - pass by reference - duplication?
The task is to write a function that prints out the const string& that is being called in the main, ...

Bool function for Prime Numbers
Thank you so much for taking the time to help me. I appreciate it, truly.

Bool function for Prime Numbers
The for loops are not nested in the technical sense, but the first for loop in main has a function a...

Bool function for Prime Numbers
Thank you for the replies. I tried it jonnin's way, and I still got the same numbers. Primes: 5 7 ...