Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Seth Carnegie

Seth Carnegie

Seth Carnegie has asked 52 questions and find answers to 337 problems.

Stats

22.2k
EtPoint
9.5k
Vote count
52
questions
337
answers

About

I have over 30 years of experience with C and C++, and experience with various other lesser languages.

I highly recommend http://en.cppreference.com/w/cpp as an online C++11 Standard Library reference.

Also, I have redefined the acronym STL to mean STandard Library. It is now safe to use again.

Quotes

Oli Charlesworth: Both these questions would be answered in the first few chapters of any decent introductory book on C++.

jeremyskateboard: well i dont have a book


The first rule of C/C++ is that there is no such thing as "C/C++". – Kerrek SB


Best answers (of mine):

  • How does Q_FOREACH macro work and why is it that complex?
  • C++11: Move/Copy construction ambiguity?
  • Are copy constructor elided when passing more than one function?
  • How to declare an array of pointers to multidimensional arrays
  • Integer range based template specialisation
  • Variable declaration in the switch head?
  • Error pasting “”HELLO“” and “”WORLD“” does not give a valid preprocessing token (because Raymond Chen made an edit to add a code sample)

Favourite questions:

  • gcc: Allow Undefined Symbols
  • How can I make eclipse CDT ignore errors?
  • Passing exceptions accross a C API boundary