GitHub topics: pointers-and-references
kumartusha/Data_Structures_and_Algorithms
Just think what to do next ??
Language: C++ - Size: 1.69 MB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

madhurimarawat/Object-oriented-programming-with-c-plus-plus
This repository contains programs in the C++ programming language related to Object Oriented programming.
Language: C++ - Size: 1.64 MB - Last synced at: 24 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

mrsumanbiswas/C
C Language
Language: C - Size: 383 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 3

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.
Language: C - Size: 5.86 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Chylynsky/rc_ptr
Reference counted smart pointer for single-threaded enviroments.
Language: C++ - Size: 112 KB - Last synced at: 9 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

D7EAD/papers
Repository for pages.dreadsec.me where I place all my written research papers--and papers I have written out of boredom.
Size: 6.34 MB - Last synced at: 3 days ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

kalongn/CSE-320
System Fundamentals 2
Language: C - Size: 506 KB - Last synced at: 23 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

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.
Language: C++ - Size: 3.91 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

HarryUnchained/HospitalManagement
BUKC 1st Semester Project in C++ (Admin and Patient Login)
Language: C++ - Size: 77.1 KB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

RougeWare/Swift-Safe-Pointer
Lets you pass anything using reference semantics without the danger of unsafe pointers
Language: Swift - Size: 58.6 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

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...
Language: C - Size: 534 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

KooroshRH/Emperor
A strategic game that implements with C language.
Language: C - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

fosscit/pointers
Session on pointers in C++
Language: C++ - Size: 3.91 KB - Last synced at: 23 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 2

adityagandhi124/Dynamic-Array-Record-Program
C program that manipulates a Dynamic Array
Language: C - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ChandradithyaJ/Skip-List
A detailed explanation and C++ code for the skip list data structure.
Language: C++ - Size: 134 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

karan9123/Algorithms-DataStructures
This repo contains the core foundational algos and data structures
Language: C++ - Size: 321 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

micahondiwa/alx-pointers_arrays_c
Implementing pointers and arrays in C.
Language: C - Size: 12.7 KB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

omerfarukaydin61/YZV-201-Data-Structures
ITU YZV 201-Data Structures course's homework submissions
Language: C++ - Size: 3.49 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

pdr-tuche/tic-tac-toe
# A Tic Tac Toe Game
Language: C - Size: 119 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

shahzaneer/C-and-Cpp-Basics
Learning --> cpp January 2022 - winter'22
Language: C++ - Size: 3.22 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

ram-ravan/OpenStreetMap-RoutePlanner
This project uses Object Oriented Programming concepts in C++ and IO2D graphics library to render the map data into OpenStreetMap.
Language: C++ - Size: 1.74 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

denizturkk/C-Pointers
This source file can be useful for those who want to understand or practice pointers in the C programming language
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

Daniel-Himself/C-Pointers-Usage-Examples
1st Semester Programming 101 project. C Pointers - Examples of string compression and positional numeral systems conversion
Language: C - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

erikborsi/BlackJack
Blackjack card game, text based, European rules!
Language: C++ - Size: 68.4 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

mlennig/Chapter12_C_and_Cpp
Classes and Inheritance, Constructors and Destructors, Virtual Functions, Virtual Destructor, Default Values, Operator Overloading, Pointers and References, Templates
Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

llabori-venehsoftw/CourseC
Files by Course C Beginner (Pointers)
Language: C - Size: 165 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

nikselko/playing_cards
This is a simple C-language implementation of playing cards with the usage of structures and pointers!
Language: C - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0
