An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: pointers

Supzo/console-log-each-map

Insert array element values and the result of a callback function into a format string and print the result.

Language: JavaScript - Size: 52.7 KB - Last synced at: about 1 hour ago - Pushed at: about 2 hours ago - Stars: 0 - Forks: 0

M-F-Tushar/CSE-1102

All programming problems from the course lecture. (Structured programming language in C)

Language: C - Size: 531 KB - Last synced at: about 14 hours ago - Pushed at: about 15 hours ago - Stars: 2 - Forks: 0

sdekhterman/cpp-mad-libs

A C++ project used to create a mad-libs where a linked list (pointers) store user responses for later playback and logging..

Language: C++ - Size: 18.6 KB - Last synced at: about 15 hours ago - Pushed at: about 16 hours ago - Stars: 0 - Forks: 0

SundownRises/LEETCODE

SOLVING OF LEETCODE QUESTIONS

Language: C++ - Size: 385 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

mbdanielcrespo/Printf

This project is a recreation of the printf function, a commonly used output function in C.

Language: C - Size: 364 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

mhamdyx/C-programming-A-Modern-Approach-2nd-ed-Solutions

My solutions to the C Programming A Modern approach book 2nd edition (by K. N. King). These solutions are published for historical purposes and intended to be a guide for other learners to gain intuition rather than being used for cheating.

Language: C - Size: 247 KB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 5 - Forks: 3

mkirchner/linked-list-good-taste

Linus Torvalds' linked list argument for good taste, explained

Language: C - Size: 136 KB - Last synced at: 7 days ago - Pushed at: 12 months ago - Stars: 2,127 - Forks: 124

ZeroIntensity/pointers.py

Bringing the hell of pointers to Python.

Language: Python - Size: 489 KB - Last synced at: about 14 hours ago - Pushed at: 3 months ago - Stars: 925 - Forks: 11

arturo32/HowPointersWork

A site that helps students understand how pointers work.

Language: JavaScript - Size: 3.69 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 4 - Forks: 0

salmaelgohary/advanced-library-system

A library system that includes classes for creating, storing and managing books, users (teachers and students) and a user interface to interact with the system's classes and methods (driver code).

Language: C++ - Size: 13.7 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

nodef/extra-english-wordnet

WordNet® is a large lexical database of English.

Language: TypeScript - Size: 37.9 MB - Last synced at: 3 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

TMartins11/AEDS-II

Repositório com todo o conteúdo realizado durante a matéria de Algoritmos e Estruturas de Dados II.

Language: C - Size: 537 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 1

unyt-org/example-tic-tac-toe

A Tic Tac Toe game based on UIX and DATEX

Language: TypeScript - Size: 410 KB - Last synced at: about 14 hours ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

JackMilner1/Fizz

My own statically typed programming language with support of pointers, a custom compiler (Lexer, Parser , Abstract syntax tree) written in C++ and uses LLVM

Language: C++ - Size: 57.6 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 6 - Forks: 0

OmPreetham/leetcode

A collection of my solutions to LeetCode problems, written for learning, practice, and fun.

Language: JavaScript - Size: 0 Bytes - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

Outry08/SQL-Library

A library with implementations of SQL commands within C using structs, pointers, and functions. Plan to make the ability to convert tables between C and SQL.

Language: C - Size: 227 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 1

BNB2006/ATM-and-Banking-Transaction-system

The program implements a simulation of an ATM Banking System with features such as account creation, user authentication, and various transaction options (balance inquiry, withdrawal, deposit).

Language: C++ - Size: 116 KB - Last synced at: 13 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

LukaGiorgadze/gonull

Go package simplifies nullable fields handling using Go Generics.

Language: Go - Size: 63.5 KB - Last synced at: 16 days ago - Pushed at: about 2 months ago - Stars: 113 - Forks: 10

nandkumar1000/CppCanvas

CppCanvas is a comprehensive C++ repository covering fundamental concepts, data structures, algorithms, pattern problems, and mathematical challenges. It serves as a valuable resource for learning, practicing, and mastering C++ through hands-on coding.

Language: C++ - Size: 93.8 KB - Last synced at: 21 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

Sahil12524/C_Tutorial

Basic C programming covering most of the things for beginners and for already who is experienced in C programming to revise the concepts.

Language: C - Size: 44.9 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 0

T-vK/Memory-Hacking-Class

Easy-to-use class to read and modify other processes memory.

Language: C++ - Size: 7.81 KB - Last synced at: 11 days ago - Pushed at: about 7 years ago - Stars: 216 - Forks: 44

unyt-org/example-simple-messenger

A simple messenger based on UIX and DATEX

