Explore tweets tagged as #CplusPlus
@cloudofoz
Claudio Z.
1 month
👋 Real-time AI hand tracking in #cplusplus and #raylib using Google #MediaPipe (C API build, no Python). Double-hand detection · Smoothed landmarks · 20–25 ms CPU response. Compiling MediaPipe for C/C++ wasn't trivial, but it works!.#handtracking #gamedev
13
156
1K
@RajSingh_io
Raj Singh
2 hours
🧠 Day 21 of #100DaysOfCode. 🔹 Problem: Reordered Power of 2.✅ Check if digits of n can be rearranged to form a power of 2.✅ Sort digits → compare with all powers of 2 (precomputed). #LeetCode #Cplusplus #100DaysChallenge
Tweet media one
0
0
3
@bijansayantan
Sayantan Banerjee
17 hours
✅ Day 17 of #100DaysOfCode. Solved Best Time to Buy and Sell Stock 🏆.🔹 Tracked highs & lows one flip can change it all. 🔹 Lowest dip might fuel the biggest rise. #CPlusPlus #LeetCode #DevLife #CodeNewbie
Tweet media one
1
0
5
@PremNavnat56636
PREM NAVNATH JADHAV
16 hours
Day 138 of consistent coding. Today's problem was "Combination Sum," a classic backtracking exercise. It's rewarding to build and debug the logic to finally get that green "Accepted." Always learning, always growing. #Algorithms #SoftwareEngineering #CPlusPlus #100DaysOfCode
Tweet media one
Tweet media two
0
0
3
@UnemployedChikn
Unemployed Chicken
16 hours
What’s up with that statue. ? Who knows 👀 Continuing my #CPlusPlus and #UnrealEngine journey—this time with some secret walls!. #LearningInPublic #gamedev #indiegamedev #videogaming #indiegame #gamer #gamedeveloper #gamedevelopment #videogame #videogames #ue #indiegamestudio
0
2
26
@aspiringcode
Anjali
1 month
Day 62 of #100DaysOfCodeDay .Day 35 of #gfg160challenge . ✅Solved "largest subarray of 0's and 1's".✅Solved"solve puzzle array". #DevCommunity #TechTwitter #cplusplus #DSA #WomenWhoCode #Leetcode #CodingJourney #DBMS #chaiaurcode #react #CodeNewbie #WebDevelopment #gfg
Tweet media one
Tweet media two
Tweet media three
4
0
45
@amn_singh05
Aman Singh
4 days
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
Tweet media one
12
1
85
@HRAKProgrammer
HEROWL 74
1 month
DirectX12ゲームエンジン制作.キー入力を実装して、3D空間にポリゴンを表示させた。行列の変換がめちゃ大変だった。.#ゲーム #ゲームプログラミング #プログラミング #DirectX12 #cplusplus #プログラミング
0
3
43
@code_anoorag
Anoorag Singh
13 hours
#Day33 to #Day65 What i solved in these 32 daya is a set of Leetcode and GFG Problem: . #LeetCode #CPlusPlus #DSA #gfg160.@striver_79.@akshaymarch7
Tweet media one
1
0
5
@Priyanshu_1244
Priyanshu Kumar Sharma
3 days
Showed up. Struggled. Learned. Attempted many DSA problems today but could only solve one with a bit of help. Not my best day — but progress isn't always about numbers, sometimes it's just about not quitting. #100DaysOfCode #DSA #Cplusplus #LeetCode #KeepGoing
Tweet media one
0
0
5
@Pratikwebtech
Pratik Thakur
9 days
✅ Day 33 of #100DaysOfCode.Dived deeper into rotated sorted arrays today:.🔹 Search with Duplicates (Part II).🔹 Find Minimum.🔹 Count Rotations.Binary Search is 🔥 when used right. #DSA #StriverSheet #Cplusplus
Tweet media one
4
1
132
@MDSAMSADAL19565
MD SAMSAD ALAM
6 hours
Day 9 of #100DaysOfCode ✅.Solved 4 Codeforces problems today:.➗ Multiply by 2, divide by 6.🎯 01 Game.📍 Three Indices.📊 Sum of Medians.#Codeforces #100DaysChallenge #DevLife #Cplusplus #CodingJourney.
0
0
1
@meetingcpp
Meeting C++
10 hours
Book of the Day: Embracing Modern C++ Safely by Vittorio Romeo and John Lakos, Rostislav Khlebnikov, Alisdair Meredith.#cplusplus.#cpp.
0
0
5
@tovy_pt
Pavel Tovarys
4 days
If you type 0.01 instead of 0.001 or how bugs are made. but it looks fun! :).#bellfortis #indiegamesdev #strategygame #militarystrategy #medievalgames #totalwar #indiegame #cplusplus #programming
0
0
6
@pritam_mandal77
Pritam Mandal
1 day
🗓️ Day 8 of #100DaysOfDSA. ✅ Revised : Quick Sort.✅ Started : Arrays . Practiced :.• Largest element in an array.• Second largest element without sorting.• LC 1752 – Check if sorted & rotated.• LC 27 – Remove duplicates from sorted array. #DSA #Cplusplus #LeetCode #Striver.
0
0
2
@ShristiRawat137
Shristi Rawat
12 hours
✅ LC 1334 solved!.Used Floyd–Warshall to find the city with the fewest reachable neighbors within a distance threshold, breaking ties by largest city index. #LeetCode #Cplusplus #Algorithms
Tweet media one
1
1
6
@Miriammartin__
Miri
7 days
🚀 Recreated Donkey Kong: Bananza's terrain deformation system .🧊 Marching Cubes + C++ in UE5.🖱️ Real-time editing .🌍 Procedural terrain with chunk system.🎨 Vertex color shader for modified areas.#UE5 #ProceduralGeneration #MarchingCubes #GameDev #Cplusplus #TechnicalArtist
1
2
12
@bijansayantan
Sayantan Banerjee
2 days
✅ Day 17– #100DaysOfCode. C++ in morning ☕ —> mastering STL algorithms. React in evening 🌙 —> wrestling with Hooks. Two worlds. One brain. Endless bugs….and somehow, progress. 😅. #CPlusPlus #ReactJS #WebDev #DSA #CodeNewbie #DevLife
Tweet media one
0
0
2
@Pratikwebtech
Pratik Thakur
16 days
✅ Day 26 of #100DaysOfCode.Solved 2 C++ problems today:.🔹 3Sum.🔹 Majority Element (> n/3 times).Getting better at combining sorting, hashing, and pointer logic!.#DSA #Cplusplus #StriverSheet
Tweet media one
7
1
145