Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

c++-faq

Meaning of ‘const’ last in a function declaration of a class?

by IT Nursery

When you add the const keyword to a method the this pointer will essentially become a pointer to const object, and you cannot … Read more

Tags c, c++-faq, constants, declaration

What is the difference between public, private, and protected inheritance in C++?

by IT Nursery

class A { public: int x; protected: int y; private: int z; }; class B : public A { // x is public … Read more

Tags access-specifier, c, c++-faq, encapsulation, inheritance

What are the differences between a pointer variable and a reference variable?

by IT Nursery

What are the differences between a pointer variable and a reference variable?

Tags c, c++-faq, pointers, reference

Why is volatile not considered useful in multithreaded C or C++ programming?

by IT Nursery

As demonstrated in this answer I recently posted, I seem to be confused about the utility (or lack thereof) of volatile in multi-threaded … Read more

Tags c, c++-faq, multithreading, volatile

Is the safe-bool idiom obsolete in C++11?

by IT Nursery

This answer of @R. Martinho Fernandes shows, that the safe-bool idiom is apperently deprecated in C++11, as it can be replaced by a … Read more

Tags c, c++-faq, c++11, deprecated, safe-bool-idiom

Which C++ idioms are deprecated in C++11?

by IT Nursery

With the new standard, there are new ways of doing things, and many are nicer than the old ways, but the old way … Read more

Tags c, c++-faq, c++11

What is “Argument-Dependent Lookup” (aka ADL, or “Koenig Lookup”)?

by IT Nursery

What are some good explanations on what argument dependent lookup is? Many people also call it Koenig Lookup as well. Preferably I’d like … Read more

Tags argument-dependent-lookup, c, c++-faq, name-lookup

Why is ‘this’ a pointer and not a reference?

by IT Nursery

I was reading the answers to this question C++ pros and cons and got this doubt while reading the comments. programmers frequently find … Read more

Tags c, c++-faq, pointers, reference, this

What are all the common undefined behaviours that a C++ programmer should know about? [closed]

by IT Nursery

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably … Read more

Tags c, c++-faq, undefined, undefined-behavior

What do the following phrases mean in C++: zero-, default- and value-initialization?

by IT Nursery

What do the following phrases mean in C++: zero-initialization, default-initialization, and value-initialization What should a C++ developer know about them? Best Answer 2

Tags c, c++-faq, initialization
Post navigation
Older posts
Page1 Page2 … Page9 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery