Tuesday, October 07, 2003

Check it out (if you interested in that sort of thing).  For those who don't know if they're interested, generics are like templates in C++, allowing you to define classes, methods, etc. in terms of a generic type rather than a specific type.  This article goes over the advantages of CLR generics as opposed to C++ templates or the proposed generics specification for Java.

posted on Tuesday, October 07, 2003 2:05:17 PM (Pacific Standard Time, UTC-08:00)  #    Comments [4]
Tracked by:
"rev diet pill" (rev diet pill) [Trackback]
"Pictures of Adderall" (Pictures of Adderall) [Trackback]
"nfl bowling bags" (nfl bowling bags) [Trackback]
"Discover Card Services" (Discover Card Services) [Trackback]
"money money money" (money money money) [Trackback]
"Stories Wife Threesome" (Stories Wife Threesome) [Trackback]
"distance learning missouri university" (distance learning missouri university) [Trackback]
"candle set spa gift basket" (candle set spa gift basket) [Trackback]
"Vinyl Stone Siding" (Vinyl Stone Siding) [Trackback]
"naked girls massages" (naked girls massages) [Trackback]
"dunhill cufflinks" (dunhill cufflinks) [Trackback]
"oklahoma fraud examiner" (oklahoma fraud examiner) [Trackback]
"What Does Crab Grass Look like" (What Does Crab Grass Look like) [Trackback]
"sunshine key rv resort florida camping" (sunshine key rv resort florida camping... [Trackback]
"strategies for teaching listening" (strategies for teaching listening) [Trackback]
"virginia pilot" (virginia pilot) [Trackback]
"flagyl in breastfed baby" (flagyl in breastfed baby) [Trackback]
"ultram" (ultram) [Trackback]
"viking ships" (viking ships) [Trackback]
"Hamster Care" (Hamster Care) [Trackback]
"Will Smith switch" (Will Smith switch) [Trackback]
"bass fishing central florida guide" (bass fishing central florida guide) [Trackback]
"cook crack cocaine in microwave" (cook crack cocaine in microwave) [Trackback]
"Infertility in women by Alayne .R MD." (Infertility in women by Alayne .R MD.... [Trackback]
"Hostel Scotland" (Hostel Scotland) [Trackback]
"Back seat bangers" (Back seat bangers) [Trackback]
"lodging in sedona arizona" (lodging in sedona arizona) [Trackback]
"wifi hotspot locations" (wifi hotspot locations) [Trackback]
"Francisco Goya" (Francisco Goya) [Trackback]
"Mercedes Benz parts" (Mercedes Benz parts) [Trackback]
"xenadrine efx negative side effects" (xenadrine efx negative side effects) [Trackback]
"sONGWRITER AND PERFORMER" (sONGWRITER AND PERFORMER) [Trackback]
"diflucan and gas" (diflucan and gas) [Trackback]
"Kawasaki Concours" (Kawasaki Concours) [Trackback]
Tuesday, October 07, 2003 8:00:17 PM (Pacific Standard Time, UTC-08:00)
hey Mark, this has nothing to do with generics in the runtime, but I'm making my GIMP debut with a new website. Check it out... http://www.geocities.com/cpmsbandpics/ hehehe... a free site, I know, but it's The GIMP 100%! I'm pretty tired tonite... started from scratch and got pretty frustrated with the fonts on The GIMP, but that's besides the point. My point is: THANK YOU for hooking us up with The GIMP action! You ROCK!
Tuesday, October 07, 2003 8:08:38 PM (Pacific Standard Time, UTC-08:00)
HTML not allowed?! what?! boo (I was just gonna check if an html tag would've worked instead of that huge address I gave you in that last comment) o well
Saturday, October 11, 2003 5:41:21 AM (Pacific Standard Time, UTC-08:00)
I read and enjoyed these articles on generics. I've never used C++ templates, but I've often wished that I could pass a type as a parameter.
Pete
Saturday, October 11, 2003 9:20:17 AM (Pacific Standard Time, UTC-08:00)
Yeah, I think you'll find generics much more powerful than passing a Type as a parameter. One of the things I'm looking forward to the most is generic collections. I write tons of strongly-typed collections (as you know), and generics will eliminate that very redundant code. As well as increase performance because value types will not be boxed in a generics situation because the JIT compiler knows it's a value type.
Name
E-mail
(will show your gravatar icon)
Home page

Comment (HTML not allowed)  

Enter the code shown (prevents robots):