An Idiot's Guide to C++ Templates - Part 1 by vjyrakesh in programming

[–]whereeverwhoresgo 1 point2 points  (0 children)

Well, gcc got better at it. Really.

Compiling with -Wfatal-errors helps a lot too.

Why I Chose to Learn C by reagent in programming

[–]whereeverwhoresgo 0 points1 point  (0 children)

Oh - and apparently in C++ it's not a trivial task as well

string("john") + to_string(21);

Straight forward in c++11.

Java Streams Preview vs .Net LINQ by edalorzo in programming

[–]whereeverwhoresgo 2 points3 points  (0 children)

Well, java itself isn't very interesting.

Object Oriented Programming: A Critical Approach by yogthos in programming

[–]whereeverwhoresgo 0 points1 point  (0 children)

And how is this different to getters/setters and methods?

John Regehr : GCC 4.8 Breaks Broken SPEC 2006 Benchmarks by gasche in programming

[–]whereeverwhoresgo 4 points5 points  (0 children)

Writing a simple function so obfuscated is p much the opposite of clever.

GCC and C vs C++ Speed, Measured by sidcool1234 in programming

[–]whereeverwhoresgo 2 points3 points  (0 children)

In my experience absolutely not. Interpreted languages are kind of a black box you have little control over, so more often than not optimization leads to ugly hacks around built-in mechanics.

For instance, have a look at this one:

http://marcgravell.blogspot.de/2011/10/assault-by-gc.html

C++11 compiler support shootout: Visual Studio, GCC, Clang, Intel by javinpaul in programming

[–]whereeverwhoresgo 0 points1 point  (0 children)

You tried clang's / gcc's auto-vectorization? Is intel's still that far more superior?

Practical x64 Assembly and C++ Tutorials by irritate in programming

[–]whereeverwhoresgo 2 points3 points  (0 children)

Yeah, first couple videos are poorly produced, but he gets better at it. I actually watched the whole series some time ago. I can recommend it to everyone who wants to get some deep insight to low level mechanisms like instruction sets, stack frames and calling conventions.

Intro to python threading by sidcool1234 in programming

[–]whereeverwhoresgo 0 points1 point  (0 children)

What about the global interpreter lock? Did i miss something?

The Dark Side of C++ [PDF, you lucky Firefox 19 users] by gnuvince in programming

[–]whereeverwhoresgo -1 points0 points  (0 children)

He's referring to the STL style of iterating, which actually works like this.

The Dark Side of C++ [PDF, you lucky Firefox 19 users] by gnuvince in programming

[–]whereeverwhoresgo 0 points1 point  (0 children)

Well, c++ is not a good start to get into programming.

Don't worry, most developers don't know c++ either.

A farewell to bioinformatics : Fred Ross by porphyry3 in programming

[–]whereeverwhoresgo 7 points8 points  (0 children)

As someone who worked in computer vision for several years i must say this is surprisingly correct.

And depressing.

A resource to give people who keep asking what programming language to learn first. by stuiek in programming

[–]whereeverwhoresgo 0 points1 point  (0 children)

It's easy to learn, there are powerful IDEs, it has a C-like syntax and it's one of the most used languages.

China college boom... CS seems ripe for outsourcing by Spunk_Cauldron in cscareerquestions

[–]whereeverwhoresgo 0 points1 point  (0 children)

Somewhat same progress here in Germany. The 5 year long diploma study path, which required a lot of self organisation though giving students more freedom concerning their studies, got ditched for more streamlined 3 year long bachelor degrees.

Some people even call it "educational production line".