|
|
发表于 2003-6-1 07:20:56
|
显示全部楼层
VC++编程求解粘性不可压缩NS方程,请各位高手建议
It does not make a lot of sense to write a code by using VC++ since almost all
users use Linux or Unix. Your code developed on VC++ is not portable if you use
any VC++ libraries. If you do 2D graphics tool, you can use Qt which is protable
on all platforms. If you develop 3D graphic tool, you can use Coin or Open
Inventor. Coin is possibly free. Open inventor needs license fee. If you are
very good on graphics, you can try OpenGL which is free. You can also use Java
which is free, but slow. Qt is a C++ library and good enough for 2D. C and
Fortran are fast. But they are not good for large software development. it seems that there are more and more people who try to use C++ for CFD. |
|