#cpp search results
#100DaysOfCode — Day 61 -Done 1 problem on Leetcode, just to maintain streak -Travelling #webdeveloper #cpp #leetcode #buildinpublic #javascript #github

DAY 82 ✅ Solved Zigzag Conversion in C++ 💯 1157/1157 test cases passed ⏱ Runtime: 0ms (beats 100%!) 💾 Memory: 14.04MB (beats 52.98%) Feeling like a coding ninja today! ⚡👨💻 #LeetCode #100DaysOfCode #CPP #CodingWin #Algorithm

بررسی سورس کد بازی GTA 3 بازی برای ۲۴ سال پیشه ! هنوز هم یکی از شاهکارای مهندسی حساب میشه ! سطح بهینه سازی برای اجرای بازی روی 32 مگابایت حافظه PS2 واقعا پشم ریزونه ... بیاید ببینیم راک استار چی پخته بوده واسمون youtube.com/watch?v=INWWQd… #code_review #gta #cpp #devdrug

My chibi bunny goes trick-or-treating 🎃🐰💫 Made with Wan2.5 on @lovart_ai . A little Halloween adventure full of candy & chaos 🐈⬛👻! #LCP #CPP #LovartAI #DesignWithLovart #CreateWithLovart #Halloween2025
Day 23 : Merge Strings Alternately Approach: Two pointers → alternate pick → append → done ⚙️ Some problems aren’t tough, just need a clear flow 😌 #LeetCode #CPP #Developer #DevJourney

“We who suffer from #chronicpain know that it is a disability. Invisible and destructive. We live in the knowledge that pain is disabling. We just wish doctors were as aware of the ongoing relentless #disability called pain.” Pain is a disability buff.ly/39kwr9J #cpp

Day 20 — Reverse String 🔁 Two pointers, one elegant swap ✨ Simple logic, satisfying result 😌 Sometimes all you need… is a little reverse in life too 😅 #LeetCode #CPP #CodingLife #Developer

Day 69 of #100DaysOfCode Solved : Linked List Cycle (141) Today I learned a new concept — Floyd’s Cycle Detection Algorithm, also known as the Tortoise & Hare Algorithm. Implemented hasCycle() using two pointers: - slow → moves 1 step - fast → moves 2 steps #LeetCode #CPP #DSA

Halloween can be cinematic, not just jump scares. Black cats in a castle and raccoons in an Italian pizzeria — two AI worlds with story and style. Created in Pollo.AI using Sora2 #PolloAI #Sora2 #CPP #Halloween @itsPolloAI
Day 24: C++ Journey What I did today: >wrote a matrix operation code > Revision > Question Practice > No new Topic (2 weeks gap is costing too much 😭) #CPP #100DaysOfCode #CodingJourney



Day 22 : Valid Palindrome II 💫 Approach: Two pointers + one delete chance 🔁 Check from both ends, skip wisely, stay balanced ⚖️ A perfect reminder one mistake doesn’t break the whole logic 😉 #LeetCode #CPP #CodingLife #Developer