Language: TypeScript - Size: 815 KB - Last synced at: about 14 hours ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

unyt-org/example-website-screenshot

A website screenshot app based on UIX and DATEX

Language: TypeScript - Size: 3.03 MB - Last synced at: about 14 hours ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

unyt-org/example-history-api

A example project to showcase the DATEX history API

Language: TypeScript - Size: 11.7 KB - Last synced at: about 14 hours ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

teran/go-ptr 📦

Trivial and clean library to handle taking pointers just not to repeat the same stuff in every project

Language: Go - Size: 26.4 KB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

OlimilO1402/Ptr_Pointers

Everything we need for working with pointers

Language: Visual Basic 6.0 - Size: 572 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 6 - Forks: 3

ElyassLaarossi/PoP-Two-Thrones-Trainer

This trainer for Prince of Persia: The Two Thrones offers cheats like infinite health and unlimited sand, designed to enhance gameplay, experiment with mechanics, and optimize strategies for educational purposes and speedrunning, bypassing standard game limits.

Language: HTML - Size: 26 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

ahadalireach/oop.concepts.interview.questions

A repository containing fundamentals of programming, OOP, and other related concepts with interview questions and code implementations.

Language: C++ - Size: 547 KB - Last synced at: 17 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Magnetic-Fox/UnBZip2-Watcom

Very simple patch of official BZip2 code, which compiles under Open Watcom for Win16

Language: C++ - Size: 504 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

KshKnsl/TaskMaster-X

A console based To-Do List program in C language. TaskMaster X simplifies task management. Users can log in, create accounts, and perform various task-related actions while details are stored in individual user-specific files.

Language: C - Size: 1.1 MB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

bahadirverir/LinkedList

Bu repo, C dilinde yazılmış bir bağlı liste (linked list) uygulaması sunar. Kullanıcıların düğüm ekleme, silme, arama, sıralama ve ters çevirme gibi işlemleri gerçekleştirmesine olanak tanır. Ayrıca, komut satırı üzerinden menü aracılığıyla etkileşimli bir kullanım sağlar.

Language: C - Size: 0 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Babkock/learning

A collection of small programs, to be used as references and learning material. Covers a variety of techniques.

Language: C - Size: 158 KB - Last synced at: 16 days ago - Pushed at: 2 months ago - Stars: 6 - Forks: 1

yashk9293/Love-Babbar-DSA

Language: C++ - Size: 1.52 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

dventurb/SistemaGestaoClinicas

🏥 Aplicação para gestão de clientes, médicos e consultas de uma clínica, implementado em Linguagem C. O projeto utiliza conceitos como vetores estáticos, manipulação de ficheiros e estruturas, apontadores e programação modular, desenvolvido como parte da disciplina de Algoritmia e Programação.

Language: C - Size: 5.21 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

CatchySmile/CastleWare

CastleWare | External cheat for Cubic Castles

Language: C++ - Size: 105 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

peaceyyy/CodeChum-Problems-Solutions

A compilation of all my solutions to various CodeChum problems in my first year in the University of San Carlos

Language: C - Size: 310 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

artichoke/raw-parts

🪣 Types for a `Vec`'s raw parts

Language: Rust - Size: 1.81 MB - Last synced at: 11 days ago - Pushed at: 14 days ago - Stars: 7 - Forks: 2

wyxh2004/c-cpp-learning-snippets

Linux kernel / Algorithm / Instruction Set / Pointer / Makefile / Advanced C Programming

Language: C++ - Size: 155 KB - Last synced at: 16 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

TebogoYungMercykay/Object_Orientated_Programming_in_CPP

C++ is a cross-platform language that can be used to create high-performance applications. C++ was developed by Bjarne Stroustrup, as an extension to the C language. C++ gives programmers a high level of control over system resources and memory. The language was updated 4 major times in 2011, 2014, 2017, and 2020 to C++11, C++14, C++17, C++20.

Language: C++ - Size: 2.06 MB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

haaarshsingh/cursor.js

Fast, composable, and headless custom cursors.

Language: TypeScript - Size: 30.2 MB - Last synced at: 6 days ago - Pushed at: about 2 months ago - Stars: 26 - Forks: 2

vinialg/C__CriptoBank

Projeto de Plataforma Bancária C 2024

Language: C - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

vikky2810/C-Preparation-Notes

Intermediate-level C programming notes, covering advanced control flow, pointers, memory management, file handling, and more.

Language: C - Size: 26.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

vitorpbarbosa7/ccpp

MIT 6.S096 Undergraduate Introduction to C and C++

Language: C - Size: 13.2 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

KiaraYost/Dog_Race_Game

Language: C - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

liubomyr123/speech-recognition-assistant

