Thread: Help. Beginner Programmer

  1. #16
    Registered User
    Join Date
    Aug 2010
    Posts
    12
    Thank you so much! With all your hints, I finally got most of it. The program runs smoothly except the first value for Tarray and Varray are zero's when they're not supposed to be.

  2. #17
    Registered User
    Join Date
    May 2010
    Location
    Naypyidaw
    Posts
    1,314
    Code:
    	float Vavg[17];
    	float Tperiod[17];
    	float Vcalc[17];
    Aren't these all supposed to have 18 elements?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Beginner programmer
    By Kool4School in forum C Programming
    Replies: 16
    Last Post: 11-24-2008, 01:16 PM
  2. beginner c++ programmer compile errors
    By dodo10 in forum C++ Programming
    Replies: 4
    Last Post: 05-28-2008, 04:37 PM
  3. Beginner Programmer
    By silverjump in forum C++ Programming
    Replies: 2
    Last Post: 04-04-2005, 06:03 PM
  4. Beginner c++ programmer looking for suggestions....
    By Sheshi in forum C++ Programming
    Replies: 6
    Last Post: 03-08-2003, 04:38 PM
  5. Any beginner C++ programmer wants to.....
    By incognito in forum C++ Programming
    Replies: 5
    Last Post: 12-06-2001, 08:15 AM