简体   繁体   English

如何为ideone.com中的代码文件指定自定义文件名?

[英]How can I give a custom file names to a code file in ideone.com?

I am using ideone as online c++ compiler. 我正在使用ideone作为在线c++编译器。 When I save a code, ideone gives a random name such as 保存代码时,ideone会给出一个随机名称,例如

lnzr40 lnzr40

which might be confusing later on (when I want to open a specific code). 稍后(当我想打开特定代码时)可能会造成混淆。 I want to change that name or give a custom name at the time of writing/saving the code. 我想在编写/保存代码时更改该名称或提供自定义名称。 How can I do that? 我怎样才能做到这一点?

Edit: Labeling or creating custom links may be slightly useful but they are not what I need exactly! 编辑:标记或创建自定义链接可能会稍微有用,但是它们并不是我真正需要的! I need to modify the file name. 我需要修改文件名。

Thanks! 谢谢!

I am no ideone power-user, but there does not seem to be any simple way to change the name of a source code file. 我不是ideone超级用户,但似乎没有任何简单的方法可以更改源代码文件的名称。

However, there is a note field immediately to the right of the file name in the list of files. 但是,在文件列表中,文件名的右侧紧邻有一个注释字段。 You could use this field to enter the appropriate file name: 您可以使用此字段输入适当的文件名:

在此处输入图片说明

This seems to be a case where a link-only answer is appropriate ;) 这似乎是仅链接答案合适的情况;)

http://tinyurl.com/Yes-it-is-possible http://tinyurl.com/Yes-it-is-possible

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM