Skip to content
Wednesday, April 29, 2026

Nectarpost

Best Learning Platform

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

Tag: C++

Detail understanding and usage of std::async in C++ 11
C++ Technology

Detail understanding and usage of std::async in C++ 11

May 29, 2021October 20, 2022 nectarpost

Agenda: Introduction to std::async. Accessing the shared state of the future. Get a value from parent to child- Full filling promise. set_exception – failed to

Read More

async, C++, C++11, iliyas, Nectarpost, thread
Share
Facebook Twitter Pinterest Linkedin
Multithreading in C++
C++ Technology

Multithreading in C++

May 24, 2021November 2, 2022 nectarpost

Introduction : The std::thread class was introduced in C++ 11 to facilitate multithreading. POSIX (Pthread thread ) library in C or Win32 threads (CreateThread AfxBeginThread)

Read More

C++, iliyas, multithreading, Nectarpost, thread
Share
Facebook Twitter Pinterest Linkedin
Asynchronous packaged_task in C++ 11
C++ Technology

Asynchronous packaged_task in C++ 11

May 23, 2021November 17, 2022 nectarpost

Defination of packaged_task : The class template packaged_task wraps any Callable target, which can be invoked later. The callable objects can be function, lambda expression,

Read More

C++, C++11, iliyas, necdtarpost, packaged_task
Share
Facebook Twitter Pinterest Linkedin
Keyword auto in C++ ( type inference or type deduction ) | Programming in C++
Technology

Keyword auto in C++ ( type inference or type deduction ) | Programming in C++

February 20, 2021May 29, 2021 Mohammed iliyas Patel

Keyword auto in C++ is explained in few simple steps: The keyword auto in C++ (Type Inference) refers to automatic deduction of the data type.

Read More

auto, C++, iliyas2 Comments on Keyword auto in C++ ( type inference or type deduction ) | Programming in C++
Share
Facebook Twitter Pinterest Linkedin
Day2: FAQ Interview questions – Coding
Technology

Day2: FAQ Interview questions – Coding

January 9, 2021May 17, 2021 nectarpost

This is 2nd Day, where I have covered few major areas to cover most of the FAQ questions during the coding interview.Feel free to ask

Read More

C++, iliyas, interviewLeave a Comment on Day2: FAQ Interview questions – Coding
Share
Facebook Twitter Pinterest Linkedin
Day1: FAQ Interview questions – Coding
Technology

Day1: FAQ Interview questions – Coding

January 6, 2021October 20, 2022 nectarpost

This complete series of interviewing questions are divided into days for easy and better understanding. Follow the Day pattern and practice coding as much you

Read More

C++, coding, interview1 Comment on Day1: FAQ Interview questions – Coding
Share
Facebook Twitter Pinterest Linkedin
1st simple step to understand and use tuple in C++
Technology

1st simple step to understand and use tuple in C++

January 4, 2021February 21, 2021 Mohammed iliyas Patel

Tuple in C++ | Programming in C++: Tuples are objects that pack elements of -heterogeneous types together in a single object. The object of Tuple

Read More

C++, iliyas, Tuple in C++Leave a Comment on 1st simple step to understand and use tuple in C++
Share
Facebook Twitter Pinterest Linkedin
You are just a step away from learning anagrams of  string Using C++
Technology

You are just a step away from learning anagrams of string Using C++

December 23, 2020January 23, 2021 Mohammed iliyas Patel

An anagram of a string is a string that contains the same characters as of another string, only the order of characters can be changed. For example, “nectarpost” and “postnectar”

Read More

C++, CppProgramsLeave a Comment on You are just a step away from learning anagrams of string Using C++
Share
Facebook Twitter Pinterest Linkedin
How to find duplicate characters in a string in simple steps?
Technology

How to find duplicate characters in a string in simple steps?

December 23, 2020January 23, 2021 Mohammed iliyas Patel

Find duplicate characters in a string The simplest way of finding duplicate characters can be achieved in below-mentioned steps: Step 1. Iterate through the string

Read More

C++, CppProgramsLeave a Comment on How to find duplicate characters in a string in simple steps?
Share
Facebook Twitter Pinterest Linkedin
How std::make_tuple makes the task simple to construct tuple of appropriate type?
Nectar Technology

How std::make_tuple makes the task simple to construct tuple of appropriate type?

March 3, 2020June 24, 2025 Mohammed iliyas Patel

make_tuple | Programming in C++ This is the continuation of my previous post on std::tuple. Please refer std::tuple before reading this post. Ignore if already

Read More

C++, iliyas1 Comment on How std::make_tuple makes the task simple to construct tuple of appropriate type?
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.