topics

全部话题 - 话题: 0x
1 2 3 4 5 末页 (共10页)
r*****3
发帖数: 143
1
中文名: 新C++标准:C++0x 概述
原名: Overview of the New C++ : C++0x
作者: Scott Meyers
图书分类: 软件
资源格式: PDF
版本: 英文文字版
出版社: Artima
书号: 978-0-596-80197-6
发行时间: 2011年
地区: 美国
语言: 英文
简介:
内容介绍:
Specification of the next version of C++ (“C++0x”) is nearing completion,
and many compilers (e.g., Visual C++ and Gnu C++) already offer several
features from the revised language. And such features! auto-declared
variables reduce typing drudgery and syntactic noise; Unicode and threading
support address important functional... 阅读全帖
s********r
发帖数: 2067
2
我想卖的物品:
citi Thank you Thankyou Points 31830 @1.0x (x>0)
单张面值:
可接受价格(必须明码标价!):
1.0x cent/point (x>0)
物品新旧要求:
邮寄方式要求:
转至你的TYP账户
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
paypal
其他补充说明:
广告的有效期:
until gone
物品来源(Required for All Cards!):
我的联系方式:
站内
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):

state and zip:
s********r
发帖数: 2067
3
我想卖的物品:
citi Thank you Thankyou Points 31830 @1.0x (x>0)
单张面值:
可接受价格(必须明码标价!):
1.0x cent/point (x>0)
物品新旧要求:
邮寄方式要求:
转至你的TYP账户
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
paypal
其他补充说明:
广告的有效期:
until gone
物品来源(Required for All Cards!):
我的联系方式:
站内
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):

state and zip:
t*****s
发帖数: 3478
N****w
发帖数: 21578
5
来自主题: Linux版 - GCC 4.5 + C++0x 发布了
http://www.h-online.com/open/news/item/GNU-Compiler-Collection-4-5-released-978399.html
C++0x 怎么个玩法?好像越搞越难用阿
弄个简化版的改叫 C+ 行不行
The GCC developers have released version 4.5 of the GNU Compiler Collection,
adding improved experimental support for the upcoming ISO C++ standard, C++
0x
t****t
发帖数: 6806
6
来自主题: Programming版 - c++0x unordered_map vs sgi hash_map
he said 0x. std::tr1 is mostly merged into std in 0x, so yes it is the same
thing.
g********4
发帖数: 4959
7
他做的好。他的拳法很难看哈。难道是乔峰打的太祖长拳?
发信人: wuliao (槑槑的槑着), 信区: Stock
标 题: Re: 干船在5.0x的价位还有这么多股票卖出来,
发信站: BBS 未名空间站 (Thu Feb 17 12:08:22 2011, 美东)
我是他的信徒
B**********r
发帖数: 7517
8
今天又给大家24.0x上船机会。如果和去年11月开始的行情一样,真有可能2-3个月到30
几刀。
纯属放炮,不负责任。
u******4
发帖数: 4281
9
等14.0x
n******6
发帖数: 1829
10
来自主题: SanFrancisco版 - loaded 10000 FB at 38.0x (转载)
【 以下文字转载自 Stock 讨论区 】
发信人: brokers (大熊), 信区: Stock
标 题: loaded 10000 FB at 38.0x
发信站: BBS 未名空间站 (Fri May 18 11:50:42 2012, 美东)
bless me
S***n
发帖数: 1582
11
来自主题: PhotoGear版 - 1.4x 1.7x or 2.0x for airshow?
i got d700 and 70-200 vrII. which teleconverter do you guys recommend for
blue angel shooting? i guess at least 1.7, better 2.0x?
thanks
S***n
发帖数: 1582
12
来自主题: PhotoGear版 - 1.4x 1.7x or 2.0x for airshow?
i got d700 and 70-200 vrII. which teleconverter do you guys recommend for
blue angel shooting? i guess at least 1.7, better 2.0x?
thanks
r*******m
发帖数: 270
13
来自主题: Linux版 - 居然没有人讨论Ubuntu 9.0x
.0x一般头4个版本都不够稳定,我在等9.05。
y***d
发帖数: 2330
14
来自主题: Linux版 - GCC 4.5 + C++0x 发布了
c++0x 有什么变化?

