Connecting Tech Pros Worldwide Forums | Help | Site Map

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

dost
Guest
 
Posts: n/a
#1: Apr 22 '06
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


Abdo Haji-Ali
Guest
 
Posts: n/a
#2: Apr 22 '06

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



dost wrote:[color=blue]
> can u tell me the diffrence between......
> private
> public
> and protected
> ........in........these.......which one...is access modifier....and
> which one..is specifier.......[/color]
They are all access modifiers AND access specifiers...
[color=blue]
> and....the diffrence between...modifier and specifier in c++[/color]
No difference, these are two term for the same thing. Personally, I
prefer access modifiers

Abdo Haji-Ali
Programmer
In|Framez

fcvcnet
Guest
 
Posts: n/a
#3: Apr 24 '06

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


And the subtlety difference among the word free , delete , destroy in c++.
What is their action in memory? Thanks.


Phlip
Guest
 
Posts: n/a
#4: Apr 24 '06

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


fcvcnet wrote:
[color=blue]
> And the subtlety difference among the word free , delete , destroy in
> c++.
> What is their action in memory? Thanks.[/color]

What does your tutorial say about them?

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


fcvcnet
Guest
 
Posts: n/a
#5: Apr 28 '06

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


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" <phlipcpp@yahoo.com> 写入消息新闻
:YGX2g.26199$NS6.10376@newssvr30.news.prodigy.com. ..[color=blue]
> fcvcnet wrote:
>[color=green]
> > And the subtlety difference among the word free , delete , destroy in
> > c++.
> > What is their action in memory? Thanks.[/color]
>
> What does your tutorial say about them?
>
> --
> Phlip
> http://www.greencheese.org/ZeekLand <-- NOT a blog!!!
>
>[/color]


Phlip
Guest
 
Posts: n/a
#6: Apr 28 '06

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


fcvcnet wrote:
[color=blue]
> 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.[/color]

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!!!


Closed Thread