200 Days of Consistency on LeetCode! From confusion to clarity — every day counted Proud of the grind #LeetCode #Cpp #CodingJourney #DSA #200days

anonymous_mee17's tweet image. 200 Days of Consistency on LeetCode!
From confusion to clarity — every day counted 
Proud of the grind
#LeetCode #Cpp #CodingJourney #DSA #200days

I strongly recommend #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=…

theredpix's tweet image. I strongly recommend  #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=……
theredpix's tweet image. I strongly recommend  #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=……
theredpix's tweet image. I strongly recommend  #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=……
theredpix's tweet image. I strongly recommend  #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=……

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

AnchalGupta009's tweet image. 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

#UnrealEngine #cpp Here a quick example on using UObjects instead of Actor Components for Modular Logic. So one key feature you want on UObjects is for its properties to be exposed on an Actor Blueprint just like Actor Components. You can do this by using the following…

theredpix's tweet image. #UnrealEngine #cpp Here a quick example on using UObjects instead of Actor Components for Modular Logic. So one key feature you want on UObjects is for its properties to be exposed on an Actor Blueprint just like Actor Components. You can do this by using the following…
theredpix's tweet image. #UnrealEngine #cpp Here a quick example on using UObjects instead of Actor Components for Modular Logic. So one key feature you want on UObjects is for its properties to be exposed on an Actor Blueprint just like Actor Components. You can do this by using the following…
theredpix's tweet image. #UnrealEngine #cpp Here a quick example on using UObjects instead of Actor Components for Modular Logic. So one key feature you want on UObjects is for its properties to be exposed on an Actor Blueprint just like Actor Components. You can do this by using the following…

Day 4/100 -#100DaysOfCode Getting a job in 5 months 1. Today I had a idea and worked for 12 hrs straight Implimented :- 1. Google and GitHub auth 2. Postgress intrigation 3. Admin page with realtime chat socket.io -3 LC ques #buildinpublic #CPP #DSA #LeetCode

MEETBHANUS61087's tweet image. Day 4/100 -#100DaysOfCode Getting a job in 5 months

1. Today I had a idea and worked for 12 hrs straight 
Implimented :- 
1. Google and GitHub  auth 
2. Postgress intrigation 
3. Admin page with realtime chat socket.io
-3 LC ques
#buildinpublic #CPP #DSA #LeetCode

Day 27: Patterns, logic & clarity ✨ Each line of code teaches a little more 🧩 #CodingLife #CPP #Developer

AnchalGupta009's tweet image. Day 27: Patterns, logic & clarity ✨
Each line of code teaches a little more 🧩
#CodingLife #CPP #Developer

Just nailed 2D arrays in C++ thanks to the GOAT Rohit Negi bhaiya! Crystal-clear explanations from CoderArmy YT made it super easy to grasp. Big thanks for the awesome tutorial! 🙌 #Coding #Cpp #CoderArmy #Consistency #LearningInPublic

JeetKumarD35856's tweet image. Just nailed 2D arrays in C++ thanks to the GOAT Rohit Negi bhaiya!  Crystal-clear explanations from CoderArmy YT made it super easy to grasp. Big thanks for the awesome tutorial! 🙌 #Coding #Cpp #CoderArmy #Consistency #LearningInPublic

Just a quick video showcasing my random Game character Multi direction Animations and as well the Topdown view mode. And Gameplay Ability system based Attack animations. #UnrealEngine #cpp #gamedev #gameplay #gamedev


Come and join us in Berlin or online for Meeting C++ 2025! meetingcpp.com/2025 #cpp #cplusplus

meetingcpp's tweet image. Come and join us in Berlin or online for Meeting C++ 2025!
meetingcpp.com/2025
#cpp
#cplusplus

#Day55 of my DSA with C++ journey 🚀 Today I started Object-Oriented Programming (OOPs) 🧩 📌 Topics covered: 🔹 Introduction to Classes & Objects 🔹 Access Modifiers (Public, Private, Protected) 🔹 Getter & Setter Functions 🔹 Basic OOPs syntax and implementation #DSA #cpp

abdullahatif07's tweet image. #Day55 of my DSA with C++ journey 🚀
Today I started Object-Oriented Programming (OOPs) 🧩

📌 Topics covered:
🔹 Introduction to Classes & Objects
🔹 Access Modifiers (Public, Private, Protected)
🔹 Getter & Setter Functions
🔹 Basic OOPs syntax and implementation

#DSA #cpp

Day 28: Extending logic, expanding thought Sorted + two pointers + duplication handling = clean approach ✨ Understanding patterns > memorizing syntax #CPP #CodingLife #ProblemSolving

