473,408 Members | 1,857 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,408 software developers and data experts.

diffrence between access modifier ....and access specifier...in c++

can u tell me the diffrence between......
private
public
and protected
.........in........these.......which one...is access modifier....and
which one..is specifier.......
and....the diffrence between...modifier and specifier in c++
thanks
kapil kaushik

Apr 22 '06 #1
5 9162

dost wrote:
can u tell me the diffrence between......
private
public
and protected
........in........these.......which one...is access modifier....and
which one..is specifier....... They are all access modifiers AND access specifiers...
and....the diffrence between...modifier and specifier in c++

No difference, these are two term for the same thing. Personally, I
prefer access modifiers

Abdo Haji-Ali
Programmer
In|Framez

Apr 22 '06 #2
And the subtlety difference among the word free , delete , destroy in c++.
What is their action in memory? Thanks.
Apr 24 '06 #3
fcvcnet wrote:
And the subtlety difference among the word free , delete , destroy in
c++.
What is their action in memory? Thanks.


What does your tutorial say about them?

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!
Apr 24 '06 #4
I can not answer for it is not english.
But we can try,
ÊͷŠɾ³ý Ïú»Ù
Some time it seem like free used on pointer, delete and destroy used on
objective.
I thank the translation is important.
Thanks.

"Phlip" <ph******@yahoo.com> дÈëÏûÏ¢ÐÂÎÅ
:YG*******************@newssvr30.news.prodigy.com. ..
fcvcnet wrote:
And the subtlety difference among the word free , delete , destroy in
c++.
What is their action in memory? Thanks.


What does your tutorial say about them?

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!

Apr 28 '06 #5
fcvcnet wrote:
I can not answer for it is not english.
But we can try,
ÊͷŠɾ³ý Ïú»Ù
Some time it seem like free used on pointer, delete and destroy used on
objective.


Uh, no.

Try these:

http://www.google.com/search?q=c%2B%2B+tutorial+delete

I don't know whether to fault your translation or your tutorial, so I'm not
implying the English ones are better. They will indeed help you put the
right words into these posts!

--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!
Apr 28 '06 #6

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

Similar topics

2
by: Dan Disney | last post by:
I have read conflicting information on the access scope of VB.Net class declarations when no access modifier is specified. MSDN library documentation states "Classes that do not specify an access...
4
by: p988 | last post by:
using System; using System.Windows.Forms; using System.Drawing; class MyForm : Form { MyForm () { Text = "Windows Forms Demo"; }
8
by: Stanislav Simicek | last post by:
Hello, I've several C++ classes that must be ported to C#. Is there any construction in C# similar to C++: class A : protected B { ... }
1
by: Mark Kamoski | last post by:
Hi-- Please help. What is the default access modifier value for a Sub or a Function when one has not explicitly been set. In MSDN, in "Access Types", it states... "If no access modifier...
3
by: ElanKathir .S.N | last post by:
Hi all In Vb.Net, I tried a sample like this: Private Class ---------- --------- End Class But FrameWork is not accecting this class, It showing some Error like
3
by: RitualDave | last post by:
This compiles and runs successfully in VS2005: ref class A { private: ~A() { this->!A(); } // private! !A() { } // private! }; ....
5
by: wpmccormick | last post by:
What is the cleanest way to gain access to object methods and properties across classes and files in the same namespace? Example: A form object frmForm in file frmForm.cs creates obj1 defined in...
10
by: =?iso-8859-2?B?SmFuIFJpbmdvuQ==?= | last post by:
Hello everybody, this is my first post to a newsgroup at all. I would like to get some feedback on one proposal I am thinking about: --- begin of proposal --- Proposal to add...
12
by: Spoon | last post by:
Hello, Does the following code invoke undefined behavior? #include <stdio.h> int main(void) { unsigned short int u = 42; printf("%u\n", u); return 0;
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.