d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Puzzle Crossword > Fill Puzzle In Coonstructor
Add Reply New Topic New Poll
Member
Posts: 2
Joined: Mar 10 2017
Gold: 0.00
Mar 10 2017 11:54pm
CrossWord()

Creates a puzzle of 10x10 -- also fills the puzzle*

CrossWord(int size)

Creates a puzzle of sizexsize – also fills the puzzle*
how i can do that
Member
Posts: 3,197
Joined: May 4 2013
Gold: 1,457.00
Mar 11 2017 06:17am
Code

function CrossWord(int size=10) {
// defaults to 10
}
Member
Posts: 2
Joined: Mar 10 2017
Gold: 0.00
Mar 11 2017 10:28am
Quote (nuvo @ Mar 11 2017 05:17pm)
Code
function CrossWord(int size=10) {
// defaults to 10
}

what is the meaning of fill the puzzle

Member
Posts: 36,123
Joined: Jul 18 2008
Gold: 2,407.00
Mar 11 2017 01:23pm
Quote (KhanAhsan55 @ Mar 11 2017 11:28am)
what is the meaning of fill the puzzle


You'll have to ask whoever gave you the assignment.
Member
Posts: 24,772
Joined: Mar 7 2008
Gold: 15.00
Mar 12 2017 07:43am
Quote (Mastersam93 @ 11 Mar 2017 14:23)
You'll have to ask whoever gave you the assignment.


ya this
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll