Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

C++

How to sort with a lambda?

by IT Nursery

sort(mMyClassVector.begin(), mMyClassVector.end(), [](const MyClass & a, const MyClass & b) { return a.mProperty > b.mProperty; }); I’d like to use a lambda function … Read more

Tags c, char, constants, lambda, sorting

C++11 std::threads vs posix threads

by IT Nursery

Why should I prefer one or another in practice? What are technical differences except that std::thread is a class? Best Answer 4

Tags c, c++11, multithreading, pthreads

Why should I avoid multiple inheritance in C++?

by IT Nursery

Is it a good concept to use multiple inheritance or can I do other things instead? 1Best Answer 15

Tags c, multiple-inheritance, oop

What is Objective C++? [closed]

by IT Nursery

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably … Read more

Tags c, objective-c, xcode

Fastest method of screen capturing on Windows

by IT Nursery

I want to write a screencasting program for the Windows platform, but am unsure of how to capture the screen. The only method … Read more

Tags c, windows

What does iota of std::iota stand for?

by IT Nursery

I’m assuming the “i” is increment and the “a” is assign, but I could not figure out or find the answer. Also, it … Read more

Tags c, c++11, naming-conventions

Static member initialization in a class template

by IT Nursery

I’d like to do this: template <typename T> struct S { … static double something_relevant = 1.5; }; but I can’t since something_relevant … Read more

Tags c, static, templates

delete vs delete[] operators in C++

by IT Nursery

What is the difference between delete and delete[] operators in C++? Best Answer 7

Tags c, delete-operator, memory-management

C++ valarray vs. vector

by IT Nursery

I like vectors a lot. They’re nifty and fast. But I know this thing called a valarray exists. Why would I use a … Read more

Tags c, c++-standard-library, stdvector, stl, valarray

Generating random integer from a range

by IT Nursery

I need a function which would generate a random integer in given range (including border values). I don’t unreasonable quality/randomness requirements, I have … Read more

Tags c, random
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page75 Next →

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery