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

Managed C++/CLI

 
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 
GeneralRe: Questions Pin
Christian Graus16-Jun-05 17:45
protectorChristian Graus16-Jun-05 17:45 
GeneralRe: Questions Pin
Saksida Bojan16-Jun-05 19:15
Saksida Bojan16-Jun-05 19:15 
GeneralRe: Questions Pin
Christian Graus17-Jun-05 21:19
protectorChristian Graus17-Jun-05 21:19 
GeneralAssembly language using Visual C++ .Net IDE Pin
alexwkobe15-Jun-05 0:33
alexwkobe15-Jun-05 0:33 
GeneralRe: Assembly language using Visual C++ .Net IDE Pin
tom_dx17-Jun-05 2:24
tom_dx17-Jun-05 2:24 
GeneralRe: Assembly language using Visual C++ .Net IDE Pin
alexwkobe19-Jun-05 13:47
alexwkobe19-Jun-05 13:47 
QuestionPanel as percentage of main window?? Pin
richiemac14-Jun-05 22:20
richiemac14-Jun-05 22:20 

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.