Work station or work bed(biggest bug I've seen so far in programming) 🙂😂. As my guyest guys will always say, "let's take things slow". I've been on this task for about 3weeks😪🙄, but I'm finishing it soon😏. #TechCommunity #cpp #buildinpublic #NaijaTech #ROS #Trending

Valid Sudoku ✅ Day 14 ➝ Accepted ✅ Peace of mind ➝ priceless 😌 #LeetCode #CPP #CodingLife #Developer #DevCommunity

my linked list is straight vibin with 904160 904160. infinite loop glitch! 😭 Still I'll not do chatgpt 😤 #programming #cpp #linkedlist #codingstruggle #coding

Joint effort of @BDRCS1 #CPP @ifrc @RedCross @RohingyaResp @UNHCR_BGD @IOMBangladesh, their site management partners, @UNDP_BD & others helped to reach out wider group of people with key messages aligning IDDRR 2025. Power of Partnership! #DRRDay #ResiliencePays #Coxsbazar
In observance of #IDDRR, @BDRCS1 is one with #stakeholders in #Coxsbazar #camps & #host in collective call to invest in localized preparedness. Activities include: 🪧Awareness rally 🌀Cyclone & 🔥fire drill 🎨 Art & cultural events #fundresiliencenotdisasters #DRRDay #CPP




🆕 on the #Cpp Release Radar! 🎉 NVIDIA/cccl: v3.1.0 👉 Download and details here: 🔗 github.com/NVIDIA/cccl/re…
#CppPollOfToday: What is your favorite IDE for C++? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
🔥 Day 70/100 — #100DaysOfCode 💻 Solved Pascal’s Triangle II in C++ 🔺 Generated the kth row using an iterative approach, where each value = sum of adjacent elements from the previous row. A clean example of logic + optimization + precision 🧠 #LeetCode #CPP #ProblemSolving

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 -...
Book of the Day: C++ Lambda Story by Bartlomiej Filipek meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
Day 23 : Merge Strings Alternately Approach: Two pointers → alternate pick → append → done ⚙️ Some problems aren’t tough, just need a clear flow 😌 #LeetCode #CPP #Developer #DevJourney

🧠 Modern C++ can power web backends too. Vix.cpp v1.7.0 proves it — 84K requests/sec, 2.3 ms latency. Clean API design, header-only, zero Boost. Built for developers who love speed and control. 🔗 github.com/vixcpp/vix #cpp #backend #opensource #fastapi
⚡ Vix.cpp v1.7.0 — The Future of C++ Web Development 84,582 req/sec · 2.3 ms latency 🧠 Faster than Node.js and closing in on Go. Header-only. No Boost. Pure C++20. 🔗 github.com/vixcpp/vix #cpp #webdev #performance #opensource

API design principle: Don’t tempt people to divide by zero devblogs.microsoft.com/oldnewthing/20… #cpp #cplusplus
Our #CPP is NOT a slush fund for #CrookedLiberals! #TheivingLiberals #HandsOffOurCPP #ThievingCarney #CarneyHatesCanada #GrifterCarney YOUR CPP Being Used to Pay for Carney's Failing EV Plants? #shorts Stand... youtube.com/shorts/4f5K3IA…
youtube.com
YouTube
YOUR CPP Being Used to Pay for Carney's Failing EV Plants? #shorts...
🆕 on the #Cpp Release Radar! 🎉 ocornut/imgui: v1.92.4 👉 Download and details here: 🔗 github.com/ocornut/imgui/…
Day 9 of my #DSA journey in #CPP with @rohit_negi9 Sir Learned: Peak Index in Mountain Array using Binary Search ❌ Mistake: I used MID = START + (END - START) / 2 ✅ Correct: MID = END + (START - END) / 2 🧠 Also solved a LeetCode question related to it. #180DaysOfCode #DSA
C++ Weekly - Ep 502 - Simple Reflection For C++20 youtube.com/watch?v=voljWh… #cpp #cplusplus
youtube.com
YouTube
C++ Weekly - Ep 502 - Simple Reflection For C++20
DAY 83 🚀 LeetCode Win! ✅ Solved Divide Two Integers in C++ 💡 No *, /, or % — just pure bit shifts & subtraction! 🧠 Mastered efficient division logic + edge case handling ⚡ Precision, speed, and logic all in sync! #LeetCode #100DaysOfCode #CPP #Coding #BitManipulation

Dm for quality help #java #cpp #Accounting #Math #Statistics #physics #finance #chemistry #Algebra #BHCK #KCST #HU #AOU #ACK #ACM #AUM #AUK #MSM #kuwait #Homework #Assignment #researchpaper WhatsApp +1(786)706-1443

#cpp #spoonie #ChronicPain #chronicillness Theyre killing us. Period. "Reducing Opioid Prescriptions Does Not Reduce Overdoses, but It Does Harm Low-Income Pain Patients" healthlaw.org/reducing-opioi…
Wanna get fast-tracked to decoy? Apply today at CPPFAM.com and join the mission to help safeguard kids. Orientation: Wednesday @ 2pm MST Training: Sunday @ 2pm MST Don’t wait — join the team and make a difference! #CPP #ColoradoPedPatrol #JoinTheMission

#cpp #spoonie #ChronicPain #chronicillness "Chronic pain patients show tenfold rise in allergy-linked cells" newatlas.com/disease/severe…
#cpp #spoonies #cripthevote Studies finding that TRAMADOL OFFERS LITTLE PAIN RELIEF BUT DOUBLE ADVERSE CARDIAC EVENTS. medscape.com/viewarticle/ti…
Grinding never stops ⚡ 📝 Paper to 💻 Code ➝ ✅ Accepted! Day 5 & 6 locked in 🚀 #LeetCode #CPP #CodingLife

بررسی سورس کد بازی GTA 3 بازی برای ۲۴ سال پیشه ! هنوز هم یکی از شاهکارای مهندسی حساب میشه ! سطح بهینه سازی برای اجرای بازی روی 32 مگابایت حافظه PS2 واقعا پشم ریزونه ... بیاید ببینیم راک استار چی پخته بوده واسمون youtube.com/watch?v=INWWQd… #code_review #gta #cpp #devdrug

We’re at @CppCon! Stop by the Optiver table to meet our engineers and chat about real-world problems in high-performance systems, trading infrastructure, and more. #cpp #cplusplus

DAY 82 ✅ Solved Zigzag Conversion in C++ 💯 1157/1157 test cases passed ⏱ Runtime: 0ms (beats 100%!) 💾 Memory: 14.04MB (beats 52.98%) Feeling like a coding ninja today! ⚡👨💻 #LeetCode #100DaysOfCode #CPP #CodingWin #Algorithm

Day 21: Valid Palindrome 🔁 Approach: Two pointers + clean checks ✅ Skip non-alphanumeric, compare both ends simple yet sharp ⚡ Just like code, life feels better when you remove the extra characters ✨ #LeetCode #CPP #CodingLife #Developer

“We who suffer from #chronicpain know that it is a disability. Invisible and destructive. We live in the knowledge that pain is disabling. We just wish doctors were as aware of the ongoing relentless #disability called pain.” Pain is a disability buff.ly/39kwr9J #cpp

Preparing for upcoming #Cyclone season (Oct-Nov)! In last two weeks, @BDRCS1 #CPP have completed cyclone #preparedness refreshers for 2,700+ #Refugee volunteers to better facilitate #Readiness & #AnticipatoryActions in #Coxsbazar #CampSettlement 🇧🇩 to reduce impacts. @ifrc




Day 22 : Valid Palindrome II 💫 Approach: Two pointers + one delete chance 🔁 Check from both ends, skip wisely, stay balanced ⚖️ A perfect reminder one mistake doesn’t break the whole logic 😉 #LeetCode #CPP #CodingLife #Developer

Day 58 of #100DaysOfCode LeetCode 20: Valid Parentheses Use a stack to validate parentheses. Push opening ->check matching on closing -> pop. #LeetCode #cpp #dsa #100DaysOfDSA

Valid Sudoku ✅ Day 14 ➝ Accepted ✅ Peace of mind ➝ priceless 😌 #LeetCode #CPP #CodingLife #Developer #DevCommunity

Day 4: Debug. Learn. Repeat. That’s how growth looks 👨💻 Cracking the Longest Common Prefix problem today! Step by step, loop by loop, character by character. 🚀 #CodingLife #CPP #LeetCode #Day4

بررسی سورس کد بازی World of Warcraft گیمپلی اعتیادآور، داستان فوق العاده، به معنی واقعی یک جهان فانتزی آنلاین. شاهکار بلیزارد، بازی WoW. بیاید ببینیم پشت این پیچیدگی زیاد چه دیزاین ها و تصمیمای مهندسی زیبایی گرفته شده. youtube.com/watch?v=akdOfW… #code_review #wow #cpp #devdrug

my linked list is straight vibin with 904160 904160. infinite loop glitch! 😭 Still I'll not do chatgpt 😤 #programming #cpp #linkedlist #codingstruggle #coding

Something went wrong.
Something went wrong.
United States Trends
- 1. #DWTS 18.9K posts
- 2. Robert 101K posts
- 3. #WWENXT 10.4K posts
- 4. #RHOSLC 3,039 posts
- 5. Elaine 42.9K posts
- 6. Whitney 12.9K posts
- 7. Carrie Ann 1,599 posts
- 8. #DWCS 2,469 posts
- 9. Dylan 30.8K posts
- 10. Young Republicans 41.6K posts
- 11. Politico 245K posts
- 12. D’Angelo 390K posts
- 13. Jackson Chourio 1,785 posts
- 14. Charlie 761K posts
- 15. #LHHATL N/A
- 16. Yelich 1,278 posts
- 17. Amen Thompson 1,010 posts
- 18. Dennis Quaid 1,831 posts
- 19. Yamamoto 7,423 posts
- 20. Erika Kirk 101K posts