- To: libcf@xxxxxxxxxxxxxxxx
- Subject: [libcf] c++ support
- From: salah jubeh <s_jubeh@xxxxxxxxx>
- Date: Sun, 8 Aug 2010 15:46:27 -0700 (PDT)
Hello,
Does libcf provide a c++ API or is it just C. for example to access a file we
can use the following line of code
// read-only access to the file.
NcFile dataFile("simple_xy.nc", NcFile::ReadOnly);
however lib cf require the ncid which is used in the C API
int nccf_def_convention(int ncid);
Regards
- Follow-Ups:
- Re: [libcf] c++ support
- From: Ed Hartnett
- Re: [libcf] c++ support