Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用了 JGrasp 一段时间,现在,虽然我意识到 Eclipse 更好,但我喜欢 JGrasp 中的一件事,它总是会标记 for 循环或 if 语句的位置(结束。)
您可以通过在 Eclipse 中突出显示一个括号来完成同样的事情,但这并不有效,而且它仍然只突出显示另一个括号。我正在寻找的是您在这张图片中的代码左侧直接看到的行。
(对不起,我是新人,还不能发图片。但它只是imgur。)
i.stack.imgur.com/KWtqI.jpg
您可以使用 EditBox 并根据需要对其进行自定义。http://editbox.sourceforge.net/
为什么在我的电脑上cout<<main;打印1?我以为它会打印main的地址。但是当我使用时,printf("%x",main);我会得到不同的输出。
cout<<main;
1
printf("%x",main);
编辑:
我尝试std::cout了其他功能。我得到1了每一个案
std::cout