Thread: Source Code needed

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jun 2007
    Posts
    63
    Even what you say is valid, we may help him by giving him some instructions.

    Well, try firstly writing a function which will calculate the factorial.

    It will look like something like that:

    int Factorial(int n);

    Later we discuss it.

  2. #2
    Fear the Reaper...
    Join Date
    Aug 2005
    Location
    Toronto, Ontario, Canada
    Posts
    625
    Well, for those who don't mind giving away answers to people who do not even have the slightest desire to learn, feel free to do so. Realise, though, that by doing so :

    1) You will not be compensated.
    2) You likely will not be credited.
    3) You will not be helping anyone.

    If you are comfortable with the following, code away.
    Teacher: "You connect with Internet Explorer, but what is your browser? You know, Yahoo, Webcrawler...?" It's great to see the educational system moving in the right direction

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 4
    Last Post: 01-18-2008, 07:05 PM
  2. Documenting Source Code
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-04-2008, 12:18 PM
  3. Source code needed
    By siavoshkc in forum C++ Programming
    Replies: 17
    Last Post: 02-20-2006, 10:16 PM
  4. Lines from Unix's source code have been copied into the heart of Linux????
    By zahid in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 05-19-2003, 03:50 PM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM