由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - An empty C structure Question
相关主题
a simple question about constructorTest your C++ knowledge...
请教几个C++问题Re: 110道C++面试题目,你会做多少? (转载)
请教个Bloomberg 的 C++ 题目C++问题,confusing...
c++ questionC++里面
what is the difference?C++ questions
请问c++里empty class的问题one question about struct
关于数组动态分配的疑问???C++: exception: out-of-order execution?
C++ 中 myobject * a =new myobject[n] 的问题[合集] 关于C++ default copy constructor
相关话题的讨论汇总
话题: structure话题: empty话题: question话题: c++话题: generated
进入Programming版参与讨论
1 (共1页)
j*****k
发帖数: 1198
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: wish21 (wish), 信区: JobHunting
标 题: An empty C structure Question
发信站: BBS 未名空间站 (Mon Nov 12 20:44:24 2007)
When creating an empty C structure, which one function is automatically
generated?
j*****k
发帖数: 1198
2
谁知道这个?我还真不知道

【在 j*****k 的大作中提到】
: 【 以下文字转载自 JobHunting 讨论区 】
: 发信人: wish21 (wish), 信区: JobHunting
: 标 题: An empty C structure Question
: 发信站: BBS 未名空间站 (Mon Nov 12 20:44:24 2007)
: When creating an empty C structure, which one function is automatically
: generated?

c****e
发帖数: 1453
3
assignment?
c********x
发帖数: 84
4
constructor, you need the know the defference between a struct and a class.
j*****k
发帖数: 1198
5
this is a C structure, not a C++ structure

【在 c********x 的大作中提到】
: constructor, you need the know the defference between a struct and a class.
c********x
发帖数: 84
6

if compile under C++, then it is a contructor, if under C, I don't think
there is function generated with a struct.

【在 j*****k 的大作中提到】
: this is a C structure, not a C++ structure
s****i
发帖数: 150
7
如果是C++的empty structure,应该是default constructor吧

【在 j*****k 的大作中提到】
: this is a C structure, not a C++ structure
1 (共1页)
进入Programming版参与讨论
相关主题
[合集] 关于C++ default copy constructorwhat is the difference?
抠字眼:assignment and initialize in C++请问c++里empty class的问题
copy constructor问题。关于数组动态分配的疑问???
[合集] C++问题(copy constructor)C++ 中 myobject * a =new myobject[n] 的问题
a simple question about constructorTest your C++ knowledge...
请教几个C++问题Re: 110道C++面试题目,你会做多少? (转载)
请教个Bloomberg 的 C++ 题目C++问题,confusing...
c++ questionC++里面
相关话题的讨论汇总
话题: structure话题: empty话题: question话题: c++话题: generated