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

Managed C++/CLI

 
AnswerRe: PROG TO ERASE...help Pin
Christian Graus20-Oct-06 3:32
protectorChristian Graus20-Oct-06 3:32 
QuestionC++ algorithms Pin
abac_mefisto19-Oct-06 22:13
abac_mefisto19-Oct-06 22:13 
AnswerRe: C++ algorithms Pin
Christian Graus20-Oct-06 0:36
protectorChristian Graus20-Oct-06 0:36 
Questionhi Pin
sudha_sen19-Oct-06 19:17
sudha_sen19-Oct-06 19:17 
AnswerRe: hi Pin
Jonathan [Darka]19-Oct-06 23:37
professionalJonathan [Darka]19-Oct-06 23:37 
AnswerRe: hi Pin
Christian Graus20-Oct-06 0:38
protectorChristian Graus20-Oct-06 0:38 
QuestionCONSTRUCTOR - CLASSES Pin
sahoong19-Oct-06 5:53
sahoong19-Oct-06 5:53 
AnswerRe: CONSTRUCTOR - CLASSES Pin
Christian Graus19-Oct-06 6:00
protectorChristian Graus19-Oct-06 6:00 
I doubt this is a managed C++ question.

What makes you think it would be necessary ? You get a default constructor for free, you can hide that by making it private, and you can add any sort of constructor you want. If you want to pass anything to the constructor, you need to write one. If you have any pointers or variables that need to be initialised ( which seems likely ) then you need a constructor to do that. But the fact that you're doing mathematical operations is of itself irrelevant, what matters is the needs of the specific class.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

QuestionAdding UserControl from exe to the Toolbox [VS8] Pin
Bartosz Bien18-Oct-06 7:17
Bartosz Bien18-Oct-06 7:17 
QuestionCan Managed C++ Class Library DLLs be pirated? Pin
earlgraham18-Oct-06 6:54
earlgraham18-Oct-06 6:54 
AnswerRe: Can Managed C++ Class Library DLLs be pirated? Pin
Christian Graus18-Oct-06 7:13
protectorChristian Graus18-Oct-06 7:13 
GeneralRe: Can Managed C++ Class Library DLLs be pirated? Pin
earlgraham18-Oct-06 7:58
earlgraham18-Oct-06 7:58 
GeneralRe: Can Managed C++ Class Library DLLs be pirated? Pin
Christian Graus18-Oct-06 8:03
protectorChristian Graus18-Oct-06 8:03 
QuestionInterop help! - No symbols loaded Pin
orion450018-Oct-06 4:57
orion450018-Oct-06 4:57 
AnswerRe: Interop help! - No symbols loaded Pin
User 58385218-Oct-06 12:57
User 58385218-Oct-06 12:57 
GeneralRe: Interop help! - No symbols loaded Pin
orion450019-Oct-06 9:08
orion450019-Oct-06 9:08 
QuestionHELP WITH MY 4TH ORDER RUNGE-KUTTA ALGORITHM Pin
sahoong18-Oct-06 3:51
sahoong18-Oct-06 3:51 
AnswerRe: HELP WITH MY 4TH ORDER RUNGE-KUTTA ALGORITHM Pin
Christian Graus18-Oct-06 4:01
protectorChristian Graus18-Oct-06 4:01 
QuestionImporting functions from Fortran [modified] Pin
Epi18-Oct-06 0:33
Epi18-Oct-06 0:33 
QuestionHardware drive serial encryptor/decryptor Pin
Cyclone0217-Oct-06 2:15
Cyclone0217-Oct-06 2:15 
AnswerRe: Hardware drive serial encryptor/decryptor Pin
Christian Graus17-Oct-06 7:18
protectorChristian Graus17-Oct-06 7:18 
QuestionRTC issue Pin
Cristi B17-Oct-06 0:01
Cristi B17-Oct-06 0:01 
AnswerRe: RTC issue Pin
Christian Graus17-Oct-06 7:18
protectorChristian Graus17-Oct-06 7:18 
AnswerRe: RTC issue Pin
Cristi B17-Oct-06 20:33
Cristi B17-Oct-06 20:33 
GeneralRe: RTC issue Pin
Christian Graus17-Oct-06 22:50
protectorChristian Graus17-Oct-06 22:50 

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.