GitHub topics: pointers-and-references
ShahzaibAhmad05/DSA-Lab
A repository containing code for Labs of Data Structures & Algorithms (DSA) course at NUST
Language: C++ - Size: 21.5 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 17 - Forks: 3
kumartusha/Data_Structures_and_Algorithms
Just think what to do next ??
Language: C++ - Size: 1.69 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
ricvrdv/cpp-01
C++ Module 01 - new, delete, references, file manipulation
Language: C++ - Size: 34.2 KB - Last synced at: 23 days ago - Pushed at: 3 months ago - Stars: 0 - 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: 22 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0
bPavan16/generic-data-structures-C
In this project we implemented essential data structures like stacks, queues, and linked lists in the C programming language using pointer manipulation,
Language: C - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: 11 months 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: 7 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0
mrsumanbiswas/C
C Language
Language: C - Size: 383 KB - Last synced at: 7 months ago - Pushed at: almost 3 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: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0
Chylynsky/rc_ptr
Reference counted smart pointer for single-threaded enviroments.
Language: C++ - Size: 112 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0
kalongn/CSE-320
System Fundamentals 2
Language: C - Size: 506 KB - Last synced at: 7 months ago - Pushed at: over 1 year 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: over 1 year ago - Pushed at: over 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: over 1 year ago - Pushed at: over 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: 3 months ago - Pushed at: over 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: about 2 years ago - Pushed at: over 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: about 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0
fosscit/pointers
Session on pointers in C++
Language: C++ - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: about 2 years 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: about 2 years ago - Pushed at: about 2 years 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: about 2 years ago - Pushed at: over 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: over 1 year ago - Pushed at: about 2 years 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: 7 months ago - Pushed at: over 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: over 2 years ago - Pushed at: over 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: over 2 years ago - Pushed at: almost 3 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: over 2 years ago - Pushed at: over 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: over 2 years ago - Pushed at: over 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: over 2 years ago - Pushed at: over 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: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0
erikborsi/BlackJack
Blackjack card game, text based, European rules!
Language: C++ - Size: 68.4 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
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.
Language: C++ - Size: 2.59 MB - Last synced at: 2 months ago - Pushed at: over 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: over 2 years ago - Pushed at: about 5 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: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0
llabori-venehsoftw/CourseC
Files by Course C Beginner (Pointers)
Language: C - Size: 165 KB - Last synced at: 25 days ago - Pushed at: over 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: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0