Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Sup /prog/.

Name: Anonymous 2008-08-10 19:18

So recently I've begun my age-old quest of actually learning C++.

I've attempted this several times, and like most who give up, stopped after learning the very basics of the language, as I didn't really know where to go from there.

I'm not really looking to be developing specifically for Windows, but I realize that it will be where I do the majority of my work, so does anyone have anything against C++/CLI? If so, why?

Furthermore, what are some ideal "projects" to try to design?
Thanks /prog/,
anon

Name: Anonymous 2008-08-12 9:10

>>23
Look at any disassembly and see which is faster:

do_shit(object, param);
vs
object.do_shit(param);

And do you seriously think that your shitpile roll-your-own dispatcher is faster than C++'s virtual function tables?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List