Thread: integral of a function

  1. #1
    Registered User
    Join Date
    Mar 2013
    Posts
    2

    integral of a function

    A C ++ program that estimates the integral of a function.
    Last edited by Asaad Salim; 03-30-2013 at 04:43 PM.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    What have you accomplished so far?
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    Registered User
    Join Date
    Mar 2013
    Posts
    2
    Elysia ,What do you mean?

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    See the homework policy.
    Show some effort. If you have coded anything, post your source. If you are having problems, than ask a specific question about what you are confused about.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Questions about integral for Bessel function
    By victor_liang in forum C++ Programming
    Replies: 1
    Last Post: 05-09-2012, 01:18 PM
  2. Integral Conversions
    By DL1 in forum C Programming
    Replies: 3
    Last Post: 03-20-2009, 08:13 AM
  3. expression must be of integral type in function main()
    By Panian in forum C++ Programming
    Replies: 3
    Last Post: 01-30-2009, 10:35 AM
  4. integral promotions
    By St0rM-MaN in forum C Programming
    Replies: 7
    Last Post: 06-28-2007, 04:37 PM
  5. integral of 1/x
    By Silvercord in forum A Brief History of Cprogramming.com
    Replies: 43
    Last Post: 03-19-2004, 07:47 AM