Tagged Questions

31
votes
18answers
3k views

Is modern C++ becoming more prevalent?

When I first learned C++ 6-7 years ago, what I learned was basically "C with Classes". std::vector was definitely an advanced topic, something you could learn about if you really w …
10
votes
9answers
408 views

When/Why ( if ever ) should i think about doing Generic Programming/Meta Programming

Hi there IMHO to me OOPS, design patterns make sense and i have been able to apply them practically. But when it comes to "generic programming /meta programming" of the Modern C …
5
votes
3answers
690 views

Modern C++ Game Programming Examples

To what extent are modern C++ features like: polymorphism, STL, exception safety/handling, templates with policy-based class design, smart pointers new/delete, placement new/ …
-1
votes
7answers
356 views

What ways do you see to renew public perception of C++ as a modern programming language? [closed]

Do you think that modern C++ frameworks like Qt or Boost have a potential to renew the public perception of C++ as a modern programming language? What other ways do you see? UPDAT …