Thread: Input from a file using statistical calculations

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    any code?

    first you need to learn file I/O...

    clarify you data file... which one is it?

    ACCT# Int R Balance Months Deposit WithD Deposit
    3456 0.03 1256.89 4 0.00 56.00 100.00
    3456 0.03 1256.89 4 0.00 56.00 100.00
    3456 0.03 1256.89 4 0.00 56.00 100.00

    or

    ACCT# Int R Balance Months Deposit WithD Deposit
    3456 0.03 1256.89 4 0.00 56.00 100.00
    ACCT# Int R Balance Months Deposit WithD Deposit
    3456 0.03 1256.89 4 0.00 56.00 100.00
    ACCT# Int R Balance Months Deposit WithD Deposit
    3456 0.03 1256.89 4 0.00 56.00 100.00

    or

    3456 0.03 1256.89 4 0.00 56.00 100.00
    3456 0.03 1256.89 4 0.00 56.00 100.00
    3456 0.03 1256.89 4 0.00 56.00 100.00

    //edit: didn't realize you double posted... I copied this into the other post (http://cboard.cprogramming.com/showt...362#post317362)
    Last edited by major_small; 10-09-2003 at 12:33 PM.
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. File transfer- the file sometimes not full transferred
    By shu_fei86 in forum C# Programming
    Replies: 13
    Last Post: 03-13-2009, 12:44 PM
  2. can someone help me with these errors please code included
    By geekrockergal in forum C Programming
    Replies: 7
    Last Post: 02-10-2009, 02:20 PM
  3. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  4. Encryption program
    By zeiffelz in forum C Programming
    Replies: 1
    Last Post: 06-15-2005, 03:39 AM