#cprogramming 検索結果
Day 97 of #100DaysOfCode ✨ 1. DSA: 🔹 Sliding Window Maximum (LC 239) – solved using deque in O(n) ✅ 🔹 Revised the concept of deque 2. Programming (C): 🔹 Functions & Storage Classes + Recursion concepts 🔹 Arrays & 2D Arrays and concept of Pointers #dsand #CProgramming
🚀 Just implemented Selection Sort in C! Simple yet powerful to build DSA foundations 💻 🔹 Pick the smallest element 🔹 Swap it to the front 🔹 Repeat until sorted ⏱️ Time: O(n²) | 📦 Space: O(1) 👉 Small steps, big progress! #DSA #CProgramming #100DaysOfCode
C programming has always been the toughest programming language for me; simply to reverse an array... #cprogramming #C #DSA #CodingJourney
#day16, #30dayscodingchallenge Revised python yesterday, Today, I'll revise C. #cprogramming #codingcommunity #CONNECT #programming #codingcommunity
Built a Student Management System using C++! 📚Now I can efficiently manage student records, grades, and more. Code power! 💪 GitHub link:github.com/awais9876-a11y… #CProgramming #StudentManagementSystem #CodingSkills"
A virtual machine in C youtu.be/TxLakn190ZA JB #cprogramming #lowlevel
youtube.com
YouTube
Coding a Virtual Machine from scratch in C
Privacy isn’t a feature. It’s a skill. Master C, encryption, and Tor in one 8-hour worksho 🧠💻 ⚡ Reclaim your token → access the full “C Programming 101” now. #CyberSecurity #CProgramming
Restarting a 90-day DSA challenge💪 Learning: DSA in C + build 3 real projects + job hunt prep. Daily: 3 problem + 3 Hours projects + resume/Algo review. Follow my journey — #90DaysChallenge #DSA #CProgramming #JobSearch
🔍 Command Line Arguments int main(int argc, char *argv[]) argc: argument count argv: argument vector (array) Access program inputs from terminal! #CProgramming #CLanguage #CommandLine
C & Rust devs ⚙️🤖 Infinitcode AI now supports both languages — give it a spin! 👉 infinitcode.ai #RustLang #CProgramming #ai
Finally after emulator training the chapter 6 of my C compiler project is complete. Implemented goto statements and labels. Code available on GitHub: github.com/Fare9/MyCCompi… Following "Writing a C Compiler" by nora_sandler (@nostarch). #CompilerDesign #CProgramming
An HTTP fetch library in C youtu.be/A8kiEAxo080 JB #cprogramming #networking
youtube.com
YouTube
Project: Coding an Http Fetch library for C (using zero libraries!)
Hot take 💥: C > Rust (for many cases) - C is lean, predictable, and everywhere. - Decades of optimization & toolchain maturity. - Rust adds safety, but at the cost of complexity. - Sometimes, control & simplicity beat abstractions. #CProgramming #RustLang #TechTwitter
🔧 Static vs Dynamic Memory Static: Fixed size, compile-time int arr[10]; Dynamic: Flexible size, runtime int *arr = malloc(n * sizeof(int)); Choose based on needs! #CProgramming #CLanguage #Memory
Another day, another game update--stairs! Going to do some tweaking to make going up as smooth as going down. Down is easy, gravity just works to smooth it. Up will require shenanigans. #gamedev #cprogramming #youcanjustdothings
Dove into IPFS & blockchain, learned arrays & 2D arrays in C, and tomorrow I’ll teach students a Python terminal game! 💻🎮 #Blockchain #Python #CProgramming #Web3 #100DaysOfCode #DeveloperLife
A Linux firewall in C JB youtu.be/MFpr7_-GbPk #cprogramming #cybersecurity
youtube.com
YouTube
Project: Coding a Linux firewall in C (f. scratch)
C PROGRAMMING youtube.com/playlist?list=… #CProgramming #CLanguage #CCoding #CProgrammingLanguage #Programming #Coding #SoftwareDevelopment
Visualizing colliders on gameobjects now. The next game’s core systems are coming together! #gamedev #cprogramming #youcanjustdothings
🔖 Bitwise Operators in C & (AND), | (OR), ^ (XOR) ~ (NOT), << (left shift), >> (right shift) Useful for: - Flags - Masking - Fast operations #CProgramming #CLanguage #Bitwise
⏱️ Header Files in C Standard: <stdio.h>, <stdlib.h>, <string.h>, <math.h> User-defined: #include "myheader.h" Organize code better! #CProgramming #CLanguage #HeaderFiles
Here's a nutty #cprogramming challenge: Rewrite code for a nested loop by using only goto statements. Yes, it technically is a C program - but a naughty one! c-for-dummies.com/blog/?p=7217
Linear search scans left→right and returns index if found. Pros: works on unsorted arrays; stable; O(n) time. Use for small arrays or when unsorted. #DSA #CProgramming
Day 6 - Arrays ADT deep-dive ⚡ Today I implemented and tested: display, append, insert, delete, linear search, binary search (iterative + recursive). Arrays are simple, but mastering edge-cases makes them reliable building blocks. #100DaysOfCode #DSA #CProgramming
C programming has always been the toughest programming language for me; simply to reverse an array... #cprogramming #C #DSA #CodingJourney
#day16, #30dayscodingchallenge Revised python yesterday, Today, I'll revise C. #cprogramming #codingcommunity #CONNECT #programming #codingcommunity
Highest Rated My course is now the highest rated Udemy course, of all C programming courses in the world JB #udemy #cprogramming
Built a Student Management System using C++! 📚Now I can efficiently manage student records, grades, and more. Code power! 💪 GitHub link:github.com/awais9876-a11y… #CProgramming #StudentManagementSystem #CodingSkills"
Day 97 of #100DaysOfCode ✨ 1. DSA: 🔹 Sliding Window Maximum (LC 239) – solved using deque in O(n) ✅ 🔹 Revised the concept of deque 2. Programming (C): 🔹 Functions & Storage Classes + Recursion concepts 🔹 Arrays & 2D Arrays and concept of Pointers #dsand #CProgramming
🤠Day 71/100 💻#100DaysOfCode 71 days of consistency, logic, and learning. Today’s challenge: Find the element repeated N times in an array using C ⚙️ Every problem strengthens my logic & patience 🔥 #CProgramming #CodingJourney
Day 49 of #100DaysOfCode 🚀 Solved Length of Last Word (C, LeetCode) – revised string traversal, edge cases & backward iteration. 📜 Earned Oracle AI Foundation Certification 🎉 📘 Did PYQs for entrance prep. ➕ Studied Limits & Continuity in Math. #CProgramming #AI #Oracle
Restarting a 90-day DSA challenge💪 Learning: DSA in C + build 3 real projects + job hunt prep. Daily: 3 problem + 3 Hours projects + resume/Algo review. Follow my journey — #90DaysChallenge #DSA #CProgramming #JobSearch
Happy Birthday to Dennis Ritchie – the mind behind the C programming language! A true legend who changed the world of computing forever. #BOL #CProgramming #UNIX #DennisRitchie #TechLegend
LeetCode 21: Merge Two Sorted Lists (C Solution) Using a dummy node makes merging cleaner — no need to handle the head separately. Final return → dummy.next ✨ Runtime: 0 ms ⚡ #LeetCode #100DaysOfCode #CProgramming
Dove into IPFS & blockchain, learned arrays & 2D arrays in C, and tomorrow I’ll teach students a Python terminal game! 💻🎮 #Blockchain #Python #CProgramming #Web3 #100DaysOfCode #DeveloperLife
🚀 Just implemented Selection Sort in C! Simple yet powerful to build DSA foundations 💻 🔹 Pick the smallest element 🔹 Swap it to the front 🔹 Repeat until sorted ⏱️ Time: O(n²) | 📦 Space: O(1) 👉 Small steps, big progress! #DSA #CProgramming #100DaysOfCode
Exercism C Track Practice C programming with fun exercises and community collaboration for all skill levels. #CProgramming #CodingPractice #OpenSource
Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWDynamite 4,566 posts
- 2. Godzilla 26.6K posts
- 3. Paige 26.4K posts
- 4. Claudio 51.4K posts
- 5. Rickea N/A
- 6. #Unrivaled N/A
- 7. #ChicagoMed N/A
- 8. #iubb N/A
- 9. Breeze 22.5K posts
- 10. #LetEmKnow 3,478 posts
- 11. Unplanned 3,146 posts
- 12. Shabbat 3,976 posts
- 13. Trench 7,879 posts
- 14. Phee N/A
- 15. Orange Cassidy N/A
- 16. Jalen Duren N/A
- 17. $DUOL 2,946 posts
- 18. Captain Kangaroo N/A
- 19. Brujas 31K posts
- 20. Lamine 70.3K posts