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

Managed C++/CLI

 
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 
GeneralRe: Creating Multi-Dimensional Controls Pin
Hmmkk17-Jun-05 7:15
Hmmkk17-Jun-05 7:15 
Also.. now I have thought about an other way to solve this puzzle layout. My new solution does however come into the same problem after awhile.
The new one is more like this:

A sub sub class called PuzzleCell (just every single cell, should be 81)
A sub class called PuzzleBox (groups 9 cells together as a 3x3 box and check)
A class called Puzzle (consists of those 9 3x3 boxes)

But same problem... when I try to create/initiate the PuzzleCell and try to make it 81 of them by doing as this: PuzzleCell *puzzleCell[81], or without being a pointer. It gives me error about __gc classes cant do such things(not specify a size)?
How to solve this?
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 
AnswerRe: Panel as percentage of main window?? Pin
Saksida Bojan15-Jun-05 20:26
Saksida Bojan15-Jun-05 20:26 

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.