Collection,
++
t****t
发帖数: 6806
15
来自主题: Programming版 - 关于C++ 0X的多线程库
VS2005又不支持0X, 瞎折腾什么呀. 至少也得换到VS2010吧.
t****t
发帖数: 6806
16
来自主题: Programming版 - C++0x
concept我觉得没有也过得去, reflection还是很有用的.
关键是, 看上去0x的方向是更高层次的抽象(比如说对variadic template的支持). 但
是reflection没有的话, 这个抽象就少了一块.
e****d
发帖数: 895
17
来自主题: Programming版 - C++0x
C++0x doesn't bring too much to template except variadic
template and template alias.
Preprocessing is about token scanning and processing, which
is before the compilation stage. It might not be practical
to put in any PP api in it.
t****t
发帖数: 6806
18
来自主题: Programming版 - C++0x
of course you can. i actually wrote a framework in my work so i am quite
familiar with it. my colleagues use it and are happy with it, however they
are not programmers.
for me, an amateur programmer, the more i look at it i feel more stupid it
is---macros are typeless and syntaxless, which is against the spirit of c++.
it's not totally useless since our group use it everyday. but it is stupid.
that's why i wish they have reflection in c++0x-- but no.
of course it is built on template. but as i s... 阅读全帖
P********e
发帖数: 2610
19
来自主题: Programming版 - Unanimous approval C++0x
wiki有的page已经把c++0x换成c++11了.

http://herbsutter.com/2011/08/12/we-have-an-international-stand
but we hope it will be published well within the year, and then we’ll be
able to call it “C++11.”
哈哈,笑死了
x******r
发帖数: 3489
20
【 以下文字转载自 JobHunting 讨论区 】
发信人: xcsnrrkr (攀登者), 信区: JobHunting
标 题: c++11,c++0x,你们在用哪个编译器。
发信站: BBS 未名空间站 (Sat Feb 28 13:10:22 2015, 美东)
如题。
d*******s
发帖数: 118
21
来自主题: shopping版 - 闲话:dealsea.com的一些有趣现象
刚才研究了一下dealsea.com的访问情况,我列出了访问dealsea的人最长去的其他网站
。咋一看,几乎都是中文站点。中国人占这么大比例呀。呵呵,有点意思。
有人知道dealsea.com的来历么?是不是哪位中国同胞创业做?还是另外一种情况:有
人在mitbbs偶然介绍了一下,于是乎一个小站就活了下来。
Site Affinity
rencai8.com 460.0x
dealslist.com 380.0x
followsales.com 340.0x
iflychina.net 310.0x
wenxuntech.com 310.0x
mitbbs.com 290.0x
jiaoyou8.com 290.0x
popyard.org 260.0x
editorscloset.com 240.0x
popyard.com 240.0x
L*****y
发帖数: 4290
22
来自主题: shopping版 - 闲话:dealsea.com的一些有趣现象
dealsea 90%都是中国人

