代码搜索:cannot

找到约 7,468 项符合「cannot」的源代码

代码结果 7,468
www.eeworm.com/read/221464/4831725

cpp pickle2.cpp

// Example by Ralf W. Grosse-Kunstleve /* This example shows how to make an Extension Class "pickleable". The world class below contains member data (secret_number) that cannot be
www.eeworm.com/read/216450/4894782

c kputc.c

/* A server must occasionally print some message. It uses a simple version of * printf() found in the system library that calls putk() to output characters. * The LOG driver cannot use the regular
www.eeworm.com/read/195013/5122442

txt memory.txt

There are several classic problems related to memory on Linux systems. 1) There are some buggy motherboards which cannot properly deal with the memory above 16MB. Consider exchanging your
www.eeworm.com/read/190666/5173376

c dyncast4.c

// Author: Alfred Miniarik // Even in a derived class, a private base cannot be dynamically downcasted // from. extern "C" void abort(); struct A { virtual ~A () {} }
www.eeworm.com/read/190666/5174354

c bogus1.c

// Build don't link: namespace N {} void f(int N::k); // ERROR - cannot use `::' in parameter declaration class Foo { int N::j; // ERROR - invalid use of `::' };
www.eeworm.com/read/169697/5414731

dat cxxdecl3.dat

# This file was originally derived from a list of the C++ bindings # by using the perl script cxxtodecl. However, that script cannot # handle every feature of the bindings, so the final changes # we
www.eeworm.com/read/166734/5472824

h unzip.h

#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP) /* like the STRICT of WIN32, we define a pointer that cannot be converted from (void*) without cast */ typedef struct TagunzFile__ { int un
www.eeworm.com/read/162614/5521477

c arm2.c

// { dg-do assemble } // GROUPS passed ARM-compliance // ARM 9.4 ``There cannot be a static and a nonstatic member function // with the same name and the same argument types.'' // // The trick i
www.eeworm.com/read/341021/3261403

dat cxxdecl3.dat

# This file was originally derived from a list of the C++ bindings # by using the perl script cxxtodecl. However, that script cannot # handle every feature of the bindings, so the final changes # we
www.eeworm.com/read/340665/3274033

c dyncast4.c

// Author: Alfred Miniarik // Even in a derived class, a private base cannot be dynamically downcasted // from. extern "C" void abort(); struct A { virtual ~A () {} }