Re: what is <> btw function name and parameters?
Re: what is <> btw function name and parameters?
- Subject: Re: what is <> btw function name and parameters?
- From: Ryan Wilcox <email@hidden>
- Date: Mon, 8 Mar 2004 09:58:56 -0500
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 3/8/04, at 5:30 PM, B1C(B0C&B?C said:
>hi,
>
>I'm new to Mac OS Programming.
>When I looked into carbon sample 'TCarbonEvent.cp', I wondered what
><... > between function name and parameters means.
>return GetParameter<WindowRef>..
Looks like some sort of template function to me... read up on C++ templates.
Powerful features of the language that make functions more generic, but still
with type-safety.
Anyway, XCode-Users isn't exactly the list to get help on programming questions
- - just questions on Apple's Integrated Development Environment called XCode.
(read: "hey, how do I turn on line numbers with XCode?" vs "hey, I get this
error in my code...")
You can find a list of Apple hosted mailing lists at the following site:
<http://lists.apple.com/mailman/listinfo>. Please check out either
Carbon-Development, or Cocoa-Dev, depending on your preference.
If you prefer newsgroups, there's comp.sys.mac.programmer.help, which takes
questions on all different APIs.
Hope this helps,
_Ryan Wilcox
PS: In your case, you're looking at Carbon code, so you want to check out
Carbon-Development :)
================================================================
Wilcox Development Solutions: http://www.wilcoxd.com
Toolsmiths for the Internet Age PGP: 0x2F4E9C31
-----BEGIN PGP SIGNATURE-----
Version: PGP SDK 3.0.3
iQA/AwUBQEyKLm2DtKgvTpwxEQJLBACfUWrB8FgRhRb2JtOEucEwNhQH3+YAn3Rt
Vz47MLwLTnFlqr/a/GDQ72zQ
=IeRA
-----END PGP SIGNATURE-----
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.