Comments on: C++11 feature – automatic type detection and decltype https://demo.ritambhara.in/c11-feature-automatic-type-detection-and-decltype/ Coding / System Design Interviews Wed, 27 Jun 2012 05:07:06 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Lambda functions and expressions in C++11 » ritambhara.in https://demo.ritambhara.in/c11-feature-automatic-type-detection-and-decltype/#comment-1760 Wed, 27 Jun 2012 05:07:06 +0000 http://www.ritambhara.in/?p=568#comment-1760 […] Lambda functions and expressions in C++11  Articles, C++  Add comments Jun 272012   In my opinion, the single biggest addition to C++11 is the Lambda function and expressions (for more features in C++ click here…). […]

]]>
By: Separate nullptr in C++11 » ritambhara.in https://demo.ritambhara.in/c11-feature-automatic-type-detection-and-decltype/#comment-1759 Tue, 26 Jun 2012 04:57:54 +0000 http://www.ritambhara.in/?p=568#comment-1759 […]  Add comments Jun 262012   In my earlier articles on C++, I have written about the automatic type detection, uniform initialization list and Range based for loopin […]

]]>
By: Range based for loop of C++11 Similar to ‘for each’ » ritambhara.in https://demo.ritambhara.in/c11-feature-automatic-type-detection-and-decltype/#comment-1758 Tue, 26 Jun 2012 04:53:40 +0000 http://www.ritambhara.in/?p=568#comment-1758 […] comments Jun 252012   In my previous articles about C++11 standard I talked about automatic type detection , decltype keyword and uniform initializer list introduced in C++11. Lets see the Range-based for […]

]]>
By: Uniform Initializer lists in C++11 » ritambhara.in https://demo.ritambhara.in/c11-feature-automatic-type-detection-and-decltype/#comment-1757 Sun, 24 Jun 2012 12:37:52 +0000 http://www.ritambhara.in/?p=568#comment-1757 […] comments Jun 242012   In my previous article about C++11 standard I talked about automatic type detection and keyword decltype Today I will take another major enhancement in C++11 called the Initializer […]

]]>