zerocool_m12
@zerocool_m12
Followers
11
Following
864
Media
19
Statuses
76
PALESTINIAN 🇵🇸 | C++ NOOB PROGRAMMER
Joined January 2024
Shootout to driscus u showed a lot of heart you never gave up … ………… just kidding you sucked that was five 10-8s
2K
1K
28K
Encoding a text by converting each ascii code to its hexadecimal representation. #365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming #programminghelp
0
0
1
A C++ program that multiplies two 2D matrices. Just coding it for fun: https://t.co/RYKHk2r2YE
#365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming #programminghelp
github.com
A C++ program that multiply two matrices and prints out the product on the screen - zerocool-m12/MATRIX_MULTIPLICATION
0
0
1
After 16 mnths of displacement, tens of thousands of Palestinians return home to north Gaza 🇵🇸 after the Israeli 🇮🇱 army withdrew from Netzarim Corridor. Two young men raise the 🇵🇸 flag. Palestinians 🇵🇸 will not be broken. Free Palestine 🇵🇸 today. https://t.co/MbB35S1nop
205
677
2K
Please check out my RayCaster implementation using the DDA algorithm for rendering a 2D map. https://t.co/ohud6ap2Ti Credit: X: @_Ward42 YT: https://t.co/RfLEqHzl5o
#365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming
#programminghelp
0
0
1
Check out my own implementation of the 'KMP pattern search' algorithm. Share your thoughts, suggestions. https://t.co/awoxgCVCco
#365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming #programminghelp
github.com
An implementation of the pattern search algorithm (KMP) - zerocool-m12/KMP_ALGO
1
0
2
Check out my own implementation of the dynamic array in C++ 'std::vector'. Share your thoughts, suggestions. https://t.co/DkdOT6UR24
#365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming #programminghelp
github.com
My own implementation for the 'std::vector'. Contribute to zerocool-m12/vector development by creating an account on GitHub.
0
0
0
Here is my own implementation of the data structure 'stack' 👇🏼 Please take a look at it, review it and tell me your thoughts & suggestions. https://t.co/4jKf0eRJOC
#365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming
github.com
An implementation of the data structur 'stack' using a mix of C++ & C - zerocool-m12/fawaz_stack
0
0
1
The third argument of the function 'std::sort' is about how you want the container to be sorted in. Below is an example of how to sort an array in two different orders: #365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming
#programminghelp
0
0
4
Exploring Algorithms: GCD Calculation in C++ In the realm of programming, efficiency is key. Today, I’m sharing a snippet of C++ code that elegantly computes the GCD of two numbers using the Euclidean algorithm. This method is not only efficient but also a great example .
1
1
4
I know it's a trivial thing to do but since there is nothing about binary representation in STL such as 'std::hex' & 'std::oct'. I find the below is the simplest way to get binary notation: #365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming
1
0
2
Revolution of dynamic memory allocation #365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming
2
0
5
Static variables inside template functions are always subject to the type of the function. Static counter in below function is restarted when the function type became float. Output = 010 #365dayscoding #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #programming
3
0
4
When trying to get positive value of int, the + won't change anything The output of 'y' in the below is -4 as the the + is ignored so the assignment was like y=x #365dayscoding #100daysofcodechallenge #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #DSA #programming
0
0
2
One of the interesting facts about 'sizeof' operator is that it never evaluates. The output of the below snippet of code will be 4 👍🏼 #365dayscoding #100daysofcodechallenge #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #DSA #programming
1
0
6
Easiest way to print out the content of a file directly to stdout? Nothing better than iterators. Below is a way to copy a text file to the 'std::cout'. #365dayscoding #100daysofcodechallenge #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #DSA #programming
0
0
4
Classic
We loved “remastering” our classic fatalities in #MortalKombat1 My favorite remaster is “blow up the earth” thanks @MK_habit_addict
https://t.co/r71BpZ1vdS
0
0
1
The header 'iomanip' introduced the 'put_time' function to print out the time. The function is more flexible than the usual 'strftime' #365dayscoding #100daysofcodechallenge #100daysofcode #codedaily #cplusplus #cpp #codingincplusplus #DSA #programming
0
0
1