
gcc
digent
这个作者很懒,什么都没留下…
展开
-
error: invalid operands of types ‘double’ and ‘double’ to binary ‘operator^’
今天在编译gtest.cpp: In function ‘int main()’:test.cpp:122: error: invalid operands of types ‘double’ and ‘double’ to binary ‘operator^’test.cpp:123: error: invalid operands of types ‘double’ and原创 2014-10-28 11:58:27 · 31278 阅读 · 1 评论 -
GCC中的编译选项“-I”(大写i),“-L”(大写l),“-l”(小写l)等参数
参考文章;http://hi.baidu.com/njuhappy/item/83f8bfbd7c5d3162bb0e1237http://blog.sina.com.cn/s/blog_7745fc8601016zum.html我们用gcc编译程序时,可能会用到“-I”(大写i),“-L”(大写l),“-l”(小写l)等参数,下面做个记录:例:gcc -o转载 2014-10-26 16:41:53 · 4184 阅读 · 0 评论