netcdf自身带了C++接口,可是按照例子,怎么也连接不了,最后发现是要加参数:

g++ -lnetcdf_c++ -lnetcdf -o test *.cpp