Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

Outputting to stderr whenever malloc/free is called

c++ linux memory malloc valgrind

In C++, I want my interface, .h to say int GetSomeInt() const;.... but actually the method *DOES* update "this".

c++ constants

Why won't my program run unless Visual Studio 2008 is installed?

c++ delete object referenced by two pointers

c++

How can I find prime numbers through bit operations in C++?

c++ math primes

Change resize behavior in Qt layouts

c++ qt user-interface

C# - Executables decompilable (can be reverse engineered)?

c# c++ reverse-engineering

Why Access Violation for cout and Stack Overflow for printf

c++ c stack-overflow

std::string a container

c++ containers

global variables in C++

c++ arrays

C++ Inheritance, calling a derived function from the base class

c++ inheritance function class

easy way to randomize the entries of an array using stl?

c++ stl arrays random

const object in c++

c++ constants

which is better: a lying copy constructor or a non-standard one?

c++

Self referential type

c++ c types self-reference

Threading on both Windows and Linux

c++ multithreading

Non-Integer numbers in an String and using atoi

c++ c math atoi

Cost of passing variables to functions

c++ c

How to make function return string in c++ [duplicate]

c++ string function char

How to convert a char array into string based hex-stream (ostringstream)

c++ string hex ostringstream