473,395 Members | 1,368 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

faq the c++ will not provide the default constructor?

Hi,
If we do not provide the default constructor(non-parameter constructor),
the compiler will create one for us.
If we have a constructor with parameter and we do not provide the
non-parameter constructor, wether the compiler create default constructor
for us?
Thank you very much.
Apr 26 '06 #1
4 1839
fcvcnet wrote:
Hi,
If we do not provide the default constructor(non-parameter constructor),
the compiler will create one for us.
If we have a constructor with parameter and we do not provide the
non-parameter constructor, wether the compiler create default constructor
for us?


No, you have to provide one.

--
Ian Collins.
Apr 26 '06 #2
Thank you very much.

"Ian Collins" <ia******@hotmail.com>
??????:4b*************@individual.net...
fcvcnet wrote:
Hi,
If we do not provide the default constructor(non-parameter constructor), the compiler will create one for us.
If we have a constructor with parameter and we do not provide the
non-parameter constructor, wether the compiler create default constructor for us?


No, you have to provide one.

--
Ian Collins.

Apr 26 '06 #3

fcvcnet wrote:
Hi,
If we do not provide the default constructor(non-parameter constructor),
the compiler will create one for us.
If we have a constructor with parameter and we do not provide the
non-parameter constructor, wether the compiler create default constructor
for us?


If a constructor has parameters, all the parameters have default
values. The constructor aslo is default. Otherwise, you need to provide
no-parameter constructor as default.

Apr 26 '06 #4
Thank you dan2online.
If a constructor has parameters, all the parameters have default values. Is it I must provide the default values?
The constructor aslo is default.

Is it be take as the "only one" default ctor(The word I learned just hours
ago)?

Thank you.
Apr 26 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: news.microsoft.com | last post by:
BUG: struct default constructor is not displayed on intellisense yet it is available, BUG Make a struct type with a parameterized constructor. Try to construct the type in the IDE and...
10
by: cppaddict | last post by:
Hi, I am writing a program and needs to know one of its object members before it can be initialized. It doesn't really matter for my question (which a C++ question, not a windows question), but...
17
by: highli | last post by:
When a non-default constructor provided in a class, the default constructor is not available anymore. In what cases shall a default constructor be defined explicitly? Specifically, in the...
6
by: Gunnar G | last post by:
If I don't define a default constructor for my class "Foo", I still get one from the compiler. But if I define a constructor that takes an argument, I don't get the default constructor, why? I...
18
by: Matt | last post by:
I try to compare the default constructor in Java and C++. In C++, a default constructor has one of the two meansings 1) a constructor has ZERO parameter Student() { //etc... } 2) a...
12
by: NewToCPP | last post by:
does the default constructor initialize values? I have a class as defined below: class A { int i; char c; int * iPtr;
23
by: Jess | last post by:
Hello, I understand the default-initialization happens if we don't initialize an object explicitly. I think for an object of a class type, the value is determined by the constructor, and for...
10
by: JosephLee | last post by:
In Inside C++ object Model, Lippman said there are four cases in which compile will sythesize a default constructor to initialize the member variables if the constructor is absent: 1. there is a...
3
by: Rahul | last post by:
Hi Everyone, I have the following code and the compiler complains that there isn't any default constructor available, class C { private: C() {
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.