Re: pointer to structure?
From: Sharad Kala (no_spam.sharadk_ind_at_yahoo.com)
Date: 10/20/04
- Next message: Gianni Mariani: "Re: Reading specific memory address into variable"
- Previous message: Mike Wahler: "Re: namespaces conflict?"
- In reply to: Rob Williscroft: "Re: pointer to structure?"
- Next in thread: Pedro Graca: "class vs struct [was Re: pointer to structure?]"
- Reply: Pedro Graca: "class vs struct [was Re: pointer to structure?]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 20 Oct 2004 09:53:44 +0530
"Rob Williscroft" <rtw@freenet.co.uk> wrote in message
> Firewalker wrote in news:_s2dneMjOc5sfujcRVn-vQ@rogers.com in
> There is only *one* difference between struct's and class's and that's
On a side note, the class keyword is superior to struct in one more way. You
can't write - template <struct Mytype>, but template <class Mytype> is
perfectly legal.
:-)
Sharad
- Next message: Gianni Mariani: "Re: Reading specific memory address into variable"
- Previous message: Mike Wahler: "Re: namespaces conflict?"
- In reply to: Rob Williscroft: "Re: pointer to structure?"
- Next in thread: Pedro Graca: "class vs struct [was Re: pointer to structure?]"
- Reply: Pedro Graca: "class vs struct [was Re: pointer to structure?]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|