Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++

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

How to generate truly random numbers (NOT pseudo) in Linux

c++ linux security random

Inlining this function or not?

c++ whitespace inline strcmp

C++: I have a string representing 8 bits. How Do I convert it to a char?

c++

Is this undefined behavior in C/C++

c++ c undefined-behavior

Why I cant return Boost::Scoped_ptr from function?

compile c++ code in c mode

c++ c c-mode

A function-definition is not allowed here before '{'

c++ sdl

Why structure can not contain Instance of itself? [duplicate]

c++ structure

Is the first operation supposed to be faster and if so then Why?

c++

What is an optimal way to find duplicate files in C++?

c++ algorithm file

Performance comparison: strstr() vs std::string::find()

c++ c string

Is it a memory leak?

c++

Difference between void pointers in C and C++

c++

C++: why it doesn't call a destructor?

c++ class destructor

why '&' changes the behaviour of the object?

c++ oop

Idiomatic way to create a vector of pointers in C++11?

c++ pointers c++11 vector