#cplusplus search results
🗓️Day 4 of DSA with @takeUforward_ 📚Solved 3 classic pattern problems to sharpen logic-building skills. 1️⃣⭐ Decreasing star pattern 2️⃣🔢 Decreasing number sequence 3️⃣⛰️ Pyramid star pattern #DSA #100DaysOfCode #cplusplus



📚Day 3 of DSA with @takeUforward_ 💻Solve 4 pattern problems to develop strong logic-building & improving control over loops 1️⃣Square star pattern 2️⃣Right-angled triangle with stars 3️⃣Right-angled triangle with numbers in sequence 4️⃣Right-angled triangle with repeating numbers




Book of the Day: Beautiful C++ by J. Guy Davidson and Kate Gregory meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
My ALS Journey (31/31): The End modernescpp.com/index.php/my-a… #cpp #cplusplus
Solved LeetCode 721 – Accounts Merge with Disjoint Set (Union-Find) in C++! ⚡ Runtime: 36 ms | 💾 Memory: 40 MB #LeetCode #DSA #Cplusplus

Book of the Day: C++ Initialization Story by Bartlomiej Filipek meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
DSA Problem Series : Topic: Reverse Kth Group using Queue Used Queue + Stack combo to reverse elements in fixed-size groups. Learned how both data structures balance order Mentors: @lovebabbar3 & Lakshay Kumar (@CodeHelp4U ) #DSA #Queue #Cplusplus #CodeHelp #ProblemSolving


Day 146 of #365daysodcode 🚀 Day 13 of DSA with C++ Today I wrote my first C++ program and explored: 🔹 Data types & their sizes (int, char, bool, float, double) 🔹 Type conversion & ASCII values 🔹 Comparison operators #DSA #CPlusPlus #CodingJourney #100DaysOfCode #Programmer


Forward declaring a type in C++: The good, and the bad andreasfertig.com/blog/2025/10/f… #cpp #cplusplus
C++ programming assignments can be a real headache—syntax errors, logic bugs, endless debugging sessions! Say goodbye to stress and hello to better grades! 👉 tinyurl.com/96xvuccw #CPlusPlus #ProgrammingHelp #CodingAssignments #debugging #csstudents #CaseStudyHelp
🚀 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

DSA Problem Series — Day 49 🚀 Topic: Deque (Double Ended Queue) Learned how to perform insertion and deletion from both ends efficiently. Also explored its use in sliding window problems and palindrome checking. Mentors: @lovebabbar3 (@CodeHelp4U ) #DSA #Deque #Cplusplus



#CppPollOfToday: Do you use boost? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
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

Using AI Code Assistants to Generate Unit Tests and Maximize Coverage qt.io/blog/using-ai-… #cpp #cplusplus
🚀 Day 74 of my coding journey! Dove into Spiral Matrix generation in C++ today. Learned how to fill an n x n matrix in spiral order using boundaries and loops. 🌀 #100DaysOfCode #Cplusplus #CodingJourney #LeetCode #DevLife #Day74

Eureka! I see endless possibilities with this black canvas. First C++ SDL project, preserving this moment 😎 #Cplusplus #CPP #SDL2 #GameDev #IndieDev #Coding #Programming #DevLife #GraphicsProgramming #MadeWithCode #LearnToCode #OpenSource #CodeArt #GamedevCommunity

Day 60 of #100DaysOfCode 💻 Solved “3Sum Closest” today — a twist on the classic 3Sum problem. Focused on logic optimization and precision in finding nearest targets 🎯 Every day, a bit sharper with problem-solving! #LeetCode #Cplusplus #CodingJourney

Day 80 ✅ Crushed the Maximal Rectangle problem on LeetCode! 💪 75/75 test cases ✅ Runtime: 2ms (beats 89.5%) ⚡ Memory: 18.34MB (beats 60.5%) 💾 Stack + histogram magic makes all the difference! 📊🔥 #100DaysOfCode #LeetCode #Cplusplus #CodingJourney #AlgoLove

