zoukankan      html  css  js  c++  java
  • MinGW是什么

    • MinGW是什么? 
      • MinGW是建立在gcc和binutils项目上的,用来编译和连接代码,使之运行在windows系统上;
      • 提供c、c++和fortran编译器和相关工具;
      • MinGW=Minimalist GNU for Windows;
      • MinGW使用微软的运行库,生成Windows下的代码;
      • 因为不使用Gnu's General Public License,不需要发布程序的时候附加源代码。
    • MinGW:Windows上的GNU开发平台
       http://www.blog.sh/user1/428/archives/2004/1187.html
          即Minimalist GNU for Windows。它是一些头文件和函数库的集合,该集合允许人们在没有第三方动态链接库的情况下使用GCC(GNU Compiler C)产生Win32程序。
          MinGW主要由GNU binary utilities、GCC和GDB组成。同时还包括一些必要的库,例如libc(C Runtime),及专门用于Win32环境的API接口库。如果你想学习linux环境下的编程,而又不想装linux,那你就装一个MinGW吧。
     
     
     
     
     
  • 相关阅读:
    Python2 cmp() 函数
    Python round() 函数
    Python floor() 函数
    Python ceil() 函数
    Python abs() 函数
    Python oct() 函数
    Python ord() 函数
    Python hex() 函数
    Python2 unichr() 函数
    Android--------工具类StatusBarUtil实现完美状态栏
  • 原文地址:https://www.cnblogs.com/lidabo/p/3920707.html
Copyright © 2011-2022 走看看