Skip to content
Wednesday, April 29, 2026

Nectarpost

Best Learning Platform

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

Author: nectarpost

A simple definition of Azure Storage Account
Azure Technology

A simple definition of Azure Storage Account

November 2, 2022July 4, 2025 nectarpost

All of your Azure Storage data objects, such as blobs, file shares, queues, tables, and discs, are stored in an Azure storage account. Your Azure

Read More

Azure, iliyas, StorageAccount
Share
Facebook Twitter Pinterest Linkedin
Ownership in multithreading explained in a simple way
C++ Thread

Ownership in multithreading explained in a simple way

November 2, 2022June 24, 2025 nectarpost

Another interesting case for transferring ownership from one thread to another, however, one thread cannot be assigned to another. Strange, right? Yes, thread ownership may

Read More

C++, C++11, multithreading, thread
Share
Facebook Twitter Pinterest Linkedin
Advantages of thread join method in multithreading with an example
C++ Thread

Advantages of thread join method in multithreading with an example

November 2, 2022June 24, 2025 nectarpost

Advantages of thread join method in multithreading with an example. API Join() calling thread is suspended until the function called during construction completes. After all

Read More

C++, C++11, thread
Share
Facebook Twitter Pinterest Linkedin
thread_local a unique data for each thread
C++ Thread

thread_local a unique data for each thread

October 20, 2022October 20, 2022 nectarpost

One of the primary advantages of utilising threads for concurrency is the ability to quickly and directly transfer data across them, so now that we’ve

Read More

C++, C++11, multithreading, thread
Share
Facebook Twitter Pinterest Linkedin
mutex in the thread explained in simple examples in detail
C++ Thread

mutex in the thread explained in simple examples in detail

October 20, 2022October 20, 2022 nectarpost

A mutex is a locked object that acts as a notification when critical code parts demand exclusive access. It prohibits other threads with the same

Read More

C++, C++11, C++17, multithreading, thread
Share
Facebook Twitter Pinterest Linkedin
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
Initialization In Modern C++
Cpp11

Initialization In Modern C++

July 17, 2022June 24, 2025 nectarpost

INITIALIZATION IN MODERN C++ Content Covered Default initialization Copy initialization Aggregate initialization Case 1: Zero initialized for aggregateCase 2: Brace elision Direct initialization Case 1:

Read More

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
Parse and TryParse in C#
C#

Parse and TryParse in C#

July 11, 2022June 25, 2025 nectarpost

The converted number is returned by the Parse function, whereas the TryParse method delivers a boolean value indicating if the conversion succeeded and the converted

Read More

C#, Parse, TryParse
Share
Facebook Twitter Pinterest Linkedin
Features and Bug fixes in Initialization : C++ 20
C++

Features and Bug fixes in Initialization : C++ 20

January 17, 2022July 17, 2022 nectarpost

Designated Initialization: Now individual aggregate elements can be initialized using below syntax. Awesome!!! Isn’t it ??? Array deduction: Finally this bug related to array deduction

Read More

bugs, C++20, enhancement
Share
Facebook Twitter Pinterest Linkedin
« Prev 1 2 3 4 5 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.