开发者交流平台
开发者交流平台

通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。

bj
登录
  • 友情链接
站内
pointers

pointers

go

When creating a single pointer array for representing a 2D array, what is the size of the pointer array? Is it row or column of the 2D array?

英文: When creating a single pointer array for representing a 2D array, what is the size of the pointe...
huangapple 2023年6月19日132评论arrays c
go

使用指针、接口和自定义类型。

英文: using pointers and interfaces and cutom types 问题 我是你的中文翻译助手,以下是翻译好的内容: 我是一个初学者,正在观看一个关于学习Go语言接口的...
huangapple 2023年6月16日136评论go pointers
go

定义一个具有结构参数的宏

英文: Defining a Macro having struct argument 问题 我有一个名为Row的结构体: ```c typedef struct { uint32_t id; cha...
huangapple 2023年6月16日123评论c struct
go

变量在C中自行更改其值。

英文: variable changing its value on its own in c 问题 以下是您提供的代码的翻译部分: #include <stdio.h> #include...
huangapple 2023年6月15日138评论c pointers
go

为什么在链表中我不能解引用下一个指针来打印下一个节点的值?

英文: In a linked list, why cant I dereference the next pointer to print the value of the next node 问题...
huangapple 2023年6月15日133评论c++ pointers
go

代码的输出为8,5,5而不是8,8,5的原因是什么?

英文: Why is the output of the code 8,5,5 and not 8,8,5? 问题 你的代码有一些错误。让我帮你更正一下: #include <stdio.h&g...
huangapple 2023年6月15日141评论c pointers
go

如何更改作为参数传递的变量的值,并同时使用该值进行数组操作。

英文: How to change the value of a variable passed as an argument and also use the value for an array ...
huangapple 2023年6月14日122评论c pointers
go

临时对象的地址在C++中是否始终与其将要分配给的对象的地址相同?

英文: Is the address of a temporary object always the same as the address of the object it will be ass...
huangapple 2023年6月12日138评论c++ pointers
go

Initialize and accessing 2D matrix pointer C++: 初始化和访问2D矩阵指针C++:

英文: Initialize and accessing 2D matrix pointer C++ 问题 我是新手学习C++,尝试掌握“指针思维”以提高编码效率。 我正试图编写著名的生命游戏(Gam...
huangapple 2023年6月12日154评论c++ pointers
go

std::unique_ptr用于包装malloc指针的自定义删除器

英文: std::unique_ptr with custom deleter for wrapping a malloc pointer 问题 这个设计是正确的,并且遵循了在C++中将原始指针包装的...
huangapple 2023年6月12日134评论c++ pointers
67

文章导航

1 2 3 4 5 6 7 8 9 10 … 67
name
开发者交流平台
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
文章117266 留言 4 访客17008669

热门标签

node.js html reactjs java r css c# c++ sql arrays python spring pandas javascript go flutter spring-boot typescript android json

悟已往之不谏,知来者之可追!

今日
00%
已00小时
本周
00%
已过00天
本月
00%
已过00天
今年
00%
已是00月

Copyright ©  开发者交流平台 版权所有.

闽 ICP 备 2022019110 号 - 1
  • 开发者交流平台

    本页二维码