Author Topic: help....  (Read 2344 times)

iwtkms

  • Guest
help....
« on: April 02, 2017, 12:10:51 am »
I've been working for 2 hours at a certain program , 1 hour of which i've been struggling with bugs.
And so I have to get over with just another bug  , but it seems like i can't because codeblocks is retarded.
Short story long , i have a matrix which stores some certain values.
my problem is that when the for variable i (the line) is 1575 and the for variable j(the column) is 853650 , m[7][v2[7]] fucking modifies its value by magic when the program sets a value for m[1575][v2[1575]] (the second parameter v2[...] doesn't matter , what matters is that im setting a value for an element from the row 1575 and the program sets the same value for the row 7 aswell , which it shouldn't happen from my c++ knowledge). Has my IDE gone retarded or should I take a break from programming , im confused.
If you notice anything helpful , please PLEASE tell me.
« Last Edit: April 02, 2017, 12:12:29 am by iwtkms »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: help....
« Reply #1 on: April 02, 2017, 12:19:03 am »
Please read this FAQ, the rules and come back if you find an issue related to C::B and or the configuration of C::B.
Please do not ask general programming questions here, thank you.
Topic locked, because it violates our forum rules.