P
Pointers
Projects with this topic
-
Some utility functions to work more easily with Go pointers
Updated -
This project contains some codes that demonstrates the usage of pointers in C++.
Updated -
My own implementation of C's malloc and free functions.
Updated -
A command line interface for a library management system, to help manage students and books.
Check ReadMe for more details.
Updated -
Write a program to process source code files of C-like programming languages by: 1.removing all comments from a source code 2.checking that all brackets in the source code have a matching open/close bracket
Check ReadMe for more details and example
Updated -
Pointers.NET is a library intended to give the ability to work with unsafe code to languages that lack built in facilities to do so.
Updated