在代码块中看到点代替空格 [英] seeing dots in place of spaces in code blocks

查看:85
本文介绍了在代码块中看到点代替空格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

班·$(班级·姓名)|

{

公开:

····$(班级·姓名)( );

····〜$(类·名称)();

受保护:

私人:
$ b上面代码中的$ b};



,这些点应该是空格。我按了空格键,虽然它没有显示任何编译问题,但它显示为点。



plz帮助我摆脱这个,它令人恼火。

解决方案

(类·名称)|

{

public:

·· ··


(类·名称)();

····〜


(类·名称) ();

受保护:

私人:

};



in在上面的代码中,这些点应该是空格。我按空格键,它显示为点,但它没有显示编译中的任何问题。



plz帮助我摆脱这个,它的烦恼。

class·$(Class·name)|
{
public:
····$(Class·name)();
····~$(Class·name)();
protected:
private:
};

in above code, those dots should be spaces. i pressed space bar, and it is shown as dots though it doesnt show any problem in compiling .

plz help me to get rid of this, its irritating .

解决方案

(Class·name)|
{
public:
····


(Class·name)();
····~


(Class·name)();
protected:
private:
};

in above code, those dots should be spaces. i pressed space bar, and it is shown as dots though it doesnt show any problem in compiling .

plz help me to get rid of this, its irritating .


这篇关于在代码块中看到点代替空格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