This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / Is there any new C++ (native code, non-dotNet), say Microsoft C++ development platform/technology available? I want something to easily create nice look UI, I am using VS.Net 2005 MFC, not good though.
-lifepartner(lifepartner);
2009-8-19
(#5493858@0)
-
这本身就跟原始社会干活差不多,估计挺难有现代化工具。
-tjhong(我检讨);
2009-8-19
(#5493972@0)
-
There is no powerful, easy-to-use, new, well-designed C++ IDE tool for Windows at all? I have to use C++ as many system level programming can not be done in either C# or Java.
-lifepartner(lifepartner);
2009-8-19
(#5494067@0)
-
what about QT?
-frankwoo(柳五随风);
2009-9-17
(#5556263@0)
-
Have you tried WPF? Windows Presentation Foundation?
-hkchan(0);
2009-9-18
(#5556442@0)
-
He/She said non-dotNet
-tjhong(我检讨);
2009-9-18
(#5556580@0)
-
my mistake.
-hkchan(0);
2009-9-18
(#5556592@0)
-
You can create UI in .net and create components for low level system call in native C++. Call these components from your UI.
-steve888(Steve曾经曰过);
2009-9-18
(#5556596@0)
-
Can you build UI using Flash, Silverlight, WPF, all business logic is in native C++ and using web services as interface? So they are all loosely coupled.
-hkchan(0);
2009-9-18
(#5556611@0)
-
Just curious, why not using .net, WPF? and what is not good enough to create nice looking UI using .Net.
-hkchan(0);
2009-9-18
(#5556978@0)