Skip to content
Wednesday, April 29, 2026

Nectarpost

Best Learning Platform

  • Home
  • Technology
    • C++
      • Thread
      • Cpp11
    • C#
    • Azure
  • Business
  • Features
Home » C++ » Page 2

Tag: C++

Complete guide on how to Pass Arguments to thread and How You Could Use Them With C++
C++ Thread

Complete guide on how to Pass Arguments to thread and How You Could Use Them With C++

October 18, 2022October 18, 2022 nectarpost

This blog describes how to pass an argument to a thread and which arguments cannot be passed. The first thing we’ll look at is why

Read More

C++, C++11, multithreading, thread
Share
Facebook Twitter Pinterest Linkedin
Aggregate Initialization in C++
C++

Aggregate Initialization in C++

July 17, 2022July 17, 2022 nectarpost

An aggregate initialization is a collection of items gathered together. Aggregates of mixed types, such as structs and classes, are covered by this definition. An

Read More

aggregate, aggregate initialization, C++
Share
Facebook Twitter Pinterest Linkedin
Uniform Initialization ( List Initialization ): C++ 11
C++

Uniform Initialization ( List Initialization ): C++ 11

January 17, 2022July 17, 2022 nectarpost

Topics Covered : Uniform Intializer list        Direct list initialization       Copy-list-initialization About std::initilizer_list Problem associated with std::initializer_list std::initializer_list for Aggregate

Read More

C++, C++11, initializer_list, List Initialization, Uniform initialization
Share
Facebook Twitter Pinterest Linkedin
Value initialization in C++
C++

Value initialization in C++

January 17, 2022July 17, 2022 nectarpost

In Value initialization the initializer is an empty pair of parenthesis.This is the major feature release in C++3.0 If user has default Constructor – it

Read More

C++, Value, Value Initialization
Share
Facebook Twitter Pinterest Linkedin
Direct Initialization:
C++

Direct Initialization:

January 17, 2022July 17, 2022 nectarpost

Direct Initialization : whenever the initialization is an argument list in parenthesis. Copy-initialization only takes into account implicit constructors and implicit user-defined conversion functions, whereas

Read More

C++, direct, direct initialization
Share
Facebook Twitter Pinterest Linkedin
Static initialization
C++

Static initialization

January 17, 2022July 17, 2022 nectarpost

Static initialization will initialized variable to 0 by default. In below example though static variable is not initialized, but still it will get initialized with

Read More

C++, Static, Static initialization
Share
Facebook Twitter Pinterest Linkedin
Copy Initialization in C++:
C++

Copy Initialization in C++:

January 17, 2022July 17, 2022 nectarpost

In Copy initialization an object is initialized by another object.. The following circumstances necessitate copy initialization: 1) When a named variable of non-reference type T

Read More

C++, copy-initializer
Share
Facebook Twitter Pinterest Linkedin
Default Initialization in C++
C++

Default Initialization in C++

January 17, 2022July 17, 2022 nectarpost

Default Initialization is the initialization performed when an object is constructed with no initializer. Default initialization occurs in three scenarios:1) when a variable with automatic,

Read More

C++, C++11, default-initialization, initialization
Share
Facebook Twitter Pinterest Linkedin
Promise and future in C++
C++ Technology

Promise and future in C++

July 27, 2021October 14, 2022 nectarpost

Content: Brief introduction of what is future and promise in C++. Sample code to implement promise and future in C++. Set an exception in promise

Read More

C++, C++11, future, iliyas, Nectarpost, promise, thread
Share
Facebook Twitter Pinterest Linkedin
Use of shared_future in C++ 11
C++ Technology

Use of shared_future in C++ 11

May 29, 2021July 18, 2022 nectarpost

The shared_future object works similar to std::future except that it can be copied and thereby more than one std::future can share the ownership. The use

Read More

C++, C++11, iliyas, Nectarpost, shared_future, thread
Share
Facebook Twitter Pinterest Linkedin
« Prev 1 2 3 4 Next »

Technology

multithreading
Cpp11

Multithreading in C++ — A Complete Beginner to Advanced Guide 🌳

June 18, 2025July 24, 2025
  • Cpp Program
    C++

    default and delete with example in C++

    June 18, 2025June 24, 2025
  • Cpp Program
    C++

    final and override with an example in C++

    June 18, 2025June 24, 2025
  • Cpp Program
    C++ Other

    Range-Based For Loop with an example

    June 18, 2025June 24, 2025
  • Cpp Program
    C++

    static_assert with an example in C++

    June 18, 2025June 24, 2025

Business

Scrum Teams
Scrum

Best 8 Golden Theories for Business and Scrum Teams

July 2, 2025July 7, 2025
  • Raise-Pre-Seed-Funding
    Business Features

    Top 10 reasons to understand Seed Funding

    January 7, 2021January 16, 2021
  • Indian startup
    Business Startup

    Is Indian startup Practically raised $4 million?

    January 6, 2021February 24, 2023
  • ipl bidding
    Business Features Sports

    IPL bidding and Money Making?

    January 6, 2021January 17, 2021
  • Series-A-B-C-Funding
    Business Features

    What are the 3 steps in series funding A, B and C?

    February 23, 2020February 22, 2021

General

Mohammed iliyas

About

Blog

Privacy Policy

Recent Posts

  • Best 8 Golden Theories for Business and Scrum Teams
  • Multithreading in C++ — A Complete Beginner to Advanced Guide 🌳
  • default and delete with example in C++
  • final and override with an example in C++
  • Range-Based For Loop with an example
  • static_assert with an example in C++
All Rights Reserved 2021.
Proudly powered by WordPress | Theme: Refined Magazine by Candid Themes.