Thread: user define function

  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    2

    user define function

    halo, i have problem
    wat is the difference among these:

    1)double cal_speed(double, double, double)
    2)double cal_speed(double, *double, *double)
    double cal_speed(double, double, double*)

  2. #2
    ---
    Join Date
    May 2004
    Posts
    1,379
    read the text book your professor gave you
    or read here
    http://www.acm.uiuc.edu/webmonkeys/b...guide/1.3.html
    Last edited by sand_man; 10-14-2004 at 04:31 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Need help with Bitmap Display
    By The Brain in forum Windows Programming
    Replies: 7
    Last Post: 03-23-2009, 05:33 AM
  3. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  4. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  5. LISP (DrScheme) any one?
    By Jeremy G in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 03-31-2004, 12:52 PM