A simple speech recognition system using PocketSphinx that converts audio input into text and executes basic voice commands.

Language: C - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

adityamangal1/Advanced-Cpp

C++ is a general-purpose programming language and widely used nowadays for competitive programming.

Language: C++ - Size: 219 KB - Last synced at: 4 days ago - Pushed at: almost 4 years ago - Stars: 8 - Forks: 3

eduardomzj/exercicios_de_revisao_c

resolução de exercícios, sugeridos pela inteligência artificial, para revisão dos conceitos básicos da linguagem.

Language: C - Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Vi-Kitten/borrow-count

Memory that can be shared with a smart pointer and then reaquired with a future.

Language: Rust - Size: 6.84 KB - Last synced at: 24 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

TheBlueDestroyer19/heap-management

Simulation of heap management in C

Language: C - Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

anas-farooq8/FileSystem

File System using c++, contains the basic functionalities for the user such as create, delete, write and read a file. Also create, navigate and remove directories. The program isn't persistence meaning the data is lost when the program finishes execution.

Language: C++ - Size: 1.57 MB - Last synced at: 30 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

oliver021/helppad-net

Versatile .NET Toolkit: A Comprehensive Set of Miscellaneous Helpers, Classes, and Utilities

Language: C# - Size: 177 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

YAlorenzo/uni-c-tasks-solved

C programming assignments from FEI STU with detailed solutions and comments.

Language: C - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

jacintogomez/Tandon_Bridge_Resources

Various scripts related to NYU Tandon Bridge topics (mostly OOP)

Language: C++ - Size: 53.7 KB - Last synced at: 23 days ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

niylii/Learning_low-level_programming_with_hubby.

Learning C language journey. #CisFun

Language: C - Size: 154 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

duynghiadev/Learn-C-and-C-Plus-Plus

Learn C/C++ Basic

Language: C++ - Size: 89.9 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

tashi-2004/Object-Oriented-Programming-OOP

I've created files with solutions, named them with their following conventions and order. You can download, copy, and run them on a compiler or software for your information. There are no copyrights attached to these files; they are provided for educational purposes only.

Language: C++ - Size: 35.4 MB - Last synced at: 28 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

pwalig/oop_ptr

smart pointer for managing objects that belong to inheritance hierarchies

Language: C++ - Size: 16.6 KB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

soturnacrosta/sistemabibliotecario

Sistema bibliotecário: cadastro, atualização, consulta e remoção.

Language: C - Size: 43.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rajnandinithopte/Advanced-Systems-Programming_Doubly-Linked-Circular-List-Transaction-Sorting

This project implements a doubly-linked circular list for efficient transaction management and sorting, ensuring robust memory handling, error detection, and structured financial reporting with optimized insertion, deletion, and in-place sorting.

Size: 4.88 KB - Last synced at: 20 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Tamoziit/DSA

DSA using C

Language: C - Size: 76.2 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Mohamed-Sarhan-Elhussieny/C_Programming_Projects

c-project

Language: C - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

skp3214/RohitNegiDSA-CoderArmy

Language: C++ - Size: 138 KB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

TheBlueDestroyer19/bigint-implementation

The implementation of 1024 bit number to support operations of addition, subtraction and multiplication in C language.

Language: C - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

harismuneer/Bubble-Sort-Using-Pointer-Arithmetic

☘️ An implementation of Bubble Sort where Pointers are used to traverse and process the array

Language: C++ - Size: 52.7 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

adapmas/dsa-lc

Solutions for DSA LeetCode problems and explanation

Language: C - Size: 10.7 KB - Last synced at: 30 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

LuCamachoJr/cpp-objects-and-pointers

Foundational C++ project focusing on objects, classes, and pointers, emphasizing secure software development and memory management techniques relevant to cybersecurity.

Language: C++ - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Gregoirebrn/CPP_Modules

Basics of C++ by doing small exercices with differents subjects

Language: C++ - Size: 639 KB - Last synced at: 14 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

iasminmartins/Methods-and-Programming-Techniques

Repository dedicated to MPT activities, guided by Prof. Dr. Igor Sousa Peretta.

Language: C - Size: 34.2 KB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

githubAmanKumar/DSA

DSA Practice | Apna College Youtube Channel

Language: C++ - Size: 938 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MindfulLearner/C-LinkedList

This repository is dedicated to studying C programming with a focus on linked lists. It contains code and examples to explore and practice implementing linked list data structures in C.

Language: C - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

simon-zerisenay/42Abudhabi_Piscine

42 Piscine C Projects

Language: C - Size: 42 KB - Last synced at: 22 days ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

DiveshJ8766/DSA-Learning

Data Structure and Algorithm

