Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

I'm messing up my inheritance

create global dynamic array inside the function

std::vector Destruction and Unexpected Memory Leak

c++ memory-leaks vector

reversing of a string

c++

"Safe" pointer values interval?

c++ c pointers

C++ basic string exception

c++ exception

how can i initialize a dynamically allocated array of characters so i don't get those weird characters?

c++

Why do C or C++ books not contain anything on networking? [closed]

istream_iterator question, using in loop

c++ stl istream-iterator

Quaternion base transformation

c++ rotation quaternions

std::getline() reads carriage return \r into the string, how to avoid that?

c++ operator-overloading

Valgrind reporting invalid read on one system but not another

Returning an array ... rather a reference or pointer to an array

c++ arrays return

Check invocation of class methods using Google Test

c++ googletest

Hash function to switch on a string

c++ hash

How to run a Qt application in headless mode (without showing my GUI)

What is the difference between const string &s and string &s?

Does string in C++ have no out of bound exeption/error? [duplicate]

c++ string c++11

C++ - Smart Pointers - Passing derived class shared pointer to base through template

c++ boost smart-pointers

Do Clang vs Clang tidy detect the same warnings and errors ?

c++ linux clang clang-tidy