刚才研究了一下dealsea.com的访问情况,我列出了访问dealsea的人最长去的其他网站
。咋一看,几乎都是中文站点。中国人占这么大比例呀。呵呵,有点意思。
有人知道dealsea.com的来历么?是不是哪位中国同胞创业做?还是另外一种情况:有
人在mitbbs偶然介绍了一下,于是乎一个小站就活了下来。
Site Affinity
rencai8.com 460.0x
dealslist.com 380.0x
followsales.com 340.0x
iflychina.net 310.0x
wenxuntech.com 310.0x
mitbbs.com 290.0x
jiaoyou8.com 290.0x
popyard.org 260.0x
editorscloset.com 240.0x
popyard.com 240.0x
i**p
发帖数: 902
23
来自主题: Programming版 - unsigned long long
哪位大牛能解释一下ullong 1, ullong 2, ullong 4, ullong 5 的输出吗?
此程序在 Android (GB) emulator 上运行。
//刚刚发现,程序中的反斜杠都被mitbbs过滤掉了。
printf("sizeof(unsigned int): %dn", sizeof(unsigned int));
printf("sizeof(unsigned long): %dn", sizeof(unsigned long));
printf("sizeof(unsigned long long): %dn", sizeof(unsigned long long));
unsigned int uint=0x01020304;
printf("uint: 0x%xn", uint);
unsigned long ulong=0x01020304;
printf("ulong 1: 0x%xn", ulong);
printf("ulong 2: 0x%lxn", ulong);
u... 阅读全帖
j******m
发帖数: 85
24
来自主题: Classified版 - 【出售】lowes [email protected];[email protected];itune [email protected]; sunoco [email protected]
PM联系
接受paypal和BOA
l*******a
发帖数: 6688
25
来自主题: Classified版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
Label ready or within 2 weeks.
Ship from MD
l*******a
发帖数: 6688
26
来自主题: Classified版 - [出售]brother [email protected] [email protected] [email protected] [email protected]
Label ready or within 2 weeks.
Ship from MD
c**4
发帖数: 1316
27
来自主题: FleaMarket版 - UA 里程[email protected],af gc [email protected] ,ihg [email protected] ,Hilton [email protected]
我要卖的物品:
出售United,里程
可接受价格(必须明码标价):
UNITED:118 K (1.6)
af gc [email protected]/* */
ihg [email protected]/* */
Hilton [email protected]/* */
付款方式说明:
Chase Quickpay, or nonCC Paypal.
不转让账号,不转里程。您查好行程,我帮您出票。 (United requires credit card
match account holder name)
广告的有效期:
till gone
我的联系方式:
Please PM
c**4
发帖数: 1316
28
来自主题: FleaMarket版 - UA 里程[email protected],af gc [email protected] ,ihg [email protected] ,Hilton [email protected]
我要卖的物品:
出售United,里程
可接受价格(必须明码标价):
UNITED:118 K (1.6)
af gc [email protected]/* */
ihg [email protected]/* */
Hilton [email protected]/* */
付款方式说明:
Chase Quickpay, or nonCC Paypal.
不转让账号,不转里程。您查好行程,我帮您出票。 (United requires credit card
match account holder name)
广告的有效期:
till gone
我的联系方式:
Please PM
c**4
发帖数: 1316
29
来自主题: FleaMarket版 - UA 里程[email protected],target gc [email protected] ,ihg [email protected] ,Hilton [email protected]
我要卖的物品:
出售United,里程
可接受价格(必须明码标价):
UNITED:118 K (1.6)
,target gc [email protected]/* */
ihg [email protected]/* */
Hilton [email protected]/* */
付款方式说明:
Chase Quickpay, or nonCC Paypal.
不转让账号,不转里程。您查好行程,我帮您出票。 (United requires credit card
match account holder name)
广告的有效期:
till gone
我的联系方式:
Please PM
l*******a
发帖数: 6688
30
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
Label ready or within 2 weeks.
Ship from MD
l*******a
发帖数: 6688
31
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
32
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
33
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
Up
l*******a
发帖数: 6688
34
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
35
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
36
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
Label ready or within 2 weeks.
Ship from MD
l*******a
发帖数: 6688
37
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
38
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
39
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
40
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
41
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
42
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
re
l*******a
发帖数: 6688
43
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
44
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
45
来自主题: FleaMarket版 - [出售]epson [email protected] [email protected] [email protected] [email protected]
Up
l*******a
发帖数: 6688
46
来自主题: FleaMarket版 - [出售]brother [email protected] [email protected] [email protected] [email protected]
Label ready or within 2 weeks.
Ship from MD
l*******a
发帖数: 6688
47
来自主题: FleaMarket版 - [出售]brother [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
48
来自主题: FleaMarket版 - [出售]brother [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
49
来自主题: FleaMarket版 - [出售]brother [email protected] [email protected] [email protected] [email protected]
up
l*******a
发帖数: 6688
50
来自主题: FleaMarket版 - [出售]brother [email protected] [email protected] [email protected] [email protected]
up
1 2 3 4 5 末页 (共10页)