Re: I need very fast help, like within the hour, please!
question what exactly does "n total" mean and do? never heard of anything like that before
EDIT, i tryed to add what u said in... but for some reason now when i activate the program, everything broke down int o massive ENDLESS ammount of numbers? so i dont know what to do agian
well alteast i THINK i did it as u said....
Last edited by SwiftXShadow; January 16th, 2013 at 08:48 AM.
Re: I need very fast help, like within the hour, please!
question what exactly does "n total" mean and do? never heard of anything like that before i think i am doing something wrong
i put the int nTotal = 0; to the top where i declare all my other stuff like int i,j;
and then nTotal += maatriks[i][3]); inside one of the loops? wow i just relized it is probably hard for you to understand half of my code because a lot of the words are written in first language
Re: I need very fast help, like within the hour, please!
ou sorry, the first sentance of my second post somehow came along with my last one,
i corrected the space but i still coulnt get it work, i think i am putting the nTotal += maatriks[i][3]); in the wrong place maybe? Where exactly in the code am i suppose to put it, the endless numbers stoped with the N fixing, but now simply nothing happens when i add that part? i must be doing something really wrong.
Re: I need very fast help, like within the hour, please!
Originally Posted by SwiftXShadow
ou sorry, the first sentance of my second post somehow came along with my last one,
i corrected the space but i still coulnt get it work, i think i am putting the nTotal += maatriks[i][3]); in the wrong place maybe? Where exactly in the code am i suppose to put it, the endless numbers stoped with the N fixing, but now simply nothing happens when i add that part? i must be doing something really wrong.
Let's see what you have. If your instructor is right there, can you ask him/her?
Re: I need very fast help, like within the hour, please!
i think i put it in the loop.....(if i understand correctly what loop means..... it is an english word that i have never heard before, my programming is taught to me in my own language so i am trying really hard to get to the right place)
Re: I need very fast help, like within the hour, please!
Originally Posted by SwiftXShadow
i think i put it in the loop.....(if i understand correctly what loop means..... it is an english word that i have never heard before, my programming is taught to me in my own language so i am trying really hard to get to the right place)
Re: I need very fast help, like within the hour, please!
lol i wish, i can ask but they wont answer, as i said "i have to do it myself by any way i can find out how or feagure out how, he simply wont tell me how, so he isnt an option to find out form"
also a LOT of the code is right now overlaping itself cuz i leave in every single thing i learned right now and once i get something done i delete out the crap. If anything is ununderstandebe because estonian i can translate most
Re: I need very fast help, like within the hour, please!
You've been told several times you don't need a loop that increments the column variable. You've also been told several times that to access the third column, the index should be 2, not 3.
Bookmarks