1. 用C或C++语言编写一个简单的词法分析程序,能够删除C/C++源程序中的所有注释,并输出处理后的结果。

例如,下面的C/C++源程序中的绿色部分都表示注释。#include<iostream>usingnamespacestd;voidmain(){//thisisasin... 例如,下面的C/C++源程序中的绿色部分都表示注释。

#include<iostream>
usingnamespace std;
void main()
{
//this is a single line comment

/*
this is amultiline comment
*/

cout<<"hello world"<<endl;

/*
this is amultiline comment
/*
this is amultiline comment
*/
cout<<"this is not a comment"<<endl;
*/
cout<<"/*this is not a comment*/"<<endl;
//*
cout<<"this is not a comment"<<endl;
*/
}
要求输出:
#include<iostream>
usingnamespace std;
void main()
{

cout<<"hello world"<<endl;

cout<<"this is not a comment"<<endl;
*/
cout<<"/*this is not a comment*/"<<endl;
cout<<"this is not a comment"<<endl;
*/
}
展开
 我来答
宏讯时Y
2012-09-18 · TA获得超过169个赞
知道小有建树答主
回答量:521
采纳率:100%
帮助的人:210万
展开全部
有一定的难度。。。。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
nmghu521
2012-09-18 · 超过10用户采纳过TA的回答
知道答主
回答量:39
采纳率:0%
帮助的人:31.9万
展开全部
输入输出打算用文件么?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式