question on code

If you have a question about the git repository and the code, or if you have code to propose then please post in this forum.
Do not post request here.
Locked
User avatar
ph34rbot
Posts: 280
Joined: Thu Jan 07, 2010 6:33 am

question on code

Post by ph34rbot »

Hi I'm trying to find solution for a problem regarding save as AI decks

typedef basic_ostringstream<char, char_traits<char>,
allocator<char> > ostringstream;

I´m familiar with coding so I know what typedef is for but the "<>" (how are these called?) confuses me

greetings, great proyect and congrats to al devs
MootPoint
Posts: 58
Joined: Fri Sep 24, 2010 7:44 am

Re: question on code

Post by MootPoint »

They're called template classes.

http://www.cplusplus.com/doc/tutorial/templates/
Locked