AnchalGupta009's tweet image. Day 28: Extending logic, expanding thought 
Sorted + two pointers + duplication handling = clean approach ✨
Understanding patterns > memorizing syntax
#CPP #CodingLife #ProblemSolving

Day 24: Merge Sorted Array 💻 Approach: Two pointers from start, compare → push smaller → move ahead 🚀 Mastering the basics sharpens your logic for bigger problems 🔥 #LeetCode #CPP #ProblemSolving #Developer

AnchalGupta009's tweet image. Day 24:  Merge Sorted Array 💻
Approach: Two pointers from start, compare → push smaller → move ahead 🚀
Mastering the basics sharpens your logic for bigger problems 🔥
#LeetCode #CPP #ProblemSolving #Developer

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

AnchalGupta009's tweet image. 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 5 - solved 4 question on cf - learned use reference in react from cohort 3.0 #cpp #FrontendDev

iyoushetwt's tweet image. Day 5
- solved 4 question on cf
- learned use reference in react from cohort 3.0

#cpp #FrontendDev
iyoushetwt's tweet image. Day 5
- solved 4 question on cf
- learned use reference in react from cohort 3.0

#cpp #FrontendDev

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

AnchalGupta009's tweet image. 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

Day 26: Two Sum II Two pointers chasing one target 🎯 Clean logic, clear direction, constant pace #LeetCode #CPP #CodingLife #Developer

AnchalGupta009's tweet image. Day 26: Two Sum II 
Two pointers chasing one target 🎯
Clean logic, clear direction, constant pace 
#LeetCode #CPP #CodingLife #Developer

In this Oxidize 2025 panel, join Till Adam (KDAB) talking about the #interoperability of Rust and C++. Featuring Olivier Goffart (@slint_ui), Stefan Nürnberger (@veecle_software), Nicolas Fella (KDE), and Leon Matthes (KDAB): youtube.com/watch?v=Upp_Yr… #Cpp #RustLang

KDABQt's tweet card. Panel: Rust and C++ can work together! hosted by Till Adam

youtube.com

YouTube

Panel: Rust and C++ can work together! hosted by Till Adam


We have just released a new C++Now 2024 Conference Video! Mastering the Code Review Process - Boosting C++ Code Quality in your Organization - Peter Muldoon - C++Now 2025 youtu.be/buWtKvShi0U #Coding #Cplusplus #Cpp #Programming

cppnow's tweet card. Mastering the Code Review Process - Boosting C++ Code Quality in your...

youtube.com

YouTube

Mastering the Code Review Process - Boosting C++ Code Quality in your...


rust errors messages are just superior #cpp


🔥 Day 61 of #LeetCode Solved #POTD 3346 Maximum Frequency of an Element After Operations I 🧩 Used prefix sums to count frequencies & range adjustments efficiently. 💡 For each target, compute reachable numbers within ±k and maximize frequency. ⏱ O(n) | 💾 O(n) #CPP #DSA

DevSagarKrJha's tweet image. 🔥 Day 61 of  #LeetCode 
Solved #POTD 3346  Maximum Frequency of an Element After Operations I
🧩 Used prefix sums to count frequencies & range adjustments efficiently.
💡 For each target, compute reachable numbers within ±k and maximize frequency.
⏱ O(n) | 💾 O(n)

#CPP #DSA

HOW ABOUT IT?? CAN TODAY BE THE DAY OUR TORTURE WILL END?!? #CPP #ChronicPain 💥😡👉 END the hyper stigmatization of full agonist opioids which SAVE LIVES 🥀🦋🌿🕊️ #PainCareCrisis @RobertKennedyJr @HHSGov @CDCgov

Chromedaffodils's tweet image. HOW ABOUT IT??

CAN TODAY BE THE DAY OUR TORTURE WILL END?!?
#CPP #ChronicPain

 💥😡👉 END the hyper stigmatization of full agonist opioids which SAVE LIVES
🥀🦋🌿🕊️ #PainCareCrisis
@RobertKennedyJr @HHSGov @CDCgov
Chromedaffodils's tweet image. HOW ABOUT IT??

CAN TODAY BE THE DAY OUR TORTURE WILL END?!?
#CPP #ChronicPain

 💥😡👉 END the hyper stigmatization of full agonist opioids which SAVE LIVES
🥀🦋🌿🕊️ #PainCareCrisis
@RobertKennedyJr @HHSGov @CDCgov
Chromedaffodils's tweet image. HOW ABOUT IT??

CAN TODAY BE THE DAY OUR TORTURE WILL END?!?
#CPP #ChronicPain

 💥😡👉 END the hyper stigmatization of full agonist opioids which SAVE LIVES
