Author Topic: Problem..Help appreciated  (Read 2190 times)

Brotherbear

  • Guest
Problem..Help appreciated
« on: February 20, 2013, 12:46:21 pm »
Hello all!
   I am fairly new to C programming and i encountered an issue. I made a small program that reads values and places them into an array but when i start inputting the values it works fine for a[0][0] then i get a blank space where i enter a value, then a[0][1] appears and everything works properly but i have to add an extra value. The values are placed in the array properly without that extra value. How do i fix this?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Problem..Help appreciated
« Reply #1 on: February 20, 2013, 01:12:03 pm »
The question is absolutely unrelated to Code::Blocks and therefore violating our forum rules.

NOTE: C::B is "just" an IDE, not a compiler.