向各位高手请教

hengshan 2003-10-26 02:13:49
谁能告诉我C++上机实验的一些常用的功能键
...全文
22 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
hengshan 2003-10-28
  • 打赏
  • 举报
回复
请教大虾?
我写这样一段代码:
#include"iostream.h"
#include"math.h"
class CComplex
{
float real,image;
public:
CComplex(float rr,float ii);
CComplex(CComplex & c);

~CComplex(){}
//unary operator
CComplex operator+();
friend ostream & operator<<(ostream & os,const CComplex & c);
friend istream & operator>>(istream & is,CComplex & c);
bluedodo 2003-10-26
  • 打赏
  • 举报
回复
请问你用什么编译软件?VC or BC?
darcymei 2003-10-26
  • 打赏
  • 举报
回复
alt+f打开菜单自己看啊
carbon107 2003-10-26
  • 打赏
  • 举报
回复
我用过borland c++ 5.02 F5, F7 ctrl+f5好多的,你看看不说知了吗
konhon 2003-10-26
  • 打赏
  • 举报
回复
F7编译.
ttlb 2003-10-26
  • 打赏
  • 举报
回复
F5调试
Ctrl+F5 运行

69,382

社区成员

发帖
与我相关
我的任务
社区描述
C语言相关问题讨论
社区管理员
  • C语言
  • 花神庙码农
  • 架构师李肯
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