C++ Templates: How to Iterate through std::tuple: C++26 Packs and Expansion Statements cppstories.com/2025/tuple-ite… #cpp #cplusplus
Hosting an interview with Klaus Iglberger on Thursday meetup.com/meeting-cpp-on… #cpp #cplusplus
#CppPollOfToday: Do you use boost? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
Making A Program Faster - On Multithreading & Automatic Compiler Vectorization - Ivica Bogosavljevic - C++Now 2025 youtu.be/GTAE_znTvuk #Coding #Cplusplus #Cpp #Programming
youtube.com
YouTube
Making A Program Faster - Multithreading & Automatic Compiler...
Day 147 of #365DaysOfCode 🚀 Day 14 of DSA with C++ Today I practiced basic conditionals in C++: 🔹 Checking positive, negative & zero values 🔹 Comparing two numbers (a & b) 🔹 Using if–else for decision making 🔹 Practicing cin / cout I/O #CPlusPlus #DSA #CodingJourney


🔮 LeetCode Daily: Magical Sequences ✅ Elite DP! 4D memoization + combinatorics + modular exponentiation + carry propagation. ⚡ O(n×m²×k) with 4D state 🎯 Binomial coefficients + bit manipulation 💡 Extreme complexity = extreme skill #LeetCode #CPlusPlus #AdvancedDP

