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

Managed C++/CLI

 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 1:36
lavy288328-May-07 1:36 
GeneralRe: error to the input string..please help Pin
Giorgi Dalakishvili28-May-07 2:29
mentorGiorgi Dalakishvili28-May-07 2:29 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 2:39
lavy288328-May-07 2:39 
GeneralRe: error to the input string..please help [modified] Pin
teejayem28-May-07 6:07
teejayem28-May-07 6:07 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 7:20
lavy288328-May-07 7:20 
GeneralRe: error to the input string..please help Pin
Christian Graus28-May-07 11:10
protectorChristian Graus28-May-07 11:10 
GeneralRe: error to the input string..please help Pin
lavy288328-May-07 22:30
lavy288328-May-07 22:30 
Questionclasses a few questions Pin
Xeef26-May-07 11:41
Xeef26-May-07 11:41 
hi all

if some one whit knowledege coud sacrify 2-3 minutes it woud save me a day time Wink | ;)

a have a class X now i wana make a class Y wich woud derive all methodes, variables of X and has new ones
i wana ensure in X that certain methode are implemented in Y wich arent in X but declared
i wana overwrite methodes of X in Y
how do i write functions for operators that this works :

Myclass a=Myclass();
a++;
a=a*a;
...
..

i was try to use System::String inside a struct and was geting erros that i cant use a managed type in a struct blabla
i have solved this by using a class instead but woud by nice to know if there is a way around
similair problems seams to ocure if i try to use them as static
i woud like to have a static array in my class whit a pointer to all instances of this class this is important else way i have trubel

if some one coud give me a 10-20 line example it woud by great
just code no need for description
AnswerRe: classes a few questions Pin
Xeef26-May-07 22:03
Xeef26-May-07 22:03 
AnswerRe: classes a few questions Pin
Christian Graus27-May-07 0:09
protectorChristian Graus27-May-07 0:09 
QuestionRETURN VALUE TO WHERE Pin
KARFER25-May-07 6:19
KARFER25-May-07 6:19 
AnswerRe: RETURN VALUE TO WHERE [modified] Pin
Mark Salsbery25-May-07 6:19
Mark Salsbery25-May-07 6:19 
AnswerRe: RETURN VALUE TO WHERE Pin
Christian Graus25-May-07 9:57
protectorChristian Graus25-May-07 9:57 
QuestionRe: RETURN VALUE TO WHERE Pin
Hamid_RT28-May-07 7:29
Hamid_RT28-May-07 7:29 
Questionhow do i remove a MouseEventHandler [modified] Pin
Xeef25-May-07 3:14
Xeef25-May-07 3:14 
Questionc++ coding Pin
farrakh25-May-07 0:17
farrakh25-May-07 0:17 
AnswerRe: c++ coding Pin
led mike25-May-07 5:09
led mike25-May-07 5:09 
GeneralRe: c++ coding Pin
Mark Salsbery25-May-07 6:19
Mark Salsbery25-May-07 6:19 
GeneralRe: c++ coding Pin
Mark Salsbery25-May-07 10:48
Mark Salsbery25-May-07 10:48 
AnswerRe: c++ coding Pin
Christian Graus25-May-07 9:58
protectorChristian Graus25-May-07 9:58 
GeneralRe: c++ coding Pin
Hamid_RT28-May-07 7:25
Hamid_RT28-May-07 7:25 
Questionquestion Pin
faradgi24-May-07 13:20
faradgi24-May-07 13:20 
AnswerRe: question Pin
Christian Graus24-May-07 20:29
protectorChristian Graus24-May-07 20:29 
AnswerRe: question Pin
Kevin McFarlane26-May-07 6:20
Kevin McFarlane26-May-07 6:20 
AnswerRe: question Pin
Hamid_RT28-May-07 7:30
Hamid_RT28-May-07 7:30 

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.