#cplusplus risultati di ricerca
Day 56 & 57 – #100DaysOfCode Recursion + OOP combo 😵💫 • Printed binary numbers where 1s >= 0s • Started OOP – made Bank, Car & Laptop classes (OOP vibe 🔥) • LeetCode revision: Max Product of Word Lengths • POTD: Laser Beams in a Bank DSA grind mode ✅ #CPlusPlus #DSA
The world runs on C++. How can #cplusplus evolve towards safety-first development? John Lakos opens #codedive 2025 today (9 AM CEST) by exploring safety techniques & presenting a roadmap for achieving robust safety guarantees in C++26 & beyond bloom.bg/3KMHmfg #cpp26 #cpp
Nonsense errors are always a pain. Visual Studio and X-Code both often report issues that aren't actually issues. Solution builds fine. Likely some sort of corruption of intellisense data, but this just shouldn't happen! #cplusplus #visualstudio #intellisense
The last update to the schedule for Meeting C++ 2025 meetingcpp.com/meetingcpp/new… #cpp #cplusplus
Day 17: Create a structure to store information about a student, such as name, age, and grade. #100DaysOfCode #Cplusplus
🌟 Day 79 of #100DaysOfCode ✅ Solved “Assign Cookies” 🍪 using a Greedy approach ✅ Studied Reasoning for entrance prep 🧠 ⚠️ No React Today Tomorrow Full time to react #DSA #CPlusPlus #Greedy #WebDev
2 Project: C++ program to create a calculator that takes two numbers and a mathematical operator (+,-,*,/,^) as input from the user. Defined functions for each basic mathematical operation. #cplusplus #100DaysOfCode
🚀 Day 58 of #100DaysOfCode Solved LeetCode 138 — Copy List with Random Pointer ✅ Idea: 🔹 Clone nodes & interleave 🔹 Fix random pointers 🔹 Detach cloned list ⏱ O(n) | 💾 O(1) #LeetCode #Cplusplus #LinkedList #CodingChallenge #DSA #ProblemSolving @harsh__x07
🧠 Day 90 of #100DaysOfCode 🔢 Problem: Reverse Integer Given a 32-bit signed integer x, return its digits reversed. Return 0 if it overflows the 32-bit range. 💻 C++ | Runtime: 0ms | Beats 100% 🚀 #LeetCode #Cplusplus #Coding
Day 65 of #100DaysOfCode Tried the Sliding Window technique for the first time today — and it’s actually kinda cool Solved LeetCode #643 – Maximum Average Subarray I #LeetCode #Cplusplus #CodingJourney #DevCommunity #100DaysOfDSA
🚀 80,083 requests/sec with median latency 2.21 ms pure C++ performance. Built with #VixCpp, a modern backend framework designed for speed, scalability, and simplicity. wrk -t8 -c200 -d30s --latency http://localhost:8080/ #Cplusplus #Backend #Performance #FastAPIinCpp
Day 05 of My DSA Journey🚀 Today’s learning: >> Time & Space Complexities – Big O, efficiency, optimization >> Arrays – syntax, operations, limitations >> Patterns – Floyd’s & Pascal’s Triangle 💡Key takeaway: Efficiency + Structure = Smarter Code #DSA #CPlusPlus #100DaysOfCode
Day 04 of my DSA Journey 🚀 > Learnt about Number Systems — Binary <-> Decimal conversions, > Practiced number & star patterns, and > Got my first look at Time & Space Complexity Slowly building the base stronger each day 💻 #DSA #Cplusplus #100DaysOfCode #CodingJourney
Day 16: Made a Program which can multiply two complex number . Using C++ structures and Function (Just want to upload mp4 for the first time 😜) #100DaysOfCode #Cplusplus #LearningInPublic
Clean 🚀 Day 55 of #100DaysOfCode Solved LeetCode 725 — Split Linked List in Parts ✅ Steps: 1️⃣ Count nodes 2️⃣ Compute base size + extras 3️⃣ Break list into k parts ⏱ O(n) | 💾 O(1) On to the next 💪🔥 #LeetCode #Cplusplus #LinkedList #CodingChallenge @harsh__x07
The last update to the schedule for Meeting C++ 2025 meetingcpp.com/meetingcpp/new… #cpp #cplusplus
Meeting C++ online hosts the final public online pre recording event this Friday! meetup.com/meeting-cpp-on… #cpp #cplusplus
C++ Weekly - Ep 504 - Practical Reflection in C++26 youtube.com/watch?v=Mg_TBY… #cpp #cplusplus
youtube.com
YouTube
C++ Weekly - Ep 504 - Practical Reflection in C++26
🚀 Day 58 of #100DaysOfCode Solved LeetCode 138 — Copy List with Random Pointer ✅ Idea: 🔹 Clone nodes & interleave 🔹 Fix random pointers 🔹 Detach cloned list ⏱ O(n) | 💾 O(1) #LeetCode #Cplusplus #LinkedList #CodingChallenge #DSA #ProblemSolving @harsh__x07
OMG, i traveled 30 years in the past ! 😃 So much great memories … and some less great ones (pointers, malloc 🤐) #Cplusplus #CodingJourney #developer
#CppPollOfToday: Is the code base you work on written in modern C++? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
🌟 Day 79 of #100DaysOfCode ✅ Solved “Assign Cookies” 🍪 using a Greedy approach ✅ Studied Reasoning for entrance prep 🧠 ⚠️ No React Today Tomorrow Full time to react #DSA #CPlusPlus #Greedy #WebDev
Book of the Day: Notebook C++: Tips and Tricks with Templates by Andreas Fertig meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
🔦 LeetCode Daily: Laser Beams in Bank ✅ Two solutions: array storage vs space-optimized! Track prev count only = O(1) space. ⚡ O(m×n) time, O(1) space 🎯 Beams = prev_count × curr_count 💡 Remember only what you need #LeetCode #CPlusPlus #Optimization #100DaysOfCode
Putting the talks and speaker profiles on the static website meetingcpp.com/meetingcpp/new… #cpp #cplusplus
🧩 Day 1 Reflection Understand → Revise → Strengthen fundamentals. Consistency makes complexity simple over time. ⚡ #LeetCode #DSA #Cplusplus #EngineeringMaths #BSGrewal #AbdulBari #ManasPatnaik #AI
Nonsense errors are always a pain. Visual Studio and X-Code both often report issues that aren't actually issues. Solution builds fine. Likely some sort of corruption of intellisense data, but this just shouldn't happen! #cplusplus #visualstudio #intellisense
Understanding Large and Unfamiliar Codebases - Mike Shah & Chris Croft-White - C++ on Sea 2025 youtube.com/watch?v=qmte-Z… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
Understanding Large and Unfamiliar Codebases - Mike Shah & Chris...
✨ Couchbase is hiring Software Engineer 2 🌇 Bengaluru, India, India 💪 #couchbase #cpp #cplusplus #android #typescript #tech #softwareengineer #jobs echojobs.io/job/couchbase-…
🚀 VA 2025.4 is here — and it’s huge. ✅ 60+ new C++ safety checks ✅ Overhauled UI ✅ All-new VA Intelligence (AI integration) Smarter. Faster. More intuitive C++ development starts now. 👉See what's new: tinyurl.com/4ccr75fn #VisualAssist #Cplusplus #DevTools #AI…
wholetomato.com
Visual Assist 2025.4 release post - October 2025
Experience the new Visual Assist 2025.4—featuring 60+ C++ code inspection checkers for safety, an overhauled UI, and the debut of VA Intelligence, our local AI-powered symbol explanation tool.
Day 56 & 57 – #100DaysOfCode Recursion + OOP combo 😵💫 • Printed binary numbers where 1s >= 0s • Started OOP – made Bank, Car & Laptop classes (OOP vibe 🔥) • LeetCode revision: Max Product of Word Lengths • POTD: Laser Beams in a Bank DSA grind mode ✅ #CPlusPlus #DSA
The world runs on C++. How can #cplusplus evolve towards safety-first development? John Lakos opens #codedive 2025 today (9 AM CEST) by exploring safety techniques & presenting a roadmap for achieving robust safety guarantees in C++26 & beyond bloom.bg/3KMHmfg #cpp26 #cpp
Day 56 & 57 – #100DaysOfCode Recursion + OOP combo 😵💫 • Printed binary numbers where 1s >= 0s • Started OOP – made Bank, Car & Laptop classes (OOP vibe 🔥) • LeetCode revision: Max Product of Word Lengths • POTD: Laser Beams in a Bank DSA grind mode ✅ #CPlusPlus #DSA
🚀 Day 53 of #100DaysOfCode Rotated an n x n matrix 90° clockwise in-place 💻 💡 Approach: 1️⃣ Transpose the matrix 2️⃣ Reverse each row ✅ Used a pointer-based swap function for efficiency #CPlusPlus #DSA #ProblemSolving #Coding #100DaysOfCode #MatrixRotation
🚀 Day 67 of #100DaysOfCode Today I solved the “Sqrt(x)” problem using Binary Search 🧠 Optimized my approach to achieve O(log n) time complexity — instead of using built-in functions, I implemented the logic from scratch! ⚙️ #LeetCode #CPlusPlus #Programming #100DaysOfCode
✅ Day 69 of #100DaysOfCode Implemented atoi with 4 errors fixed—great debugging! Learned backtracking while generating parentheses. Progress through challenges fuels growth! #DSA #Cplusplus #Backtracking #LearnInPublic
Day 68 of #100DaysOfCode Problem : Roman to Integer (LeetCode- 13) Implemented a clean and optimized approach using unordered_map and reverse iteration. #LeetCode #CPlusPlus #ProblemSolving #TechJourney #DSA
Day 17: Create a structure to store information about a student, such as name, age, and grade. #100DaysOfCode #Cplusplus
🚀 Day 73 of #100DaysOfCode Today I solved the classic “Reverse a Linked List” problem Simple. Clean. Efficient. Sometimes, elegance is just 3 pointers away ✨ #Cplusplus #CodeNewbie #100DaysOfCode #DSA
Day 1 of #100DaysOfCode Started the DSA series — completed 3 lectures today. Feeling motivated to take on this 100-day challenge. Let’s go all in, even if it ends in failure 😤 #DSA #cplusplus #codingcommunity
Day 4 of my DSA journey by @rohit_negi9 ✅ Learned input in C++ ✅ Type conversion & truncation ✅ If-else conditions ✅ For loop basics ✅ Solved practice Qs on loops & conditions 🔥 Step by step, feeling more confident #100DaysOfCode #DSA #Cplusplus #CodingJourney
✅ Day 62 of #100DaysOfCode Took on two Linked List tasks today: 🔹 Rotate a Linked List 🔹 Flatten a Linked List #DSA #Cplusplus #StriverSheet #LearnInPublic
✅ Day 64 of #100DaysOfCode Practiced Doubly Linked List basics: 🔹 Insert a Node 🔹 Delete a Node Getting the hang of DLL operations! #DSA #Cplusplus #StriverSheet #LearninPublic
Day 65 of #100DaysOfCode Tried the Sliding Window technique for the first time today — and it’s actually kinda cool Solved LeetCode #643 – Maximum Average Subarray I #LeetCode #Cplusplus #CodingJourney #DevCommunity #100DaysOfDSA
🌟 Day 79 of #100DaysOfCode ✅ Solved “Assign Cookies” 🍪 using a Greedy approach ✅ Studied Reasoning for entrance prep 🧠 ⚠️ No React Today Tomorrow Full time to react #DSA #CPlusPlus #Greedy #WebDev
✅ Day 60 of #100DaysOfCode Solved these Linked List classics: 🔹 Add 2 Numbers in Linked List 🔹 Find Intersection Point of Y Linked Lists Two Months Done 🔥🔥 #DSA #Cplusplus #StriverSheet #LinkedLists
✅ Day 68 of #100DaysOfCode Focused on stacks with recursion today: 🔹 Sort Stack 🔹 Reverse Stack #DSA #Cplusplus #StriverSheet #LearnInPublic
Something went wrong.
Something went wrong.
United States Trends
- 1. Freddie Freeman 77.2K posts
- 2. Good Tuesday 27.5K posts
- 3. Dodgers 279K posts
- 4. #WorldSeries 221K posts
- 5. Klein 225K posts
- 6. Jamaica 145K posts
- 7. #tuesdayvibe 1,772 posts
- 8. Grokipedia 104K posts
- 9. Wikipedia 72K posts
- 10. National First Responders Day N/A
- 11. $PYPL 32.1K posts
- 12. Ohtani 145K posts
- 13. USS George Washington 28.3K posts
- 14. PayPal 89.9K posts
- 15. #TuesdayMotivation N/A
- 16. Wordle 1,592 X N/A
- 17. Nelson 22.2K posts
- 18. Hurricane Melissa 111K posts
- 19. Kershaw 20.7K posts
- 20. 18 INNINGS 17.5K posts