CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ciscoqueen90x

Search: Search took 0.01 seconds.

  1. Re: Worked on this C++ function assignment for about 8 hours!!! Please post solution.

    Wow, I did not know that. Thank you, I will have to try that.
  2. Re: Worked on this C++ function assignment for about 8 hours!!! Please post solution.

    What if there are no values listed in the watch window? Sometimes that happens to me.
  3. Re: Worked on this C++ function assignment for about 8 hours!!! Please post solution.

    #include <iostream>
    using namespace std;
    bool isPrime(int value); //Prototyle for "prime number function"
    int reverse (int value2); //Prototype for "emirp function"

    int main()
    {
    //Ask the...
  4. Worked on this C++ function assignment for about 8 hours!!! Please post solution.

    Calculate the first N emirp (prime, spelled backwards) numbers, where N is a positive number that the
    user provides as input. An Emirp is a prime number whose reversal is also a prime. For...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured