[FFmpeg-devel] [PATCH] MMX for Win64
Guillaume POIRIER
poirierg
Wed May 7 14:02:26 CEST 2008
Hello,
On 5/7/08, Baptiste Coudurier <baptiste.coudurier at smartjog.com> wrote:
> AFAIK C++ even got rid of this by making
> "struct" optional in parameters/vars declarations.
Well, in C++, a "struct" is the same thing as a "class" (i.e. you can
add some methods to structs, your can inherint from structs, etc...).
The reason why people are able to tell "scalars" from "struct" appart
is because of the naming conventions, i.e. you use camel case for
class names.
Guillaume
--
I don't measure a man's success by how high he climbs but how high he
bounces when he hits bottom.
-- George S. Patton
More information about the ffmpeg-devel
mailing list