返回   cpper编程论坛 > 版务
注册账号 论坛帮助 会员列表 日历事件 搜索 今日新帖 标记版面已读

回复
 
LinkBack 主题工具 显示模式
  #1 (permalink)  
旧 2006-02-09
论坛管理员
 
注册日期: 2006-02-09
帖子: 99
文章: 1
cpper 的声望功能已被禁用
默认 cpper论坛开张以及一些常用功能介绍

看到这个帖子的人,应该都知道cpper论坛已经开张了。
这个论坛功能还算多,贴代码比较爽。大家贴代码不要用code标签,而是要用highlight标签,譬如说highlight=C++就是C++代码。
例子:
C++ 代码:
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.     cout << "Hello Java"<< endl;
  8. }

Java 代码:
  1. public class HelloWorld
  2. {
  3.     public static void main(String[]args)
  4.     {
  5.         System.out.println("人家才不理你咧");
  6.     }
  7. }
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #2 (permalink)  
旧 2006-02-09
zweily 的头像
版主
 
注册日期: 2002-09-24
帖子: 425
文章: 10
zweily 正向着好的方向发展
默认

开门大吉。
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #3 (permalink)  
旧 2006-02-09
zweily 的头像
版主
 
注册日期: 2002-09-24
帖子: 425
文章: 10
zweily 正向着好的方向发展
默认

Try again
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #4 (permalink)  
旧 2006-02-12
初级会员
 
注册日期: 2006-02-12
帖子: 15
thebest 正向着好的方向发展
默认

test
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #5 (permalink)  
旧 2006-02-12
zweily 的头像
版主
 
注册日期: 2002-09-24
帖子: 425
文章: 10
zweily 正向着好的方向发展
默认

Try quick reply agian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #6 (permalink)  
旧 2006-02-13
普通会员
 
注册日期: 2006-02-13
住址: 厦门
帖子: 42
LangZi 正向着好的方向发展
发送 MSN 消息给 LangZi
默认

跟着zweily的屁股过来看看,俺是dotnet小虾米,过来喝点纯净水!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #7 (permalink)  
旧 2006-02-13
zweily 的头像
版主
 
注册日期: 2002-09-24
帖子: 425
文章: 10
zweily 正向着好的方向发展
默认

引用:
作者: LangZi
跟着zweily的屁股过来看看,俺是dotnet小虾米,过来喝点纯净水!
你已经是老虾米了,哈哈
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #8 (permalink)  
旧 2006-02-14
bankrock 的头像
高级会员
 
注册日期: 2003-12-11
帖子: 843
文章: 7
bankrock 正向着好的方向发展
默认

太好了!我就知道ABP还会再回来的,感谢大家!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #9 (permalink)  
旧 2006-02-15
高级会员
 
注册日期: 2003-05-26
帖子: 146
wangwh 正向着好的方向发展
发送 MSN 消息给 wangwh
默认 非常好

先熟悉下....
PS: 我收到的认证邮件都是乱码
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #10 (permalink)  
旧 2006-02-25
高级会员
 
注册日期: 2002-09-19
帖子: 839
文章: 7
tomato 正向着好的方向发展
默认

有个问题,贴代码很方便,但是粘贴出来就不方便了
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #11 (permalink)  
旧 2006-02-25
论坛管理员
 
注册日期: 2006-02-09
帖子: 99
文章: 1
cpper 的声望功能已被禁用
默认

引用:
作者: tomato
有个问题,贴代码很方便,但是粘贴出来就不方便了
为什么?具体点说
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #12 (permalink)  
旧 2006-02-25
高级会员
 
注册日期: 2002-09-19
帖子: 839
文章: 7
tomato 正向着好的方向发展
默认

引用:
作者: cpper
为什么?具体点说
比如我想把你的例子复制出来
代码:
1. #include <iostream> 2. 3. using namespace std; 4. 5. int main() 6. { 7. cout << "Hello Java"<< endl; 8. }
我加上code标签,免得把缩进丢了
所以想把代码贴到ide去,就很麻烦
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #13 (permalink)  
旧 2006-03-05
cppof286 的头像
高级会员
 
注册日期: 2004-11-24
住址: 已经在北京了
帖子: 147
cppof286 正向着好的方向发展
发送 MSN 消息给 cppof286
默认

是啊终于回来了,我从去年11月底发现开始等到现在啊T_T
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #14 (permalink)  
旧 2006-03-06
初级会员
 
注册日期: 2004-08-14
住址: 上海
帖子: 6
flyingxu 正向着好的方向发展
默认

注册日期: 2006-03-05
住址: 马上就去北京了
帖子: 5
精华: 0
现金: 50 元
资产: 50 元

占据的太多的空间啊
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #15 (permalink)  
旧 2006-03-06
初级会员
 
注册日期: 2006-03-06
帖子: 8
peterzhou 正向着好的方向发展
默认

我这里也是乱码,不过还是进来了。return 1;
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #16 (permalink)  
旧 2006-03-08
Samark 的头像
普通会员
 
注册日期: 2006-03-07
帖子: 84
Samark 正向着好的方向发展
默认

过来混口饭吃~
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #17 (permalink)  
旧 2006-03-09
初级会员
 
注册日期: 2006-03-09
帖子: 2
chulangzi 正向着好的方向发展
默认

寻着过来了
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #18 (permalink)  
旧 2006-03-09
ChenA 的头像
普通会员
 
注册日期: 2004-11-20
帖子: 32
ChenA 正向着好的方向发展
默认

哈哈,还是回来了。
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #19 (permalink)  
旧 2006-03-16
初级会员
 
注册日期: 2006-03-16
帖子: 1
daniel_zwn 正向着好的方向发展
默认

class CFirstApp : public CWinApp {
public:
BOOL InitInstance() {
CFrameWnd *Frame = new CFirstFrame;
m_pMainWnd = Frame;

Frame->ShowWindow(SW_SHOW);
return true;
}
} ;


实验一下...&_&
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
  #20 (permalink)  
旧 2006-03-16
普通会员
 
注册日期: 2004-04-30
帖子: 62
TiGEr.zZ 正向着好的方向发展
默认

验证码太难认了,我一直在想,人都这么难认,机器设别又会如何
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
回复时引用此帖
回复

书签

主题工具
显示模式

发帖规则
不可以发表新主题
不可以发表回复
不可以上传附件
不可以编辑自己的帖子

启用 BB 代码
论坛启用 表情符号
论坛启用 [IMG] 代码
论坛禁用 HTML 代码
Trackbacks are 启用
Pingbacks are 启用
Refbacks are 启用



所有时间均为格林尼治时间 +9。现在的时间是 08:35 AM


Powered by vBulletin® 版本 3.7.0
版权所有 ©2000 - 2008,Jelsoft Enterprises Ltd.
(C) Copy Right All Right Reserved 2001 - 2007

Search Engine Friendly URLs by vBSEO 3.1.0