摘要:
目前为止(2014-11-30),GCC其实已经基本上完全支持C++11的所有功能了,事实上从GCC4.7之后,就支持了-std=c++11选项,在4.7版本之前,也开始支持-std=c++0x的选项了但是目前由于MinGW工作组的问题(没有跟上GNU GCC工作组的步伐,事实上目前GCC已经更新到... 阅读全文
摘要:
如果你在Tools>Options>Editor>Code Completion>Language: Java没有找到设置delay的选项。那就去C盘(如果你用的是Windows的话(就算Netbeans没有装在C盘,这个文件也是在系统盘C盘的))搜索这个文件:org-netbeans-module... 阅读全文
摘要:
http://hub.jmonkeyengine.org/wiki/doku.php/jme3:advanced:camera注意这句话:TheflyCamclass field gives you access to an AppState that extends the default cam... 阅读全文
摘要:
更好的方法:------------------------------------------------------------边打字边按CTRL+\进行代码提示的方法我TM也是醉了简而言之,取消CTRL+\以及CTRL+SPACE,改为“A~Z以及.都进行代码提示”,见下图: 阅读全文
摘要:
http://stackoverflow.com/questions/27109379/what-is-shared-ptrs-aliasing-constructor-for 阅读全文
摘要:
http://stackoverflow.com/questions/3697686/what-is-the-problem-with-auto-ptr 阅读全文
摘要:
我就懒得吐槽TNND你就不能让用户自己选择语言?这SB中文翻译我也是醉了,尽是误导人下面的例子用jMonkeyEngine SDK的设置为例子(本质上就是NetBeans)英文设置:中文设置: 阅读全文
摘要:
First thing first, Wiki:http://en.wikipedia.org/wiki/Dynamic-link_libraryhttp://en.wikipedia.org/wiki/Static_libraryOn Windows, SLL's file extension i... 阅读全文
摘要:
In Java, if you want your own class to be a valid key type of the container, you just need to make it implement the interface "Comparable", and then i... 阅读全文
摘要:
In fact, Ptr alone can accomplish the task mentioned below.Implementation see Ptr.h, main2.cpp. In C++11, we also have a better choice: std::shared_pt... 阅读全文