目前分類:Thinking in C++ (6)
- Mar 13 Mon 2017 16:05
SDL ttf not work
- Oct 26 Wed 2016 14:59
C++ snprintf & sprintf_s
As there mention, code block uses snprintf instead of sprintf_s.
How to distinguish betwen Code:Blocks and Visual Studio in code
- Oct 26 Wed 2016 14:55
C++ 结束时按键
int main()
{
cout << "Hello world!" << endl;
cin.get();
return 0;
- Oct 01 Sat 2016 23:23
call by value & call by reference
Call by value & call by reference
- Oct 01 Sat 2016 14:34
关於Code:Blocks的小技巧 2
- Oct 01 Sat 2016 14:10
关於Code:Blocks的小技巧 1
如果要使用Library、如OpenCV、OpenFrameworks、SDL等。有2种方法可以配置。
1. 在全局环境变量加入Compiler和Linker等配置。注意、在这里应该新增一个专属的Compiler、而Project应该使用这个专属的Compiler。可这里的Compiler配置、在Project里的Build Options是看不见。