pointers-and-references
There are 30 repositories under pointers-and-references topic.
mrsumanbiswas/C
C Language
denizturkk/C-Pointers
This source file can be useful for those who want to understand or practice pointers in the C programming language
mecomontes/C-Low-level-Programming
Some projects that shows my experience with C programming language and covers all the most important topics in low level programming including: Hash tables, linked lists, binary trees, pointers, arrays, syscalls, function pointers, etc...
D7EAD/papers
Repository for pages.dreadsec.me where I place all my written research papers--and papers I have written out of boredom.
gowthamrajk/Structure-and-Pointers-in-C
This module consists of some programs in pointers and structure concepts and some concepts that will be asked in the interview perspective.
KooroshRH/Emperor
A strategic game that implements with C language.
madhurimarawat/Object-oriented-programming-with-c-plus-plus
This repository contains programs in the C++ programming language related to Object Oriented programming.
parv-jain/message-broker
An In-memory Message Broker in Go
bPavan16/Generic-Data-Structures-in-C
In this project we implemented essential data structures like stacks, queues, and linked lists in the C programming language using pointer manipulation,
Chylynsky/rc_ptr
Reference counted smart pointer for single-threaded enviroments.
micahondiwa/alx-pointers_arrays_c
Implementing pointers and arrays in C.
RougeWare/Swift-Safe-Pointer
Lets you pass anything using reference semantics without the danger of unsafe pointers
shahzaneer/C-and-Cpp-Basics
Learning --> cpp January 2022 - winter'22
adityagandhi124/Dynamic-Array-Record-Program
C program that manipulates a Dynamic Array
ChandradithyaJ/Skip-List
A detailed explanation and C++ code for the skip list data structure.
Daniel-Himself/C-Pointers-Usage-Examples
1st Semester Programming 101 project. C Pointers - Examples of string compression and positional numeral systems conversion
erikborsi/BlackJack
Blackjack card game, text based, European rules!
fosscit/pointers
Session on pointers in C++
HarryUnchained/HospitalManagement
BUKC 1st Semester Project in C++ (Admin and Patient Login)
islamshaheb/Algorithm_Data_structure_and_OOP
Most of the important topics of computer programming I practiced here. Like Binary Search Tree(BST), BIT manipulation, Graph, LInedList, Pointers, Recursion is covered. Object-oriented programming is also here.
karan9123/Algorithms-DataStructures
This repo contains the core foundational algos and data structures
omartgabr/LimitOrderBook
This project harnesses the efficiency and flexibility of the C++ programming language to implement a Limit Order Book, ensuring fast order processing and optimal resource utilization in managing buy and sell orders within financial markets.
ram-ravan/OpenStreetMap-RoutePlanner
This project uses Object Oriented Programming concepts in C++ and IO2D graphics library to render the map data into OpenStreetMap.
syashasvisai/SystemMonitor
Udacity ND Project 2 - Htop Implementation
AyaanMKhan/Dynamic-Memory-Allocation-Campus-Parking-System
This project uses dynamic memory allocation in order to help for college campuses parking situations. Each garage has their unique attributes. This code develops a system where we can help cars park while monitoring the availability of each of the garages.
kalongn/CSE-320
System Fundamentals 2
kumartusha/Data_Structures_and_Algorithms
Just think what to do next ??
llabori-venehsoftw/CourseC
Files by Course C Beginner (Pointers)
mlennig/Chapter12_C_and_Cpp
Classes and Inheritance, Constructors and Destructors, Virtual Functions, Virtual Destructor, Default Values, Operator Overloading, Pointers and References, Templates
pdr-tuche/tic-tac-toe
# A Tic Tac Toe Game