Click here to Skip to main content
15,922,407 members
Home / Discussions / C#
   

C#

 
QuestionC++ to C#: Is it possible? Pin
Yosh_15-Aug-07 5:04
professionalYosh_15-Aug-07 5:04 
AnswerRe: C++ to C#: Is it possible? Pin
Phil J Pearson15-Aug-07 5:12
Phil J Pearson15-Aug-07 5:12 
GeneralRe: C++ to C#: Is it possible? Pin
Yosh_15-Aug-07 5:16
professionalYosh_15-Aug-07 5:16 
AnswerRe: C++ to C#: Is it possible? Pin
Dan Neely15-Aug-07 5:19
Dan Neely15-Aug-07 5:19 
GeneralRe: C++ to C#: Is it possible? Pin
Yosh_15-Aug-07 5:37
professionalYosh_15-Aug-07 5:37 
GeneralRe: C++ to C#: Is it possible? Pin
led mike15-Aug-07 5:51
led mike15-Aug-07 5:51 
AnswerRe: C++ to C#: Is it possible? Pin
Michael Sync15-Aug-07 6:36
Michael Sync15-Aug-07 6:36 
AnswerRe: C++ to C#: Is it possible? Pin
Judah Gabriel Himango15-Aug-07 7:59
sponsorJudah Gabriel Himango15-Aug-07 7:59 
Creamboy wrote:
if it is possible to convert c++ code to c#

What is it you want to do? Call C++ code from C#? Or convert your C++ code to C#?

C++ can compile to COM dlls, which can be referenced in your C# app. If you need help compiling C++ to a COM dll, you should ask in the C++ forum.

You can also compile C++ to a C++.NET dll, called C++/CLI. Search for C++/CLI on this site for articles detailing how it's done. You can then use the resulting dll in your C# project.

Creamboy wrote:
Also can i do the same for .java files?

Yes, you just have to recompile them using the J# compiler, which compiles your Java code files to a .NET dll or exe.

Another option is to use Mono's IKVM. Read more about that here[^].



Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Just F-ing Do It Smile | :)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


AnswerRe: C++ to C#: Is it possible? Pin
Dave Doknjas15-Aug-07 13:34
Dave Doknjas15-Aug-07 13:34 
AnswerRe: C++ to C#: Is it possible? Pin
Yosh_16-Aug-07 23:44
professionalYosh_16-Aug-07 23:44 
QuestionHow can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 4:36
alina_anitei15-Aug-07 4:36 
AnswerRe: How can you find where a word doc is saved? Pin
Justin Perez15-Aug-07 4:40
Justin Perez15-Aug-07 4:40 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 4:44
alina_anitei15-Aug-07 4:44 
GeneralRe: How can you find where a word doc is saved? Pin
Justin Perez15-Aug-07 4:45
Justin Perez15-Aug-07 4:45 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 4:47
alina_anitei15-Aug-07 4:47 
GeneralRe: How can you find where a word doc is saved? Pin
Justin Perez15-Aug-07 4:53
Justin Perez15-Aug-07 4:53 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 4:55
alina_anitei15-Aug-07 4:55 
GeneralRe: How can you find where a word doc is saved? Pin
Justin Perez15-Aug-07 4:57
Justin Perez15-Aug-07 4:57 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 5:00
alina_anitei15-Aug-07 5:00 
GeneralRe: How can you find where a word doc is saved? Pin
Justin Perez15-Aug-07 5:02
Justin Perez15-Aug-07 5:02 
GeneralRe: How can you find where a word doc is saved? Pin
led mike15-Aug-07 4:50
led mike15-Aug-07 4:50 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei15-Aug-07 4:51
alina_anitei15-Aug-07 4:51 
GeneralRe: How can you find where a word doc is saved? Pin
Colin Angus Mackay15-Aug-07 4:57
Colin Angus Mackay15-Aug-07 4:57 
GeneralRe: How can you find where a word doc is saved? Pin
alina_anitei16-Aug-07 3:34
alina_anitei16-Aug-07 3:34 
GeneralRe: How can you find where a word doc is saved? Pin
led mike15-Aug-07 4:58
led mike15-Aug-07 4:58 

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.