🥀🦋🌿🕊️ #PainCareCrisis
@RobertKennedyJr @HHSGov @CDCgov
Chromedaffodils's tweet image. HOW ABOUT IT??

CAN TODAY BE THE DAY OUR TORTURE WILL END?!?
#CPP #ChronicPain

 💥😡👉 END the hyper stigmatization of full agonist opioids which SAVE LIVES
🥀🦋🌿🕊️ #PainCareCrisis
@RobertKennedyJr @HHSGov @CDCgov

We are still waiting for SOMEONE IN POWER to STOP THE DEA FROM KILLING US and TAKING OUR DOCTORS!



I strongly recommend #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=…

theredpix's tweet image. I strongly recommend  #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=……
theredpix's tweet image. I strongly recommend  #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=……
theredpix's tweet image. I strongly recommend  #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=……
theredpix's tweet image. I strongly recommend  #Gamedevs take a look at the lectures from this #cpp #engine course. It includes pretty critical stuff to known such as #ECS, Memory Pooling, Game Loops, Collisions, Shaders, Steering Behaviors, Particle Systems, and Lighting youtube.com/playlist?list=……

C++ on Nightmare Mode - Achieving High Performance, Cross-Platform, and Reliable Code - Edouard Alligand - C++Now 2025 youtu.be/dUfNsVxplQA #Coding #Cplusplus #Cpp #Programming

cppnow's tweet card. C++ on Nightmare Mode - Achieving High Performance, Cross-Platform,...

youtube.com

YouTube

C++ on Nightmare Mode - Achieving High Performance, Cross-Platform,...


#CppPollOfToday: Which UI libraries/frameworks do you use for C++? meetingcpp.com/mcpp/survey/?q… #cplusplus #cpp


✅Solved only 1 LeetCode problem today. 334. Inc Ticket Subsequence -Today marks the 100th day of coding. #100daysofcodingchallenge #DSA #cpp @LeetCode

Triiiii_27's tweet image. ✅Solved only 1 LeetCode problem today.
334. Inc Ticket Subsequence
-Today marks the 100th day of coding.
#100daysofcodingchallenge #DSA #cpp @LeetCode
Triiiii_27's tweet image. ✅Solved only 1 LeetCode problem today.
334. Inc Ticket Subsequence
-Today marks the 100th day of coding.
#100daysofcodingchallenge #DSA #cpp @LeetCode

This is MURDER from inhumane treatment from the USA Health System! It is no longer “CARE”! It’s pure and simple, #Genocide & attacks on us, #CPP! @HHSGov


neoGFX text edit widget now supports tags, ClicksAndWhistles 3.0 instant messaging app uses this so you can click or right-click on nicknames in channel text window. #cpp #gamedev #coding #neoGFX #IRC

i42Software's tweet image. neoGFX text edit widget now supports tags, ClicksAndWhistles 3.0 instant messaging app uses this so you can click or right-click on nicknames in channel text window. #cpp #gamedev #coding #neoGFX #IRC

Day 5 - solved 4 question on cf - learned use reference in react from cohort 3.0 #cpp #FrontendDev

iyoushetwt's tweet image. Day 5
- solved 4 question on cf
- learned use reference in react from cohort 3.0

#cpp #FrontendDev
iyoushetwt's tweet image. Day 5
- solved 4 question on cf
- learned use reference in react from cohort 3.0

#cpp #FrontendDev

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

AnchalGupta009's tweet image. Valid Sudoku ✅
Day 14 ➝ Accepted ✅
Peace of mind ➝ priceless 😌
#LeetCode #CPP #CodingLife #Developer  #DevCommunity

200 Days of Consistency on LeetCode! From confusion to clarity — every day counted Proud of the grind #LeetCode #Cpp #CodingJourney #DSA #200days

anonymous_mee17's tweet image. 200 Days of Consistency on LeetCode!
From confusion to clarity — every day counted 
Proud of the grind
#LeetCode #Cpp #CodingJourney #DSA #200days

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

pallavicodes's tweet image. 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

#Day55 of my DSA with C++ journey 🚀 Today I started Object-Oriented Programming (OOPs) 🧩 📌 Topics covered: 🔹 Introduction to Classes & Objects 🔹 Access Modifiers (Public, Private, Protected) 🔹 Getter & Setter Functions 🔹 Basic OOPs syntax and implementation #DSA #cpp

abdullahatif07's tweet image. #Day55 of my DSA with C++ journey 🚀
Today I started Object-Oriented Programming (OOPs) 🧩

📌 Topics covered:
🔹 Introduction to Classes & Objects
🔹 Access Modifiers (Public, Private, Protected)
🔹 Getter & Setter Functions
🔹 Basic OOPs syntax and implementation

