Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Is there a trunc function in C++?

c++ math

Why constructors will always have same name as of class and how they are invoked implicitly?

c# java c++

What is the purpose of Signed Char

c++ c

A method to assign the same value to all elements in an array

c++ arrays

How to insert multiple value in vector in C++?

c++

Why old usage (c++03) of auto does not compile under C++11?

c++ c++11 auto c++03

What does ~0 do?

c++ c bitwise-operators bit

disadvantage of pure function in functional programming [closed]

Why do people write --i? [duplicate]

Trivial raw pointer that self-initializes to nullptr in C++

c++ pointers c++11 unique-ptr

Why do I need to initialize an int variable to 0?

c++

If type of the value cannot be analyzed by looking into the bits, how does the machine know how the value should be manipulated?

c++ c

C/C++ `!a` vs `a==0`

c++ c

Is it possible to get current time at compile time?

c++ timestamp c++14 constexpr

Does this type of memory get allocated on the heap or the stack?

Overloading << operator C++ - Pointer to Class

What is the scope of variables declared in a class constructor?

c++ constructor scope

Get the domain name of a computer from Windows API

c++ winapi

C++ destructors question

c++ destructor

overloading operator delete, or how to kill a cat?