C++0x Thread Tutorial
Uploader Comments (programmersbook)
All Comments (12)
-
What linux is this?
-
@thetoothPORN Weeeell, YouTube's comment parser pretty much white-space butchered that joke, but anyways. :-)
-
@thetoothPORN I'm a little late to the party, but I couldn't resist:
Kind of like you were mixing spaces and tabs in your GLSL shader! ;-D gl_FrontColor = gl_Color;
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; gl_TexCoord[0] = gl_MultiTexCoord0;
lol, sorry. I just had to. :-)
-
@scripttheevil Haha, yeah 8 is way too much. 4 is perfect for me. 2 is too narrow for my taste. :-)
-
@thetooth54 Many people do use 2 space tabs. It feels just right to me. 8 is retarded. 4 spaces is commonly used. 2 is sufficient if you have an awesome monospace font to go with it.
-
@programmersbook I was mistaken, it seems you have a shorter tab width then i use so it looked like you were inserting 2 spaces rather then a single tab etc etc
Btw, nice tutorial, i've been using the new intel compiler which has C++0x support and the class threading part helped alot ;)
@programmersbook where do I get the thread library?
NRock2404 8 months ago
@NRock2404 Get the current gcc on linux and you have it included
programmersbook 8 months ago
What do you mean exactly?
programmersbook 1 year ago