Connecting Tech Pros Worldwide Help | Site Map

The pronounce of "->"

Tiago Serafim
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi guys,

I want to know how I can pronounce the "->" used to access methods and
variables in classes??

$theClass->myMethod();
---------^^-----------

Thanks in Advance,
Tiago Serafim
Steven Musumeche
Guest
 
Posts: n/a
#2: Jul 17 '05

re: The pronounce of "->"


I always say "arrow."

-Steve

"Tiago Serafim" <kekek@terra.com.br> wrote in message
news:56d1cc64.0310111550.6810dc2b@posting.google.c om...[color=blue]
> Hi guys,
>
> I want to know how I can pronounce the "->" used to access methods and
> variables in classes??
>
> $theClass->myMethod();
> ---------^^-----------
>
> Thanks in Advance,
> Tiago Serafim[/color]


warstar
Guest
 
Posts: n/a
#3: Jul 17 '05

re: The pronounce of "->"


bunno maybe be pointer or what ever think there is no wordt for it
maybe there is 1 but it's not know to me

On 11 Oct 2003 16:50:30 -0700, kekek@terra.com.br (Tiago Serafim)
wrote:
[color=blue]
>Hi guys,
>
>I want to know how I can pronounce the "->" used to access methods and
>variables in classes??
>
>$theClass->myMethod();
>---------^^-----------
>
>Thanks in Advance,
>Tiago Serafim[/color]

Daniel
Guest
 
Posts: n/a
#4: Jul 17 '05

re: The pronounce of "->"


In my C++ book, it's called an "arrow operator".

Cheers,
Daniel

Tiago Serafim wrote:[color=blue]
> Hi guys,
>
> I want to know how I can pronounce the "->" used to access methods and
> variables in classes??
>
> $theClass->myMethod();
> ---------^^-----------
>
> Thanks in Advance,
> Tiago Serafim[/color]

Tim Tyler
Guest
 
Posts: n/a
#5: Jul 17 '05

re: The pronounce of "->"


Tiago Serafim <kekek@terra.com.br> wrote or quoted:
[color=blue]
> I want to know how I can pronounce the "->" used to access methods and
> variables in classes??[/color]

"point".
--
__________
|im |yler http://timtyler.org/ tim@tt1lock.org Remove lock to reply.
Bruno Desthuilliers
Guest
 
Posts: n/a
#6: Jul 17 '05

re: The pronounce of "->"


Tiago Serafim wrote:[color=blue]
> Hi guys,
>
> I want to know how I can pronounce the "->" used to access methods and
> variables in classes??
>
> $theClass->myMethod();
> ---------^^-----------
>[/color]

Dont you never ever try to pronounce it ! This symbol is pure evil !
Howard L., a young programmer from Providence (USA) pronounced it and he
then became a famous horror stories writer. Stephen K, a young
programmer from Dunnowhere (USA) tried to pronounce it and became a
world-famous horror stories writer. Believe me : some symbols are better
left unpronounced, unless you don't fear becoming a famous horror
stories writer...

Tiago Serafim
Guest
 
Posts: n/a
#7: Jul 17 '05

re: The pronounce of "->"


> Dont you never ever try to pronounce it ! This symbol is pure evil ![color=blue]
> Howard L., a young programmer from Providence (USA) pronounced it and he
> then became a famous horror stories writer. Stephen K, a young
> programmer from Dunnowhere (USA) tried to pronounce it and became a
> world-famous horror stories writer. Believe me : some symbols are better
> left unpronounced, unless you don't fear becoming a famous horror
> stories writer...[/color]

lol !
Closed Thread