zoukankan      html  css  js  c++  java
  • free and paid compilers

    https://embeddedgurus.com/stack-overflow/2010/02/is-gcc-a-good-compiler/

    The true productivity stopper I have found is not in which tool is being used but simply not knowing enough about the tool you are using (ie. which linker option or pragma does what). Pick your tools out of a hat; whichever they might be, and really learn to use them and you will undoubtably be most productive with those tools.

    Another productivity stopper is trying some fancy abstraction around coding something that should really be done in a much simpler way.

    阻碍生产力的另一个因素是什么呢?人们经常使用漂亮的复杂的软件抽象来解决问题,但是很多时间这样的尝试正好起了反作用,所有让你的代码更简单、更直接一点吧。

  • 相关阅读:
    STL容器[26]
    SHELL[01]
    SHELL[04]
    SHELL[02]I/O重定向
    STL容器[39]
    stl.set用法总结
    STL容器[33]
    STL容器[29]
    hdu acm1071
    hdu acm 2673
  • 原文地址:https://www.cnblogs.com/bitxj/p/7986037.html
Copyright © 2011-2022 走看看