由买买提看人间百态

topics

全部话题 - 话题: winrt
首页 上页 1 2 3 4 5 6 (共6页)
P********e
发帖数: 2610
1
恩,跑到vc++ developer blog看了一圈.发现COM又活了,有趣。win8以后的开发又是他
了,换了个名字WinRT.
BUILD应该会announce. 我估计他们不会直接说sl/wpf失败,而且会有新的.net. 只是
以后我们又重新支持native c++ development了。
其实现在win7里大部分也都还是COM.只是真没想到30年河东,30年河西。被人叫老古董
的东西又有用处了。

during
s***o
发帖数: 2191
2
It's true and it's part of the reason why Sinofsky hates .NET and DevDiv
so
much.
Now in Windows 8, the WinRT has a lot of .NET features, and the new C++/CX
has reflection, event, delegate, property, intellisense, ......, But they
are not .NET and C#, both are "native".
The Longhorn dream comes true, just with a different approach.
P*******n
发帖数: 1408
3
现在越发糊涂了,微软到底卖的什么药?Window8扯出来的winRT, metro,是咋末回事?
这些破玩意不就把WPF给废了吗?silverlight已经要被抛弃了,网络用html5,
javascript,怎么地,拿广大码工开涮呢?感觉现在的C#比java好太多了,可微软这么
搞,还有用吗?
S**I
发帖数: 15689
4
WinRT和Metro是给tablet app开发用的,Win8的Desktop mode下可以继续用.NET作为开
发平台。
p*a
发帖数: 592
5
最近听了一个Win8讲座,这个winRT号称是native code, 别名COM3,和.NET没啥关系
,不支持文件系统,也不可以访问Local的WCF service,也不能用sqlite,只能和云联
系。真不知道除了写个烂手机app,谁会用它。
N********n
发帖数: 8363
6
来自主题: Programming版 - 为什么很多开发者恨微软

70% of human interaction with the outside world is done visually so
the user experience of a 24' screen powered by a desktop beats a 10'
or 4' mobile device any day of the week.
Mobiles can only play catch up with what desktop does, and that's
not just b/c their screen. For desktops there's no worry of battery
life, heat and size so the hardware can unleash its full power w/o
the kinda compromise mobile devices make. It's hard fact, especially
hard for you to swallow apparently, but fact noneth... 阅读全帖
k**********g
发帖数: 989
7

This is WinForms, not MFC. WinForms is a framework for building business-
looking GUI quickly. It is only available on managed languages - Common
Language Runtime (CLR), the virtual machine made by Microsoft.
The language you're seeing is either C++/CLI or C++/CX. Neither of them are
C++.
The information below applies to Visual Studio Express editions. According
to rumors (I cannot confirm or deny it) the Express editions (which are free
) do not come with MFC. Trying to use MFC on these free ... 阅读全帖
x****u
发帖数: 44466
8
所以说微软决定搞平板后,扔掉了搞了多年的CLR/GC,又做了一个几乎一样的WinRT/RC
。OSX更是在移动设备上就不开GC。
x****u
发帖数: 44466
9
来自主题: Programming版 - c++程序员现在该何去何从?
对于纯C++程序员来说一点也不简单。
就说和C++最友好的MS吧,WinRT开发光是搞懂那套CX语法就得花点时间。
N********n
发帖数: 8363
10
来自主题: Programming版 - 为啥没人吊.net c#语言?

SL已经演变成现在WINDOWS PHONE和WINRT了,比原来WEB PLUGIN面还广。
x****u
发帖数: 44466
11
你都是用Hello World研究效率的么?
先搞清楚Process里面各显示栏都是啥意思吧?Windows最失败的地方就是没有什么靠谱
共享组件规范,所以WinRT大笨慢热。现在三哥搞出了全盘静态链接的办法加速,耶~
~~
桌面和移动设备,没有慢程序只有慢架构。
x****u
发帖数: 44466
12
电池没法无限做大,所以现在安卓勉强塞得进去,WinRT就不行了。
v******n
发帖数: 421
13
来自主题: Programming版 - 版上还有人编写COM吗?
windows store apps 底层还是com,modern com also known as winrt
x****u
发帖数: 44466
14
来自主题: Programming版 - C++14新特性
是的,WinRT编程的async模板已经非常疯狂了,我曾经花了一整天算一个展开。。。
k**********g
发帖数: 989
15
来自主题: Computation版 - 请教 MATLAB 和 c/fortran 实现的可能性

到c
(1) MEX C (C++ can also be used.)
http://www.mathworks.com/help/matlab/ref/mex.html
Drawbacks:
(1.1) Each MEX C library (DLL) can only export one MATLAB function.
(1.2) While that MEX C function is executing, MATLAB cannot perform any
other operations. MATLAB will remain blocked.
(1.3) When the MEX C function finishes, it is terminated. Any data that is
not returned back to the MATLAB workspace will be lost. It cannot retain any
"object state" in the memory.
Because of the limitations, MEX C... 阅读全帖
s******y
发帖数: 172
16
来自主题: DataSciences版 - 诚心请教如何转data science
借楼主的帖子一起来问。
我是EE背景,信号处理方向。毕业后一直作应用程序开发的编程工作,主要用C/C++,
涉及算法时也用一些Matlab。自己学过Python,Java,但没在工作中用过。
现在年纪见长,不想搞应用程序开发了,尤其是编写用户界面的工作技术含量不高却很
繁琐,技术更新还快。我这些年都在用MFC,要追赶潮流就得用.Net,可WinForms早过
气了,还没开始学WPF呢,WinRT又出来了。我个人对这些用户界面的技术更新没什么兴
趣了,想着自己数学底子还行,想转Data Science。
我在coursera和edx上也发现了一些ML和DS的课程,打算一一学过去,不知道对转行帮
助大部大?
我的其他问题和楼主一样,此外找DS方向的工作该用什么关键字来搜呢?
谢谢。
z*******n
发帖数: 1034
17
来自主题: MobileDevelopment版 - windows-platform-developer-august-updates
Windows platform developer August updates
August 4, 2014 by Cliff Simpkins // PC, Phone, Tablet
This morning, the Windows platform team has released three new Windows
platform developer updates available for you:
Visual Studio 2013 Update 3 is now available, providing a number of
productivity improvements for the Windows platform developer
The Windows Phone 8.1 Update emulator package is also now available,
providing you with the latest phone image to test your app
And the Windows Ph... 阅读全帖
m*********k
发帖数: 10521
18
来自主题: _mitbbscheck版 - 2013.01.06首页文章奖励
本次统计截止时间为:2013-01-06 01:01:00 (美东时间)
成功奖励 20 伪币的用户: bibo, BMN66, bulletin, cartier2000, cnwarrior,
cocojumbo, coldknight, CTSports, daxigua111, eagle7, ellieo, genetics2012,
goodstudent1, Great2009, Hanamizi, harlyluyar, Hetzer, huaqizhiqing, jimwu,
jpostsildavi, juanxi, kickok, laufine, lesson, ljiiuan2, mayo, memorize,
mitbbsshare, Moneycome, nova888, openBSD, peng800, powerrc, pracci,
qilikala888, redarm, rock888, rookiejane, ShuaigeUSA, stellarni, tgbrfv,
tianyuan1, treexlx, waiting140, xins... 阅读全帖
首页 上页 1 2 3 4 5 6 (共6页)