I'm convinced that union bosses know things like that and the 'fight for $15' will put their members out of work but are getting paid by the globalists to make it happen.
Improving C++ skills, and general developer appeal
Looks like himmie got Jewed once again. Will try resubmitting.
Maybe padding the ol' profile will help.
it might be the NSDAP bit.
My profile is just as bare. Only C++, not even .NET, yet I just got the email saying it's all good.
beaches are full of sand. use public transport. the seats even come with fabric
programmers make more than 15 dollars an hour you mongoloid
but not fastfood and discount store service monkeys, you nigger.
skills>robot work
What the fuck do fastfood jobs have to do with C++ and freelancing?
They're the ones for $15 an hour
fightfor15.org
Ignore c++. Learn c first and do some assembler examples first even if youre not going to use any of them. Listen to mike akton talks and read about data oriented design. Theres no fucking sense in using a language that allows to manage memory if you dont do this. Ignore any modern c++ acolite whines and dont obsess over oop, in fact, keep yourself away from oop for as long as you can.
C++ is a multiparadigm language, that means it has to support lots of different ideologies. Dont use everything at the same time. Program simple things. Dont use threads on a problem Until you do first a single threaded version and youre sure the problem at hand is your bottleneck.
Cheers.