Click here to Skip to main content
15,925,440 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionHow can i keep zeros infornt of an int? Pin
Lagwagon5621-Jun-05 10:54
Lagwagon5621-Jun-05 10:54 
AnswerRe: How can i keep zeros infornt of an int? Pin
Christian Graus21-Jun-05 13:57
protectorChristian Graus21-Jun-05 13:57 
QuestionManaged Class Wrapper around Native class question? Pin
Bart-Man20-Jun-05 7:05
Bart-Man20-Jun-05 7:05 
QuestionArray of a __gc class? Pin
Hmmkk19-Jun-05 23:56
Hmmkk19-Jun-05 23:56 
AnswerRe: Array of a __gc class? Pin
Saksida Bojan25-Jun-05 9:14
Saksida Bojan25-Jun-05 9:14 
GeneralUsing Context Free Grammers Pin
fordge19-Jun-05 22:06
fordge19-Jun-05 22:06 
QuestionConsole::WriteLine(S"Hello World"); ? Pin
...---...18-Jun-05 16:26
...---...18-Jun-05 16:26 
AnswerRe: Console::WriteLine(S"Hello World"); ? Pin
Hmmkk19-Jun-05 23:52
Hmmkk19-Jun-05 23:52 
GeneralRe: Console::WriteLine(S"Hello World"); ? Pin
Anonymous20-Jun-05 7:09
Anonymous20-Jun-05 7:09 
GeneralC++ data strucures..help needed Pin
Member 205623318-Jun-05 14:53
Member 205623318-Jun-05 14:53 
GeneralRe: C++ data strucures..help needed Pin
toxcct20-Jun-05 5:59
toxcct20-Jun-05 5:59 
GeneralHelp: change the 'Resource File Name' property Pin
Qwick Miller18-Jun-05 13:22
Qwick Miller18-Jun-05 13:22 
GeneralRe: Help: change the 'Resource File Name' property Pin
Saksida Bojan27-Jun-05 10:06
Saksida Bojan27-Jun-05 10:06 
GeneralImage Processing Pin
usbah18-Jun-05 0:06
usbah18-Jun-05 0:06 
GeneralCreating Multi-Dimensional Controls Pin
Hmmkk17-Jun-05 1:21
Hmmkk17-Jun-05 1:21 
Is it possible to create for example a control like Label in a way that it can be indexed with dimensions?
Example:
Label *myLabel[9][9];

Obviously the tests I have made shows that the compiler doesn't like this at all and fails.
Is there a way to use the built in classes or can you make your own Label class somehow? If so, how?

The program I'm implenting this into will consist of 9x9 Labels, like a board but it shall only contain numbers from 1-9. It's actually a puzzle called Sudoku. It consists of 9 3x3 boxes.
Rules of Suduko:
1. Place numbers (1-9) in each blank cell.
2. Each row (nine lines from left to right), column (also nine lines from top to bottom) and 3x3 block bounded by bold line (nine blocks) contains number from 1 throught 9.
GeneralRe: Creating Multi-Dimensional Controls Pin
Hmmkk17-Jun-05 7:15
Hmmkk17-Jun-05 7:15 
GeneralManaged C++ DLL that uses DirectShow Pin
CVertex16-Jun-05 17:34
CVertex16-Jun-05 17:34 
GeneralRe: Managed C++ DLL that uses DirectShow Pin
ursus zeta18-Jun-05 8:31
ursus zeta18-Jun-05 8:31 
GeneralRe: Managed C++ DLL that uses DirectShow Pin
CVertex21-Jun-05 17:34
CVertex21-Jun-05 17:34 
GeneralThis is WAY beyond me. Pin
ursus zeta25-Jun-05 8:54
ursus zeta25-Jun-05 8:54 
GeneralRe: This is WAY beyond me. Pin
CVertex25-Jun-05 21:48
CVertex25-Jun-05 21:48 
GeneralHelp with type "ref"...... Pin
Qwick Miller16-Jun-05 11:17
Qwick Miller16-Jun-05 11:17 
GeneralRe: Help with type "ref"...... Pin
Christian Graus16-Jun-05 17:44
protectorChristian Graus16-Jun-05 17:44 
GeneralRe: Help with type "ref"...... Pin
Qwick Miller17-Jun-05 13:06
Qwick Miller17-Jun-05 13:06 
GeneralQuestions Pin
Saksida Bojan15-Jun-05 20:23
Saksida Bojan15-Jun-05 20:23 

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.