Varun
@thisPtr
Followers
341
Following
428
Media
113
Statuses
462
Follow us for daily dose of Python, C++ & JavaScript - Tips | Tricks Tutorials | News | Updates
New Delhi, India
Joined February 2017
A Day in Motion – Capturing Earth’s Rotation The stars remain still, but Earth never stops spinning. My goal was to capture a full 24-hour time-lapse, revealing the transition from day to night and back again. @IIABengaluru @asipoec (1/n)
261
531
2K
What is a Pointer to a Pointer or Double Pointer in C/C++? This type of question can make or break your interview. The way you answer it showcases your expertise with Pointers. So, let’s start with it ! #cplusplus #cpp #programming #cprogramming #coding #pointers Thread 1/5 ...
1
1
3
>Linux is C >Git is C >Python interpreter (CPython) is C >Ruby interpreter (MRI) is C >PostgreSQL is C >SQLite is C >Redis is C >MySQL is C++ >MongoDB is C++ >Unreal Engine is C++ >Chrome is C++ >Firefox is C++ >Windows kernel is C >macOS kernel (XNU) is C >Photoshop is C++
630
1K
12K
@CeoNoida @PankajSinghBJP
@dr_maheshsharma @myogioffice How this board outside Prateek Wisteria will help noida authority in recovering money from Prateek Group..No inventory left which u will attach.. Isn't it a harassment to residents
1
9
7
What is a Dictionary in Python? Part 1 - Complete Series on #python Dictionary #datascience
https://t.co/aWOII8GcYg
#DataAnalytics #DataScientist
0
0
0
🐍 Python Pro Quiz🧑💻: WARNING : Its not an easy one⚠️ How to Keep track inside a Function that how many times that function is called? Explain this code, if you can 🤓 #programming #developer #programmer #softwaredeveloper #Python #DataScience #DataScientists #DataScientist
1
0
1
Python NumPy Insights: How to Get Number of Rows & Columns in 2D Array? #PythNetwork #pythonprogramming #python3 #datascience #datascientist #MachineLearning
https://t.co/51b3fuSeiR
0
0
1
Demystifying Modern C++ : What is std::bind in Modern C++ and how it use it? Checkout detailed tutorial: https://t.co/OMHsr5VmXu
#cpp #cplusplus #code #programming #developer #100DaysOfCode
0
1
5
#Python Quiz:🧩 Can you guess the output of this #NumPy code snippet? 🐍🔢 Options: A) [‘Tweet’, True, 24, 10.6] B) ['Tweet', '1', '24', '10.6'] C) An error is thrown #programming #developer #programmer #softwaredeveloper #webdev #DataScience #DataScientists #MachineLearning
0
0
1
Looking to use unique_ptr in C++? 🤔Here's a simple tip: ✅ Pass it to a function without worries by using std::move. Just remember, the unique_ptr becomes null after moving. Check Short Video --> https://t.co/2rbc9yk1yC
#cplusplus #cpp #programmig #coding #code #development
0
0
2
Modern C++ Insight ✨: Want to flawlessly capture member variables in a Lambda Expression? Ensure you're doing it right !! Check Now --> https://t.co/pQSaS0OgZc
#cplusplus #cpp #programmig #coding #code #cpp23 #python #coder #development #100DaysOfCode
0
1
14
C++11/14 Tutorial: Lambda Function in Modern C++ with Examples. It covers, * Need of Lambda Functions * How to Capture Variables by Reference or Value in Lambda? #cpp #cplusplus #programming #coding #code #cpp11 #cpp23
https://t.co/cczDHUJbUB
0
2
7
If you're able to identify the problem, please don't hesitate to recommend any changes that would resolve the issue !!
0
0
1
🧠💻 C++ Developers! Are you up for a #CodePuzzle? Spot the bug in this unique_ptr snippet. 👀 Remember, smart pointers are smart, but they rely on you to set them up correctly! Can you Spot the issue here, #cplusplus #cpp #coding #programming #Coding #code #development
2
0
3
NumPy Array vs. Python List: A visual breakdown in a GIF! Explore their unique strengths and find your favourite. What's your go-to? #Python #pythonprogramming #numpy #DataScience #DataAnalytics #DataScientists #MachineLearning #programming #Coding
0
1
4
DSA Interview Question: How to Detect Cycle in a Linked List #dsa #cpp #cplusplus #datstructure #programming #coding #code
https://t.co/UjlKcV7Zqn
0
0
1
The emplace() function will move the unique_ptr, even if the insertion in map fails. Therefore in C++17 try_emplace() was added. The try_emplace() function will not move the value if it’s not going to add the key-value pair. So replace emplace() with try_emplace() & avoid crash
0
0
2
🧩 C++17 Puzzle Alert! 🧩 Spot the bug in the code snippet below. If you can, you're a true C++ aficionado! Comment with your answer. Hint: A fix for this issue was introduced in C++17. Can you pinpoint it? #cpp #cplusplus #coding #programming #100DaysOfCode #cpp23 #code #data
4
0
8