Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » C++ language problems and code snippets » explanation of c++ typedef line
Re: explanation of c++ typedef line [message #18235 is a reply to message #18227] Thu, 18 September 2008 14:27 Go to previous messageGo to previous message
cas_ is currently offline  cas_
Messages: 20
Registered: July 2008
Location: Poland
Promising Member
captainc wrote on Thu, 18 September 2008 03:20


My interpretation: 'XYZHANDLE is an alias of a pointer to an array of tagXYZHANDLE'? Is this correct?


No, that would be:
typedef tagXYZHANDLE (*XYZHANDLE)[];
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Time for little quiz!
Next Topic: Multiple statements in for loop
Goto Forum:
  


Current Time: Tue May 14 11:01:35 CEST 2024

Total time taken to generate the page: 0.01328 seconds