There are 1 repository under function-pointers topic.
An utility for redirecting C# methods at runtime using detours. Enables patching and replacing method implementations dynamically. It allows altering static/instance methods, property accessors, and extern methods with runtime method redirection.
C programming language projects
A library to simulate DFAs and Probabilistic DFAs using context switching. This library provides a way to build and define the behavior of a graph. The client is able to define the function each vertex and edge of the graph make and how the graph transitions from one (the first valid edge) or to many states, as well as which states the graph starts in.
Object implementation in C language
A repository documenting my journey in learning C#, .NET, and Enterprise Application Development. Includes concepts, progress updates, sample projects, and hands-on exercises to showcase my understanding and growth in building scalable enterprise solutions.
ALX Low Level Programming (C)
I did an oops-c
Alx low_level_programming - C programming language
C++17 header-only library that can convert any C++ callable object to a C-style function pointer
Foundations of programming with C, projects related to topics like pointers and arrays, malloc and its friends, structures, function pointers, variadic functions, bit manipulation, file I/O, etc.
The Piscine Reloaded is a best-of of the exercises I did during the Piscine C to remind me all the basics of the C programming language: the syntactic and semantic bases, functions, loops, pointers, structures.
Learn linked list. Create, delete, display linked list.
Get sorted with sort at the command line || Sorting values through the command line
ALX Low Level Programming Repo. It covers concepts learned in C such as variables, functions, pointers, memory allocation, arguments, and more.
Learning C with ALX
Implement OOP concept in C programming
Single header templates for wrapping C++ functors as opaque userdata plus function pointers for C interop
A repository for all the requirements for low-level programming including C.
A basic implementation of a C++ callback function.
All steps and tasks that I used to learn C language with ALX
A C program containing various data structure programs organized into folders for building and executing using makefile.
Searching for a reasonable way to do function pointers in Java and comparing it with 8 other languages
Approximation of C# Delegates, Funcs and Actions on C++
C programs to demonstrate my understanding of the fundamental principles of programming
Asynchronous single-threaded event handler
Two C++ projects demonstrating Object-Oriented Programming (OOP) principles.
Using function pointers to implement a calculator with some basic arithmetic operations and make some tests in a range of integers
Comprehensive projects and exercises for mastering low-level programming in C. Topics include syntax, control structures, data structures, memory management, debugging, file I/O, and more. Each directory focuses on a specific topic with relevant scripts and tasks.
To Implement a simple Tic-Tac-Toe Game using Minimax Algorithm on C.
In this project we implemented essential data structures like stacks, queues, and linked lists in the C programming language using pointer manipulation,
Libft is a project at Codam where I rebuild some core C functions from scratch — the same ones the standard library gives you. Later on, I’ll use this collection as the foundation for bigger, more advanced programs.
Introduction to Programming In C.
Second homework of ECE 231: Intermediate Programming. Assigned 1/31/2020. Due 2/7/2020, 11:59 pm.