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

Managed C++/CLI

 
GeneralRe: initializer for arrays Pin
Nishad S20-Oct-05 1:08
Nishad S20-Oct-05 1:08 
GeneralRe: initializer for arrays Pin
prasad_som20-Oct-05 1:06
prasad_som20-Oct-05 1:06 
AnswerRe: initializer for arrays Pin
Nemanja Trifunovic20-Oct-05 2:57
Nemanja Trifunovic20-Oct-05 2:57 
Questiondoes anybody know any free tool for format source code ? Pin
CooperWu19-Oct-05 17:15
CooperWu19-Oct-05 17:15 
AnswerRe: does anybody know any free tool for format source code ? Pin
RichardS25-Oct-05 23:22
RichardS25-Oct-05 23:22 
QuestionCompact Direct Acyclic ByteVector Graph Pin
uno freeware19-Oct-05 16:48
uno freeware19-Oct-05 16:48 
QuestionCopy Ctor in inheritance Pin
LiYS19-Oct-05 16:26
LiYS19-Oct-05 16:26 
AnswerRe: Copy Ctor in inheritance Pin
Johann Gerell19-Oct-05 20:26
Johann Gerell19-Oct-05 20:26 
Since you've chosen to implement a copy assignment ctor, you really have to do it properly. It's a ctor and it's up to you to choose how to initialize bases and members, just as with the default ctor. When you implement a copy assignment ctor, it's your responsibility to initialize everything correctly. If you don't provide specific initialization for bases or members, their default ctors are used for initialization.

If you don't implement a copy assignment ctor, the compiler will generate one that makes binary copies of PODs and calls copy assignment ctors where such are available.

--
The Blog: Bits and Pieces

-- modified at 2:29 Thursday 20th October, 2005
GeneralRe: Copy Ctor in inheritance Pin
LiYS19-Oct-05 21:16
LiYS19-Oct-05 21:16 
QuestionCalling managed code from unmanaged C++ Pin
Ludwig319-Oct-05 12:22
Ludwig319-Oct-05 12:22 
AnswerRe: Calling managed code from unmanaged C++ Pin
ursus zeta22-Oct-05 11:54
ursus zeta22-Oct-05 11:54 
QuestionExpanding DOS Command-line arguments Pin
ben0909018-Oct-05 16:40
ben0909018-Oct-05 16:40 
AnswerRe: Expanding DOS Command-line arguments Pin
Christian Graus18-Oct-05 17:23
protectorChristian Graus18-Oct-05 17:23 
QuestionNetwork Programming Pin
Member 121638118-Oct-05 8:23
Member 121638118-Oct-05 8:23 
Questionvirtual functions Pin
aloktambi18-Oct-05 1:33
aloktambi18-Oct-05 1:33 
AnswerRe: virtual functions Pin
Cedric Moonen18-Oct-05 4:48
Cedric Moonen18-Oct-05 4:48 
QuestionHow make Voice Chat server/Client ? Pin
ferhattt8417-Oct-05 23:46
ferhattt8417-Oct-05 23:46 
AnswerRe: How make Voice Chat server/Client ? Pin
TheGreatAndPowerfulOz19-Oct-05 11:24
TheGreatAndPowerfulOz19-Oct-05 11:24 
Questionlinked list Pin
da_comp_learner17-Oct-05 20:31
da_comp_learner17-Oct-05 20:31 
AnswerRe: linked list Pin
Cedric Moonen18-Oct-05 4:50
Cedric Moonen18-Oct-05 4:50 
AnswerRe: linked list Pin
Christian Graus18-Oct-05 12:04
protectorChristian Graus18-Oct-05 12:04 
QuestionHelp I am new to C++ Pin
nnmc0117-Oct-05 8:00
nnmc0117-Oct-05 8:00 
AnswerRe: Help I am new to C++ Pin
Bob Flynn17-Oct-05 8:18
Bob Flynn17-Oct-05 8:18 
AnswerRe: Help I am new to C++ Pin
Christian Graus17-Oct-05 12:07
protectorChristian Graus17-Oct-05 12:07 
AnswerRe: Help I am new to C++ Pin
TheGreatAndPowerfulOz19-Oct-05 11:28
TheGreatAndPowerfulOz19-Oct-05 11:28 

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.