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

Managed C++/CLI

 
GeneralRe: Please help memory management Pin
Member 1282783222-Nov-16 22:04
Member 1282783222-Nov-16 22:04 
Questionwhy c++ is still being used? Pin
babak111019-Nov-16 22:53
babak111019-Nov-16 22:53 
QuestionRe: why c++ is still being used? Pin
Jochen Arndt19-Nov-16 23:01
professionalJochen Arndt19-Nov-16 23:01 
AnswerRe: why c++ is still being used? Pin
John Schroedl21-Nov-16 4:12
professionalJohn Schroedl21-Nov-16 4:12 
AnswerRe: why c++ is still being used? Pin
Eddy Vluggen21-Nov-16 4:31
professionalEddy Vluggen21-Nov-16 4:31 
GeneralRe: why c++ is still being used? Pin
Afzaal Ahmad Zeeshan24-Nov-16 1:27
professionalAfzaal Ahmad Zeeshan24-Nov-16 1:27 
GeneralRe: why c++ is still being used? Pin
Eddy Vluggen24-Nov-16 1:51
professionalEddy Vluggen24-Nov-16 1:51 
GeneralRe: why c++ is still being used? Pin
Afzaal Ahmad Zeeshan24-Nov-16 2:13
professionalAfzaal Ahmad Zeeshan24-Nov-16 2:13 
Quote:
Well, it is also not completely true.
Because it was not meant to be. Laugh | :laugh: It was merely a rant, or joke. Wink | ;-)
Quote:
Most parts of the modern OSes is made in C and C++
Most part comes from C, that contains Assembly in __asm or similar. C++ is just used to create most APIs, because you can provide a simple abstraction there. You can provide underlying implementation of the system and services, then you leave it in the hands of programmers.

Of course drivers need to be fast, but what a driver is merely a program in the forest of services running. Tree (program) can be a class, a forest is abstraction, and... You cannot do that easily in C — that is why we have demons in Linux and you can write in in any definition, there is nothing to implement, nothing to inherit and nothing to worry about.

Move a bit ahead, enter the realm of C++, Qt for instance, you need to write classes as inherited ones and then you can compile that across. Qt is used for driver development.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~

GeneralRe: why c++ is still being used? Pin
Eddy Vluggen24-Nov-16 2:35
professionalEddy Vluggen24-Nov-16 2:35 
GeneralRe: why c++ is still being used? Pin
Afzaal Ahmad Zeeshan24-Nov-16 2:36
professionalAfzaal Ahmad Zeeshan24-Nov-16 2:36 
GeneralRe: why c++ is still being used? Pin
Munchies_Matt28-Mar-17 23:31
Munchies_Matt28-Mar-17 23:31 
GeneralRe: why c++ is still being used? Pin
Afzaal Ahmad Zeeshan29-Mar-17 5:32
professionalAfzaal Ahmad Zeeshan29-Mar-17 5:32 
GeneralRe: why c++ is still being used? Pin
Munchies_Matt29-Mar-17 21:13
Munchies_Matt29-Mar-17 21:13 
GeneralRe: why c++ is still being used? Pin
Richard Deeming24-Nov-16 1:58
mveRichard Deeming24-Nov-16 1:58 
GeneralRe: why c++ is still being used? Pin
Eddy Vluggen24-Nov-16 2:05
professionalEddy Vluggen24-Nov-16 2:05 
GeneralRe: why c++ is still being used? Pin
Munchies_Matt28-Mar-17 23:33
Munchies_Matt28-Mar-17 23:33 
AnswerRe: why c++ is still being used? Pin
Afzaal Ahmad Zeeshan24-Nov-16 1:38
professionalAfzaal Ahmad Zeeshan24-Nov-16 1:38 
AnswerRe: why c++ is still being used? Pin
Munchies_Matt28-Mar-17 23:56
Munchies_Matt28-Mar-17 23:56 
AnswerRe: why c++ is still being used? Pin
Rollin Shultz19-Aug-18 4:16
Rollin Shultz19-Aug-18 4:16 
QuestionUsing Electric Cloud Accelerator with C++/CLI code Pin
John Schroedl31-Oct-16 9:07
professionalJohn Schroedl31-Oct-16 9:07 
AnswerRe: Using Electric Cloud Accelerator with C++/CLI code Pin
Afzaal Ahmad Zeeshan24-Nov-16 1:45
professionalAfzaal Ahmad Zeeshan24-Nov-16 1:45 
QuestionC# Reading XML Pin
Member 1221232410-Oct-16 15:09
Member 1221232410-Oct-16 15:09 
QuestionRe: C# Reading XML Pin
Richard MacCutchan10-Oct-16 21:53
mveRichard MacCutchan10-Oct-16 21:53 
QuestionWorking with date_t and time_t Pin
for study23-Sep-16 22:13
for study23-Sep-16 22:13 
AnswerRe: Working with date_t and time_t Pin
Richard MacCutchan23-Sep-16 22:53
mveRichard MacCutchan23-Sep-16 22:53 

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.