Language: C++ - Size: 2.94 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Shesha-Sai-999/Big-Integer

A Big Integer library for performing numeric operations on numbers exceeding size of integer or long long integer. Currently the library supports numeric operations only on positive numbers.

Language: C++ - Size: 17.6 KB - Last synced at: 28 days ago - Pushed at: 7 months ago - Stars: 4 - Forks: 1

Josh012006/Level-Order-Traversal

Implementation of the level-order traversal of a BST.

Language: C++ - Size: 1.95 KB - Last synced at: 22 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

CodersAcademy006/FPL

This repository is a collection of C programs based on the Savitribai Phule Pune University syllabus. It covers fundamental concepts like arrays, pointers, functions, expression evaluation, file handling, and string manipulation. The repository is structured into folders, each representing a core topic, with additional practice and advanced problem

Language: C - Size: 123 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1

ashutoshh-jhaa/c_language

My C Programming Learning Journey!

Language: C - Size: 121 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Mad-Host/C-Programming

These assignments cover a wide range of C programming concepts. Written and tested in a Windows environment, with compatibility considerations highlighted. Ideal for beginners and learners aiming to strengthen their C programming skills.

Language: C - Size: 396 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

TrainingByPackt/The-Cpp-Workshop

Cut through the noise and get real results in this hands-on, step-by-step approach to learning C++.

Language: C++ - Size: 310 KB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 5

bhagat-hrishi/CPP

This repo contains concepts of C++ and some codes

Language: C++ - Size: 9.08 MB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

andmadri/libft

A foundational C library that provides a collection of custom-made standard C functions.

Language: C - Size: 14.6 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Kailash23/algos-and-ds

Implementation of Algorithms and Data Structure in C++

Language: C++ - Size: 744 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

PauloHM65/TrabPraticoAEDS

Program that simulates a pizzeria's reception.

Language: C - Size: 964 KB - Last synced at: 20 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Arrowar/Super-Mario-Land

This Python project allows you to monitor "Super Mario Land" using the PyBoy emulator.

Language: Python - Size: 185 KB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ms-guilherme/Mini_Calendar

A Mini Calendar project with C language

Language: C - Size: 21.5 KB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

xorcare/pointer

Helper routines for simplifying the creation of optional fields of basic type.

Language: Go - Size: 31.3 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 42 - Forks: 4

AnkitaMungalpara/Leetcode-Solutions

This repository provides Python solutions for a range of LeetCode problems, focusing on clarity and efficiency. Each solution is designed to improve coding skills and strengthen problem-solving abilities.

Language: Python - Size: 338 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

AyatGaa/Cpp_OOP_Labs

A collection of C++ and OOP labs and assignments, covering some fundamental and advanced programming concepts.

Language: C++ - Size: 5.81 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

dotjulia/stackium

Language: Rust - Size: 30.9 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

Frityet/ManagedC 📦

Reference counter for C

Language: C - Size: 300 KB - Last synced at: about 13 hours ago - Pushed at: about 2 years ago - Stars: 53 - Forks: 1

sandyg6/C-Programming

C Programming

Language: C - Size: 161 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

balaji303/C-Exercise

See my C code

Language: C - Size: 2.97 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 8 - Forks: 2

ASHUTOSHRAZZ100/Code_practice

You can start practicing C/C++ with this beginner-friendly question. It's designed to help you understand the basics of the language while building your confidence in problem-solving and coding. Perfect for those who are just getting started with C/C++!

Language: C++ - Size: 2.81 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

barbaraeguche/movie-recommendation

🎬 movie recommendation system, supporting user registration, movie rating, and collaborative filtering for personalized suggestions.

Language: C - Size: 67.4 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

afesheir/adv-c

This is the code examples and projects associated with my Advanced C Programming on Udemy. Check it out here: https://shorturl.at/JmKFa

Language: C - Size: 3.69 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

thutasann/c-lang

c lang kickoff

Language: C - Size: 854 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

pablomarin-utp/Path_of_the_Force

Interactive database in c++ using text and binary files

Language: C++ - Size: 69 MB - Last synced at: 12 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

JoakimTeixeira/data-structure-exercises

Common data structures written in C.

Language: C - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

gotidy/ptr

Contains functions for simplified creation of pointers from constants of basic types

Language: Go - Size: 21.5 KB - Last synced at: 5 months ago - Pushed at: almost 2 years ago - Stars: 27 - Forks: 3

Badjavii/Documentacion-Algoritmos-y-ED

Language: C++ - Size: 847 KB - Last synced at: 21 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

sanjanatg/polynomial-addition-using-linked-list

Adding 'n' polynomials with the data structure ,singly linked list.

Language: C - Size: 10.7 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0