#cplusplus نتائج البحث
Would anyone like to be involved in my game's beta play/stress test? 🥹 Send me a message and I'll invite you to the Discord.... pic for attention lol #IndieGameDev #indiegame #cplusplus #playtest
✅Lecture06 Of DSA Course in C++ with @rohit_negi9 Today's I covered the Function. Deep diving in the function and solve the Problems . Know the how to make code reusable with the Function in cpp. "Consistency" 💪🚀 #DSA #CPP #CPlusPlus #Coding #Programming #100DaysOfCode 😊
🏢 LeetCode: Count Covered Buildings ✅ Sets track row/column extremes! Building covered if NOT at any boundary. Check all 4 directions with begin/rbegin. ⚡ O(n log n) with sets 🎯 4-direction check 💡 Sorted containers FTW #LeetCode #CPlusPlus #Sets #100DaysOfCode
I might have overdone the sequence chaining while brute-forcing #AdventOfCode day 2, but I have no regrets #cplusplus
Just applied for the C++ Developer role at Pratiti Technologies! 🚀 Excited for the opportunity and eager to explore where this journey leads. Sharing the link in case it helps someone in my network ↘️ placement.acciojob.com/job-drive-deta… #CareerOpportunities #CPlusPlus #TechRoles
Hare Krishna 🙏🏼 🚀 Day 5 of Strike ( DSA with C++) 🔍 Covered Do–While Loop, Reverse Number, Decimal ↔ Binary, Factorial, Fibonacci, Armstrong No., and Square Root. ⚡ Feeling the improvement in logic & consistency every day. #DSA #CPlusPlus #LearnInPublic #100DaysOfCode
Day 1 of my #WinterArcChallenge with @rohit_negi9 (Strike Batch) Today I learned the true fundamentals of C++. Also found out that cout and cin are not part of core C++, they come from the iostream library. Great start to the journey! 🚀 #CPlusPlus #CodingJourney
Start teaching C++ (to beginners!) - Hannah Lenk - Meeting C++ 2025 lighning talks youtube.com/watch?v=f6fEB2… #cpp #cplusplus
youtube.com
YouTube
Start teaching C++ (to beginners!) - Hannah Lenk - Meeting C++ 2025...
Book of the Day: 97 Things Every Programmer Should Know by Kevlin Henney meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
⚡Code completion just became instant. It's now up to twice as fast, making your C and C++ workflows in CLion smoother than ever. jb.gg/wn_clion_253 #cpp #cplusplus
Hare Krishna 🙏🏼 🚀 Day 4 of Strike journey (DSA with C++) 🔍 Learned pattern printing, solved questions to build logic, and covered while loops. ⚡ Concepts getting clearer step-by-step. #DSA #CPlusPlus #CodingJourney #LearningInPublic #100DaysOfCode #CoderArmy
🚗 LeetCode: Count Collisions on a Road ✅ Two pointers! Skip boundary escapes (L's left, R's right). Count non-S between = collisions. ⚡ O(n) single pass 🎯 Boundary elimination 💡 All middle cars collide #LeetCode #CPlusPlus #TwoPointers #100DaysOfCode
Day 8: Back to basics to build a strong foundation. Spent today on Lecture 4 (Strike Batch). Realized that solving pattern problems is the best way to master flow control and loops. Consistency is the only cheat code. 💻✨ @rohit_negi9 #DSA #LearningJourney #Cplusplus #Code
🔐 LeetCode: Count Computer Unlocking Permutations ✅ First must be smallest! If valid → (n-1)! permutations. If not → 0. ⚡ O(n) validation + factorial 🎯 Constraint: first < all others 💡 Simple check, factorial multiply #LeetCode #CPlusPlus #Math #100DaysOfCode
🔢 LeetCode: Count Special Triplets ✅ Fix middle, count 2×middle on both sides! Multiply left×right frequencies for each position. ⚡ O(n) with hash map 🎯 i+j=2k relationship 💡 Left-right split trick #LeetCode #CPlusPlus #HashMap #100DaysOfCode
DON'T DELETE THIS! // Bugs of C++ youtube.com/watch?v=KhftHT… #cpp #cplusplus
youtube.com
YouTube
DON'T DELETE THIS! // Bugs of C++
Check out my post, "static, inline, or an unnamed namespace what's the difference" I teach you the difference between a function declared `static`, `inline`, or in an unnamed namespace and what to use in modern C++. andreasfertig.com/blog/2023/03/s… #cplusplus #cpp
In a C++ and System Software Summit talk in Beijing today (11:00 CST), Meya Zhao, Haorong Yang & Zhenchao Lin share an overview of C++26's Reflection features, some examples of their application, and their work on future features bloom.bg/4pr5Jyd #cpp26 #cpp #cplusplus
In his C++ and System Software Summit talk in Beijing today (14:20 CST) on how #cplusplus can evolve towards safety-first development, John Lakos explores safety techniques & a roadmap for achieving robust safety guarantees in C++26 & beyond bloom.bg/48WQ9nd
As engineers progress in their #careers, so too must their perspective of “done.” At the C++ and System Software Summit today (16:15 CST), Peter Muldoon shares a model for evaluating & growing engineering maturity across an organization bloom.bg/4aaM7Kd #cpp #cplusplus
At the C++ and System Software Summit (CPP-Summit 2025) in Beijing today (17:50 CST), John Lakos & Peter Muldoon join Michael Wong & David Sankel to discuss the future of C++, covering safety, new architectures and upcoming standards bloom.bg/48Sy5dI #cpp26 #cplusplus #cpp
In a C++ and System Software Summit talk in Beijing today (11:00 CST), Meya Zhao, Haorong Yang & Zhenchao Lin share an overview of C++26's Reflection features, some examples of their application, and their work on future features bloom.bg/48yB6Ba #cpp26 #cpp #cplusplus
Book of the Day: 97 Things Every Programmer Should Know by Kevlin Henney meetingcpp.com/mcpp/books/boo… #cplusplus #cpp
Lightning Talk: Immovable C++ Objects? In My Vector? - It's More Likely Than You Think - Robert Leahy - C++Now 2025 youtu.be/Si2OGDvI4aI #Coding #Cplusplus #Cpp #Programming
youtube.com
YouTube
Lightning Talk: Immovable C++ Objects? In My Vector? - Likelier Than...
🎯 Next Week Goals: - Searching algorithms - Sorting basics - More array problems Week 1 done ✅ Onwards and upwards 🚀 #DSA #Cplusplus
Studying the various locale mismatch scenarios in Windows clipboard text format synthesis devblogs.microsoft.com/oldnewthing/20… #cpp #cplusplus
This hiring problem is a trap: brute force dies. LeetCode 2462 (Total Cost to Hire K Workers) is a clean Min-Heap + 2 pointers pattern in C++. Watch: youtu.be/lDcZktKbCdM #LeetCode #CPlusPlus #Heap #CodingInterview
youtube.com
YouTube
The Min-Heap Trick That Makes LeetCode 2462 Easy (C++)
Modern C++ Firmware: Proven Strategies for Tiny, Critical Systems (Part 2/10) johnfarrier.com/modern-cpp-fir… #cpp #cplusplus
Moving average cross strategy? Check. Quant-based strategies from C++ converted to C#? Check. Building a full-on strategy from the world already generated in C++? Check. #Coding #Cplusplus
In case you missed it, check out our new video from CppCon 2025! The Declarative Programming SECRETS to More Readable C++ - Richard Powell - CppCon 2025 youtu.be/xu4pI72zlO4 #Coding #Cplusplus #Cpp #cppcon
youtube.com
YouTube
The Declarative Programming SECRETS to More Readable C++ - Richard...
#cplusplus starting, just yesterday, "zombie project" & "vmicro project"
Back to Basics: How to Refactor C++ Code - Amir Kirsh - CppCon 2025 youtu.be/jDpvZtdGpj8 #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Back to Basics: How to Refactor C++ Code - Amir Kirsh
Can C++ Data Oriented Design Be ONE MILLION Times Faster? - Andrew Drakeford - CppCon 2025 youtu.be/IO7jl1rjRvA #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Can C++ Data Oriented Design Be ONE MILLION Times Faster? - Andrew...
In a C++ and System Software Summit talk in Beijing today (11:00 CST), Meya Zhao, Haorong Yang & Zhenchao Lin share an overview of C++26's Reflection features, some examples of their application, and their work on future features bloom.bg/4pr5Jyd #cpp26 #cpp #cplusplus
We have just released a new CppCon 2025 Video! Crafting the Code You Don’t Write: Sculpting Software in an AI World - Daisy Hollman - CppCon 2025 youtu.be/v6OyVjQpjjc #Coding #Cplusplus #Cpp #Programming #cppcon
youtube.com
YouTube
Crafting the Code You Don’t Write: Sculpting Software in an AI World...
#CppPollOfToday: Do you use boost? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp
Many people overcomplicate LeetCode 2462. The solution is just one clean min-heap pattern 👇 🎯 Total Cost to Hire K Workers 💡 Clear C++ explanation ▶️ youtu.be/lDcZktKbCdM #LeetCode #CPlusPlus #Algorithms #CodingInterview
Would anyone like to be involved in my game's beta play/stress test? 🥹 Send me a message and I'll invite you to the Discord.... pic for attention lol #IndieGameDev #indiegame #cplusplus #playtest
💯 100 LeetCode problems solved! One step closer to mastering DSA 🚀 #LeetCode #100DaysOfCode #Cplusplus #CodingJourney #Abdullah
Day 10 | C++ OOP Implemented constructor + destructor in my Bank System project Constructor → init + welcome Destructor → save + exit message OOP finally feels real, not theory #CPlusPlus #OOP #100DaysOfCode
Day 78 of #100DaaysOfCode Problem: Intersection of Multiple Arrays Always satisfying to see that green “Accepted” 💚 #LeetCode #Cplusplus #Coding #Programming #100DaysOfCode
🏢 LeetCode: Count Covered Buildings ✅ Sets track row/column extremes! Building covered if NOT at any boundary. Check all 4 directions with begin/rbegin. ⚡ O(n log n) with sets 🎯 4-direction check 💡 Sorted containers FTW #LeetCode #CPlusPlus #Sets #100DaysOfCode
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 65 of #100DaysOfCode Solved LeetCode 239 — Sliding Window Maximum ⚡ Idea 👇 🔹 Use Monotonic Stack (NGE logic) 🔹 Jump to next greater to find window max 🔹 Avoid O(n·k), achieve O(n) #LeetCode #Cplusplus #DSA #Coding #Algorithms #100DaysOfCode @harsh__x07
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 68 of #100DaysOfCode Focused on stacks with recursion today: 🔹 Sort Stack 🔹 Reverse Stack #DSA #Cplusplus #StriverSheet #LearnInPublic
✅ Day 61 of #100DaysOfCode Solved: Reverse Linked List in Groups of K Could only solve one problem 😅 #DSA #Cplusplus #StriverSheet #LearnInPublic
✅ Day 62 of #100DaysOfCode Took on two Linked List tasks today: 🔹 Rotate a Linked List 🔹 Flatten a Linked List #DSA #Cplusplus #StriverSheet #LearnInPublic
There once was a geek with a code, Whose bugs made his apps nearly explode. Visual Studio shat, On his old sorry hat, Now he hacks with a curse and a goad. #VisualStudio2026 #CodingLife #CPlusPlus #DevHumor
✅ Day 65 of #100DaysOfCode Worked on these DLL problems: 🔹 Reverse a Doubly Linked List 🔹 Delete All Occurrences of a Key #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 - 2 of STRIKE Topics Covered: Operators Conditional Statement Loops Thanks 🙏 to @rohit_negi9 Bhaiya for an amazing session! @CoderArmy #STRIKE #CPlusPlus #Coding #100DaysOfCode #100DaysOfCoding
✅ 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 66 of #100DaysOfCode Solved two Doubly Linked List tasks today: 🔹 Remove Duplicates 🔹 Find Pairs with Sum K Feeling confident with DLL operations! #DSA #Cplusplus #StriverSheet #LearnInPublic
Something went wrong.
Something went wrong.
United States Trends
- 1. The JUP 170K posts
- 2. FINALLY DID IT 657K posts
- 3. The HYPE 180K posts
- 4. The BONK 167K posts
- 5. Good Saturday 32K posts
- 6. Dick Van Dyke 25.9K posts
- 7. #SaturdayVibes 4,172 posts
- 8. #ThankYouCena 49K posts
- 9. Go Navy 2,880 posts
- 10. #Caturday 3,241 posts
- 11. Hawaiian Tropic 9,172 posts
- 12. #MeAndTheeSeriesEP5 1.16M posts
- 13. #HelsinkiAwakening 19K posts
- 14. Go Army 5,811 posts
- 15. Happy 100th 10.2K posts
- 16. Peter Greene 11.8K posts
- 17. The Mask 35.1K posts
- 18. Beat Navy 1,555 posts
- 19. My Hero Academia 58.3K posts
- 20. Jack Black 2,347 posts