发新话题
打印

[C] [最新修改]通用LRC读取程序

本主题由 KingsamChen 于 2008-9-27 17:20 解除置顶

回复 15楼 的帖子

4 A structure is a class defined with the class-key struct; its members and base classes (clause 10) are public by default
(clause 11).
A union is a class defined with the class-key union; its members are public by default and it holds only one
data member at a time (9.5). [Note: aggregates of class type are described in 8.5.1. —end note ] A POD-struct is an
aggregate class that has no non-static data members of type non-POD-struct, non-POD-union (or array of such types) or
reference, and has no user-declared copy assignment operator and no user-declared destructor. Similarly, a POD-union
is an aggregate union that has no non-static data members of type non-POD-struct, non-POD-union (or array of such
types) or reference, and has no user-declared copy assignment operator and no user-declared destructor. A POD class is
a class that is either a POD-struct or a POD-union.

TOP

汗……
那干脆直接写Class多好……structure我都容易拼错……

TOP

vs + vss 没有在 st 的时候自动提示?
我们可能会闲下来,但是我们的电脑不会...
浪费CPU Time一秒钟,拖累人类科学进程一百年
欢迎来到中国分布式计算总站! http://www.equn.com    http://www.equn.com/forum/

TOP

vs + vss = ?

TOP

我也不懂 等18楼的来解答下
举世誉我而不加劝 举世非我而不加沮
http://hi.baidu.com/sruingking

TOP

回复 18楼 的帖子

应该会~
但是基本没用过
以前没有VAX的时候,拼structure很容易拼错

TOP

还没咋滴呢就淘汰了

现在歌词格式这样排了,我写的程序没法正常显示完了,抽个时间完善下:s027:
附件: 您所在的用户组无法下载或查看附件
举世誉我而不加劝 举世非我而不加沮
http://hi.baidu.com/sruingking

TOP

回复 22楼 的帖子

……………………………
MS不是标准的LRC格式了- -!
MS MFC有个CTimeXXX可以处理那个时间~

TOP

MS现在的是主流格式了...好多LRC都是这样,跟不上时代的变化了
举世誉我而不加劝 举世非我而不加沮
http://hi.baidu.com/sruingking

TOP

回复 24楼 的帖子

……
MS我见过都是只有开始时间标签的- -!

TOP

TOP

TOP

MS电脑爱好者上也有篇
是用戴妃写的
举世誉我而不加劝 举世非我而不加沮
http://hi.baidu.com/sruingking

TOP

……
我写的LRC编辑器uLrcEditor可用了超过10000行代码啊……

TOP

回复 28楼 的帖子

没注意看过~

TOP

发新话题