How to use C++ in project Net Compact Framework

Hi all,

I am new with Net Compact Framework.Cos i always use evc++.
Hope that i don't make some stupid question.

Now i need the graphic ( with button, colors, everything like that ).
In vs2005 beta 2,for vc++ it supports only MFC.So it's not interesting
like in win32 where we can use Qt.

So my question is that:
can i use c# with net compact framework to make an interface graphic user,
and use C++ for the other Cos in C++ project i can use C with keyword,
extern "C", it exist with extern "cplusplus+" or extern "C" in project C#

Thank for reply.

Julien T


Answer this question

How to use C++ in project Net Compact Framework