The secret is out—there’s something special about Linux. The operating system that began life as a way for then-student Linus Torvalds to do his homework has evolved into a powerful force in the marketplace, literally earning money overnight. What i
为了能在32位和64位windows平台VS或VC环境下的C/C++工程能够调用fortran语言编写的科学计算库函数或者自己编写的fortran函数,实现C/C++与fortran的混编,这里采用MinGW软件在windows平台下用unix/linux环境下的GNU make 3.81和相关工具编译出fortran的动态链接库dll以及lib。