#DSA #cpp

Day 4/100 -#100DaysOfCode Getting a job in 5 months 1. Today I had a idea and worked for 12 hrs straight Implimented :- 1. Google and GitHub auth 2. Postgress intrigation 3. Admin page with realtime chat socket.io -3 LC ques #buildinpublic #CPP #DSA #LeetCode

MEETBHANUS61087's tweet image. Day 4/100 -#100DaysOfCode Getting a job in 5 months

1. Today I had a idea and worked for 12 hrs straight 
Implimented :- 
1. Google and GitHub  auth 
2. Postgress intrigation 
3. Admin page with realtime chat socket.io
-3 LC ques
#buildinpublic #CPP #DSA #LeetCode

“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

APainPrincess's tweet image. “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

🔥 Consistency + Logic 💡 = Accepted ✅ Day 15 ➝ Longest Consecutive Sequence One more bug bites the dust 🐛🚀 #CPP #LeetCode #CodingLife #Developer

AnchalGupta009's tweet image. 🔥 Consistency + Logic 💡 = Accepted ✅
Day 15 ➝ Longest Consecutive Sequence
One more bug bites the dust 🐛🚀
#CPP #LeetCode #CodingLife #Developer

Just nailed 2D arrays in C++ thanks to the GOAT Rohit Negi bhaiya! Crystal-clear explanations from CoderArmy YT made it super easy to grasp. Big thanks for the awesome tutorial! 🙌 #Coding #Cpp #CoderArmy #Consistency #LearningInPublic

JeetKumarD35856's tweet image. Just nailed 2D arrays in C++ thanks to the GOAT Rohit Negi bhaiya!  Crystal-clear explanations from CoderArmy YT made it super easy to grasp. Big thanks for the awesome tutorial! 🙌 #Coding #Cpp #CoderArmy #Consistency #LearningInPublic

Day 62 of #100DaysOfCode Solved LeetCode 202: Happy Number (C++) #leetcode #cpp #DSA

pallavicodes's tweet image. Day 62 of #100DaysOfCode
Solved LeetCode 202: Happy Number (C++)
#leetcode #cpp #DSA

Day 2️⃣ – DSA (C++) Journey 🚀 Completed Lecture 12 today 🎯 📘 Learned: • Binary ↔ Decimal Conversion • Decimal ↔ Octal Conversion • Binary ↔ Octal Conversion #DSA #cpp #LearnInPublic #CodingJourney

PaponRay404's tweet image. Day 2️⃣ – DSA (C++) Journey 🚀
Completed Lecture 12 today 🎯

📘 Learned:
• Binary ↔ Decimal Conversion
• Decimal ↔ Octal Conversion
• Binary ↔ Octal Conversion

#DSA #cpp #LearnInPublic #CodingJourney

Day 1️⃣ – DSA (C++) Journey 🚀 Completed Lectures 10 & 11 today — already done 9 earlier (not posted) 🎯 📘 Topics Covered: • Operators, Bitwise   • Loops (For, While, Do-While)   • Break/Continue, Switch, Scope #DSA #CPP #LearnInPublic #CodingJourney

PaponRay404's tweet image. Day 1️⃣ – DSA (C++) Journey 🚀

Completed Lectures 10 & 11 today — already done 9 earlier (not posted) 🎯

📘 Topics Covered:
• Operators, Bitwise  
• Loops (For, While, Do-While)  
• Break/Continue, Switch, Scope

#DSA #CPP #LearnInPublic #CodingJourney

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

rouzbehsbz_'s tweet image. بررسی سورس کد بازی World of Warcraft

گیمپلی اعتیادآور، داستان فوق العاده، به معنی واقعی یک جهان فانتزی آنلاین. شاهکار بلیزارد، بازی WoW. بیاید ببینیم پشت این پیچیدگی زیاد چه دیزاین ها و تصمیمای مهندسی زیبایی گرفته شده.

youtube.com/watch?v=akdOfW…

#code_review
#wow
#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

OptiverGlobal's tweet image. 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

🎤 The C++ Online 2026 Call for Speakers is now open! We welcome submissions from all backgrounds & experience levels. Runs until 21 Nov 2025 Find out more including how to apply at cpponline.uk/call-for-speak… #cpp #cplusplus #coding #programming

cpponlineconf's tweet image. 🎤 The C++ Online 2026 Call for Speakers is now open!
We welcome submissions from all backgrounds & experience levels.
Runs until 21 Nov 2025
Find out more including how to apply at cpponline.uk/call-for-speak…
#cpp #cplusplus #coding #programming

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

AnchalGupta009's tweet image. 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

Loading...

Something went wrong.


Something went wrong.


United States Trends