c plus plus
ogre
posts - 4, comments - 1, trackbacks - 0, articles - 1
导航
C++博客
首页
新随笔
联系
聚合
管理
<
2009年3月
>
日
一
二
三
四
五
六
22
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
常用链接
我的随笔
我的评论
我参与的随笔
留言簿
(1)
给我留言
查看公开留言
查看私人留言
随笔分类
d3d10
ogre(3)
std(1)
window32
随笔档案
2009年3月 (4)
文章档案
2009年3月 (1)
相册
first love
搜索
最新评论
1. re: friend class
呀 神
--jimsmorong
阅读排行榜
1. standard C Plus Plus Type Conversion(398)
2. friend class(392)
3. animation(360)
4. Camera and RenderWindow(346)
评论排行榜
1. friend class(1)
2. Camera and RenderWindow(0)
3. animation(0)
4. standard C Plus Plus Type Conversion(0)
friend class
Posted on 2009-03-01 15:11
oy
阅读(392)
评论(1)
编辑
收藏
引用
所属分类:
ogre
Root
{
friend class RenderSystem;
};
RenderWindow
{
friend class Root;
};
Feedback
#
re: friend class
回复
更多评论
2009-03-01 20:41 by
jimsmorong
呀 神
刷新评论列表
只有注册用户
登录
后才能发表评论。
【推荐】100%开源!大型工业跨平台软件C++源码提供,建模,组态!
相关文章:
animation
Camera and RenderWindow
friend class
网站导航:
博客园
IT新闻
BlogJava
知识库
博问
管理
Powered by:
C++博客
Copyright © oy