Skip to main content
Saurav Sahu's user avatar
Saurav Sahu's user avatar
Saurav Sahu's user avatar
Saurav Sahu
Senior Software Engineer at Microsoft
  • Member for 12 years, 1 month
  • Last seen this week
30 votes
4 answers
12k views

When to use std::launch::deferred?

14 votes
2 answers
561 views

Template argument deduction failure while passing address of const type

12 votes
2 answers
19k views

How to make Spark session read all the files recursively?

10 votes
4 answers
25k views

Forward slash vs backward slash for file path in git bash

8 votes
4 answers
5k views

Is there any efficiency advantage in using minmax_element over min_element and max_element together?

7 votes
3 answers
1k views

Filter `git show <commitId>` result with file extension

7 votes
2 answers
32k views

Compiler for C++ 17 [closed]

6 votes
3 answers
2k views

Copy the list of stashes from one clone or folder to another

6 votes
3 answers
795 views

std::move operation C++

5 votes
5 answers
633 views

Why successive vector::push_back results into different number of constructor call?

5 votes
1 answer
3k views

Lock icon with Autos variables in Visual studio. What does it denote?

5 votes
4 answers
7k views

What is the use of reset_index() in pandas?

4 votes
1 answer
186 views

Replace dot in between slash i.e. '/./' with single slash '/'

4 votes
1 answer
545 views

Check for Complete type

3 votes
1 answer
1k views

When does std::is_convertible consider primitive types convertible?

3 votes
2 answers
3k views

Passing pointer instead of iterator to std::copy

3 votes
1 answer
5k views

What exactly is first non singleton dimension of a matrix?

3 votes
1 answer
3k views

ArrayDeque vs LinkedList as Queue for level-order traversal

3 votes
3 answers
176 views

Can I keep new words in dictionary by matching key as prefix

3 votes
1 answer
7k views

What is Amazon S3 Staging Directory relevant for?

2 votes
2 answers
2k views

Can end statement replace endfor statement in Octave?

2 votes
1 answer
384 views

Restrict access to a instance variable to only selected method in that class

2 votes
2 answers
78 views

Affect the order of initialization in C++

2 votes
3 answers
391 views

String Concatenation and then append in a loop

2 votes
1 answer
146 views

Relation between running Thread and the thread object

2 votes
2 answers
3k views

What does this arrow mean in UML class diagram?

2 votes
1 answer
546 views

Default arguments in a move constructor

2 votes
2 answers
222 views

Does compiler really enforce implementation of pure virtual destructor?

2 votes
1 answer
596 views

When do we need to explicitly instantiate a template function?

2 votes
2 answers
820 views

Use-case of #pragma start and #pragma exit