Day 81: Solved Add Two Numbers (LeetCode #2) using linked lists 💪 Learned how to handle carry propagation and dynamic node creation efficiently in C++! Got it accepted ✅ — runtime 2ms ⚡ #100DaysOfCode #LeetCode #CPlusPlus #CodingJourney

Book of the Day: Beautiful C++ by J. Guy Davidson and Kate Gregory meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
In case you missed it, check out our new video from C++ on Sea 2024! Extending std::execution Further - Higher-Order Senders and the Shape of Asynchronous Programs youtube.com/watch?v=B5J6ez… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
Extending std::execution Further - Higher-Order Senders and the Shape...
Day 23 JS Objects Deep Dive & C++ Binary Search 🧠 Learnt object cloning, destructuring, and Symbol in JS. Solved advanced Binary Search problems on LeetCode & GfG. #WebDev #DSA #CPlusPlus #JavaScript @rohit_negi9

🚀 Day 20 of #100DaysOfCode Solved LeetCode 345: Reverse Vowels of a String using the two-pointer approach. Pretty easy to solve it once I got the logic leetcode: leetcode.com/u/eklavyaasingh #LeetCode #Cplusplus #100DaysOfCode #DSA #CodeWithEklavya

We have just released a new C++ on Sea 2025 Video! Extending std::execution Further - Higher-Order Senders and the Shape of Asynchronous Programs youtube.com/watch?v=B5J6ez… #Coding #Cplusplus #Cpp #Programming #cpponsea
youtube.com
YouTube
Extending std::execution Further - Higher-Order Senders and the Shape...
🌍زبان برنامه نویسی WebAssembly داره همهچیز رو تغییر میده! امکان اجرای برنامههای C++ و Rust در مرورگر یعنی وب دیگه محدود به JS نیست. به نظر میاد آیندهی وب = زبانهای چندگانه 💻 #WebAssembly #Rust #Cplusplus
Using TLA+ to Fix a Very Difficult glibc Bug - Malte Skarupke - C++Now 2025 youtu.be/Brgfp7_OP2c #Coding #Cplusplus #Cpp #Programming
youtube.com
YouTube
Using TLA+ to Fix a Very Difficult glibc Bug - Malte Skarupke -...
Declarative Style Evolved - Declarative Structure - Ben Deane - C++Now 2025 youtu.be/DKLzboO2hwc #Coding #Cplusplus #Cpp #Programming
youtube.com
YouTube
Declarative Style Evolved - Declarative Structure - Ben Deane -...
CPS in Cmake - Marching Towards Standard C++ Dependency Management - Bill Hoffman - C++Now 2025 youtu.be/Hk4fv4dD0UQ #Coding #Cplusplus #Cpp #Programming
youtube.com
YouTube
CPS in Cmake - Marching Towards Standard C++ Dependency Management -...
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 4 of DSA with @takeUforward_ 📚Solved 3 classic pattern problems to sharpen logic-building skills. 1️⃣⭐ Decreasing star pattern 2️⃣🔢 Decreasing number sequence 3️⃣⛰️ Pyramid star pattern #DSA #100DaysOfCode #cplusplus



📚Day 3 of DSA with @takeUforward_ 💻Solve 4 pattern problems to develop strong logic-building & improving control over loops 1️⃣Square star pattern 2️⃣Right-angled triangle with stars 3️⃣Right-angled triangle with numbers in sequence 4️⃣Right-angled triangle with repeating numbers




Day 8 of my DSA journey with @rohit_negi9 bhaiyaa. Learn about: Insertion sort and binary search. #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 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


Today’s wins Explored OS components & kernel types 🖥️ Solved 2 DSA problems (Next Greater Element I & II using Monotonic Stacks) Loved how theory + problem-solving balanced my day. Small consistent steps → big progress 🔥 #DSA #Cplusplus #StriverSheet #LearnInPublic


Today’s learning 🔹 DSA: Explored stack & queue conversions — infix ↔ postfix ↔ prefix. Operators & operands finally clicked! 🔹 OS: Learned about types — single, batch, multiprocessing, multiprogramming, real-time & distributed. #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 67 of #100DaysOfCode Finished Linked List section 🔥🔥 and started Recursion! Solved: 🔹 Count Good Numbers 🔹 Power Function Recursion feels powerful already! #DSA #Cplusplus #StriverSheet #LearnInPublic


🚀 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


Solved: Reverse each row K times in a matrix 🧩 ✔️ Get rows & cols ✔️ Use k % m ✔️ Reverse first K, then remaining, then full row Clean & efficient 💻 Thank you so much @rohit_negi9 Bhaiya ❤️ #DSA #CPlusPlus #ProblemSolving #100DaysOfCode




Today’s learning journey : 🔹 DSA – implemented stacks (array, vector, linked list, queue) & queues (array, linked list, stack). 🔹 DBMS – explored CAP theorem & master-slave replication. DBMS playlist✅ Next stop → Operating Systems #DSA #Cplusplus #StriverSheet #Learninpublic

✅ Day 68 of #100DaysOfCode Focused on stacks with recursion today: 🔹 Sort Stack 🔹 Reverse Stack #DSA #Cplusplus #StriverSheet #LearnInPublic


✅ 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 3: #DSA with @lovebabbar3 💻 ✨ Today I Learned: Vectors in C++ 📌 Topics Covered: 1️⃣ Create Vector in C++ 🛠️ 2️⃣ Push Elements ➕ 3️⃣ Pop Elements ➖ 4️⃣ Find Size 5️⃣ Check Capacity 6️⃣ Print Elements 🖨️ #100DaysOfCode #CPlusPlus #CodingJourney #CodeNewbie #Programming



🧠 Day 19 of #100DaysOfCode ✅ Probability problem disguised as food🍲 ✅ Smart DP + Memoization to track (A, B) soup states ✅ Scaled down by 25 mL to optimize state space ✅ Short-circuited large inputs (n ≥ 5000 → return 1) #LeetCode #Cplusplus #100DaysChallenge

🚀 Day 19 Progress I did a small Python project on Sentiment Analysis 📊 ✔️ Learned C++ basics — easier since I already know C 💻 ⚡ Spent time on hackathon work, so less coding today Still showed up and kept the streak alive 💪 #100DaysOfCode #Python #Cplusplus



Something went wrong.
Something went wrong.
United States Trends
- 1. Branch 38K posts
- 2. Red Cross 57.4K posts
- 3. Chiefs 113K posts
- 4. #njkopw 10.3K posts
- 5. Lions 90.2K posts
- 6. Exceeded 5,934 posts
- 7. Binance DEX 5,193 posts
- 8. Knesset 18.2K posts
- 9. Rod Wave 1,728 posts
- 10. Mahomes 35.1K posts
- 11. Air Force One 59.5K posts
- 12. Eitan Mor 18.9K posts
- 13. #LaGranjaVIP 84.3K posts
- 14. Use GiveRep N/A
- 15. #LoveCabin 1,403 posts
- 16. Ziv Berman 22.2K posts
- 17. Alon Ohel 19.4K posts
- 18. #TNABoundForGlory 60.6K posts
- 19. Tel Aviv 61.5K posts
- 20. Matan Angrest 17.4K posts