Reverse PInvoke and create a full unmanaged C# program
Posted
by Fire-Dragon-DoL
on Stack Overflow
See other posts from Stack Overflow
or by Fire-Dragon-DoL
Published on 2010-05-11T16:11:51Z
Indexed on
2010/05/11
16:14 UTC
Read the original article
Hit count: 333
I know this is a strange question but the idea is simple: I prefer C# syntax rather than C++: -Setters and getters directly inside a property -interfaces -foreach statement -possibility to declare an implicit cast operator
other small things...
What I really don't know is if is possible to import a c++ dll (expecially std libraries) in C# if I don't use any namespace (even System)
The idea is just to write a program using everything that you will normally use in C++ (nothing from CLR so), even printf for example
Thanks for any answer
© Stack Overflow or respective owner