Code::Blocks Forums

User forums => Help => Topic started by: iwtkms on April 02, 2017, 12:10:51 am

Title: help....
Post by: iwtkms 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.
Title: Re: help....
Post by: Jenna on April 02, 2017, 12:19:03 am
Please read this FAQ (http://wiki.codeblocks.org/index.php/FAQ-General#Q:_What_Code::Blocks_is_not.3F), the rules (http://forums.codeblocks.org/index.php/topic,9996.0.html) 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.