Home  >  Q&A  >  body text

c++ - 如何查看源代码的版本?(列举你知道的)

迷茫迷茫2714 days ago556

reply all(2)I'll reply

  • 黄舟

    黄舟2017-04-17 14:44:12

    For C++, you can look at the comments in the header file. Some will have a macro definition to mark the version of the current code. It’s okay if you have a CHANGELOG file

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 14:44:12

    No matter where you save the downloaded code, if you want to make subsequent updates and modifications--> git branch + revision management.

    reply
    0
  • Cancelreply