Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

How to get the line numbers for GDB?

c++ gdb

Create and initialise an array of vectors in one go

c++ vector

Open source soft modem that runs on Linux? [closed]

c++ c open-source modem

a 64-bit number does not fit in the register int in x86_64 mode

c++ c gcc assembly cpu-registers

Given an unknown length list, return a random item in it by scanning it only 1 time

get value_type of dereferencable types

What does "0 skipped, 0 blacklisted" mean in the Qt Unit Test framework?

c++ qt unit-testing

When writing into a binary file, `std::ofstream::write` sometimes writes more bytes than it should

c++ file-io binaryfiles

Why iterator::end( ) are non-static members and not similar as string::npos?

GNU pth vs. pthread

c++ multithreading

How are templates work so that the classes are properly generated by the compiler to work with both pointer types and non pointer types?

Speed of accessing a vector by index: backwards vs forward

c++

c++ operator< overloading struct

c++ operator-overloading

QImage::fill(Qt::red) always black?

cout not working in the case of an infinite loop

c++ infinite-loop

How do I check if a const char* begins with a specific string? (C++)

c++ string char constants

Destructor of referenced temporary object

c++ destructor c++14

How to obtain font data to embed in a PDF?

c++ pdf winapi pdf-generation

Is there a way to embed a Sh/Bash session in C or C++?

c++ c bash shell