代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/383349/8953242
h webrom.h
/* Definitions for Web ROM filesystem */
/* The filesystem is in 1 or more ROMs. At the start of the first ROM is a
** directory of 1 or more filename blocks, each of which have pointers to
** da
www.eeworm.com/read/282360/9098559
cpp ptrstr.cpp
// ptrstr.cpp -- using pointers to strings
#include
#include // declare strlen(), strcpy()
int main()
{
using namespace std;
char animal[20] = "bear";
www.eeworm.com/read/281716/9138219
h webrom.h
/* Definitions for Web ROM filesystem */
/* The filesystem is in 1 or more ROMs. At the start of the first ROM is a
** directory of 1 or more filename blocks, each of which have pointers to
** da
www.eeworm.com/read/175135/9558273
cpp ptrstr.cpp
// ptrstr.cpp -- using pointers to strings
#include
#include // declare strlen(), strcpy()
int main()
{
using namespace std;
char animal[20] = "bear";
www.eeworm.com/read/175135/9558620
cpp more_and.cpp
// more_and.cpp -- use logical AND operator
#include
const char * qualify[4] = // an array of pointers
{ // to strings
"10,000-meter race.\n",
www.eeworm.com/read/371253/9559941
h webrom.h
/* Definitions for Web ROM filesystem */
/* The filesystem is in 1 or more ROMs. At the start of the first ROM is a
** directory of 1 or more filename blocks, each of which have pointers to
** da
www.eeworm.com/read/163230/10169279
h webrom.h
/* Definitions for Web ROM filesystem */
/* The filesystem is in 1 or more ROMs. At the start of the first ROM is a
** directory of 1 or more filename blocks, each of which have pointers to
** da
www.eeworm.com/read/358682/10181998
cpp ptrstr.cpp
// ptrstr.cpp -- using pointers to strings
#include
#include // declare strlen(), strcpy()
int main()
{
using namespace std;
char animal[20] = "bear";
www.eeworm.com/read/358682/10182197
cpp more_and.cpp
// more_and.cpp -- use logical AND operator
#include
const char * qualify[4] = // an array of pointers
{ // to strings
"10,000-meter race.\n",
www.eeworm.com/read/160819/10495502
cpp sharetoy.cpp
#include
#include
using namespace std;
// references and pointers for sharing, a prelude
class Toy // kids play with toys
{
public:
Toy(const string& name);