| Author: Kr. Hemendra Singh Shaktawat 06 Sep 2006 | Member Level: Gold | Rating:  Points: 2 |
Hi,
Yes you can do. .NET supports almost 45 different languages.
Hope this helps.
Good Luck
Hemendra Singh Shaktawat
Mindfire Solutions www.mindfiresolutions.com
|
| Author: Dhyanchandh.A.V 06 Sep 2006 | Member Level: Gold | Rating:  Points: 2 |
U can use C++ code in .NET Microsoft has made an attempt to bring the C++ syntax and language to the .NET Framework This is called Managed C++
|
| Author: Sidhartha Gundavarapu 07 Sep 2006 | Member Level: Gold | Rating:  Points: 2 |
build all the c++ code into a COM dll and use COM callable wrapper to create an interop and use that interop in ur .Net app
|