Search:

Type: Posts; User: kapok

Search: Search took 0.00 seconds.

  1. thank you guys. i feel like an idiot; after...

    thank you guys.
    i feel like an idiot; after someone else points out your flaw it is blatantly obvious.
    i am still very shaky on the basics; i have been programming a grand total of about 6 days.
    i...
  2. Segmentation fault using recursion to find factorial

    Noob here.
    The title says it all.



    //using recursion to find the factorial of an entered number

    #include <iostream>
    using namespace std;
    int x;
Results 1 to 2 of 2