Click here to Skip to main content
15,889,096 members
Home / Discussions / Java
   

Java

 
GeneralRe: programming Pin
Richard MacCutchan19-Dec-12 23:11
mveRichard MacCutchan19-Dec-12 23:11 
GeneralRe: programming Pin
quest4knowledge20-Dec-12 6:44
quest4knowledge20-Dec-12 6:44 
GeneralRe: programming Pin
April Fans27-Dec-12 3:54
April Fans27-Dec-12 3:54 
QuestionInfix to Prefix, Incorrect output Pin
SamuelSkenzy15-Dec-12 14:19
SamuelSkenzy15-Dec-12 14:19 
AnswerRe: Infix to Prefix, Incorrect output Pin
TorstenH.16-Dec-12 19:47
TorstenH.16-Dec-12 19:47 
QuestionProblem in scanning from file in Sudoku backtracking Pin
Member 858607213-Dec-12 22:10
Member 858607213-Dec-12 22:10 
SuggestionRe: Problem in scanning from file in Sudoku backtracking Pin
Richard MacCutchan13-Dec-12 22:50
mveRichard MacCutchan13-Dec-12 22:50 
GeneralRe: Problem in scanning from file in Sudoku backtracking Pin
Member 858607213-Dec-12 23:17
Member 858607213-Dec-12 23:17 
Yeah you're right...ok...as you see in the input file , the values in the first line ais like this : 3 0 0 9 0 0 2 0 0
it means that in array (matrix[][]) the values should be like this :
matrix[0][0]=3
matrix[0][1]=0
matrix[0][2]=0
matrix[0][3]=9
.
.
.
and so on...until matrix[8][8]=0...(as we have in input file)
but what I see is like this :
matrix[0][0]=51 !!!!!
matrix[0][1]=32...
matrix[0][2]=48...
and so on until the last one....and the interesting thing is that the size of the matrix that I defined in my code is matrix[9][9]...but when I debug the code it's like that :
matrix[9][17]!!!! I mean the last element of matrix is in matrix[8][16] with "48" for the value...
I hope that I've explained clearly...if it's not obvious tell me to explain more...
GeneralRe: Problem in scanning from file in Sudoku backtracking Pin
Richard MacCutchan13-Dec-12 23:47
mveRichard MacCutchan13-Dec-12 23:47 
GeneralRe: Problem in scanning from file in Sudoku backtracking Pin
Member 858607214-Dec-12 0:30
Member 858607214-Dec-12 0:30 
QuestionHow can I get the use of a female's voice in Java Pin
Showlar13-Dec-12 6:30
Showlar13-Dec-12 6:30 
AnswerRe: How can I get the use of a female's voice in Java Pin
Richard MacCutchan13-Dec-12 7:37
mveRichard MacCutchan13-Dec-12 7:37 
AnswerRe: How can I get the use of a female's voice in Java Pin
TorstenH.16-Dec-12 19:50
TorstenH.16-Dec-12 19:50 
GeneralRe: How can I get the use of a female's voice in Java Pin
April Fans26-Dec-12 17:06
April Fans26-Dec-12 17:06 
Questionj2me Pin
4yee12-Dec-12 7:23
4yee12-Dec-12 7:23 
AnswerRe: j2me Pin
TorstenH.12-Dec-12 22:29
TorstenH.12-Dec-12 22:29 
SuggestionRe: j2me Pin
April Fans26-Dec-12 17:08
April Fans26-Dec-12 17:08 
Questionparse and validation in validation.txt Pin
duka_pa11-Dec-12 11:05
duka_pa11-Dec-12 11:05 
AnswerRe: parse and validation in validation.txt Pin
Richard MacCutchan11-Dec-12 11:16
mveRichard MacCutchan11-Dec-12 11:16 
Questionreading barcode Pin
junaid_ullah7-Dec-12 10:18
junaid_ullah7-Dec-12 10:18 
AnswerRe: reading barcode Pin
Richard MacCutchan7-Dec-12 22:07
mveRichard MacCutchan7-Dec-12 22:07 
GeneralRe: reading barcode Pin
junaid_ullah8-Dec-12 4:36
junaid_ullah8-Dec-12 4:36 
GeneralRe: reading barcode Pin
Richard MacCutchan8-Dec-12 22:23
mveRichard MacCutchan8-Dec-12 22:23 
QuestionHow to validate our signature with our public key? Pin
IICTECH6-Dec-12 19:45
IICTECH6-Dec-12 19:45 
AnswerRe: How to validate our signature with our public key? Pin
IICTECH11-Dec-12 19:51
IICTECH11-Dec-12 19:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.