GitHub topics: operator-overloading
basics/vector
This library provides 3D Vector in js including arithmetic operator overloading (+ - * / % **).
Language: JavaScript - Size: 3.5 MB - Last synced at: 2 days ago - Pushed at: 4 days ago - Stars: 14 - Forks: 3

Tamoziit/OOP-using-Java-Cpp
Object Oriented Programming using Java & C++
Language: Java - Size: 35.2 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

ZohaibCodez/text-string-clone
A custom C++ implementation of the std::string class with full memory management, operator overloading, and OOP design principles
Language: C++ - Size: 12.7 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

OrF8/CPP-Image-Processing
A repository for Ex 4 in course 67315 (Programming Workshop in C & C++) @ The Hebrew Universty of Jerusalem
Language: C++ - Size: 1.11 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

enkimute/ganja.js
:triangular_ruler: Javascript Geometric Algebra Generator for Javascript, c++, c#, rust, python. (with operator overloading and algebraic literals) -
Language: JavaScript - Size: 7.11 MB - Last synced at: 13 days ago - Pushed at: over 1 year ago - Stars: 1,546 - Forks: 108

himudigonda/GradWire
GradWire: A NumPy-based Automatic Differentiation Engine
Language: Python - Size: 13.7 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

antoniossaliba/CV-Selector
This repository represents the backend (i.e. the code) of the CV-Selector system.
Language: C - Size: 2.81 MB - Last synced at: 8 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 2

aazannoorkhuwaja/Stock-Market-Simulator
Stock Market Simulator! Buy and sell stocks with virtual cash, track dynamic price swings, and build your portfolio on a sleek command-line interface
Language: C++ - Size: 85 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

hammad2858/OOP-LAB
This repository contains OOP lab assignments and projects from FAST-NUCES
Size: 114 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

brianwp3000/impl_ops 📦
Macros for overloading operators easily in Rust.
Language: Rust - Size: 29.3 KB - Last synced at: 10 days ago - Pushed at: over 5 years ago - Stars: 16 - Forks: 14

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: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

amelentev/java-oo
Java Operator Overloading
Language: Java - Size: 576 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 272 - Forks: 29

ashutoshh-jhaa/cpp
My C++ Programming Learning Journey!
Language: C++ - Size: 96.7 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Treeniks/forward_ref_generic
Generically forward references for operations on Copy types
Language: Rust - Size: 54.7 KB - Last synced at: 10 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

milaan9/06_Python_Object_Class
Object-oriented programming (OOP) is a method of structuring a program by bundling related properties and behaviors into individual objects. In this tutorial, you’ll learn the basics of object-oriented programming in Python.
Language: Jupyter Notebook - Size: 574 KB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 297 - Forks: 246

prince-c11/Complex-Numbers
Flask webpages- Perform operations (addition, subtraction, multiplication, division) on complex numbers.
Language: Python - Size: 484 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

bhttchr6/Computational-Geometry-Problems
Computational geometry and smart pointers related problems
Language: C++ - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: 3 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: 11 days ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

straykangaroo/cpp-operator-overloading-cheatsheet
C++ operator overloading cheatsheet
Size: 48.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

danaugrs/overload
Simplified operator overloading in Rust
Language: Rust - Size: 30.3 KB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 16 - Forks: 2

Ahmed-Gaper/Sparse-Array-and-Matrix
The doubly-linked list-based SparseArray and SparseMatrix libraries optimize memory for sparse datasets by storing only non-zero elements in a doubly-linked list, significantly reducing storage compared to traditional arrays.
Language: C++ - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

abdulrahmanhussin1/Eraasoft-CSharp-Task-04
Task 2 for C# in : Inheritance & Polymorphism & operator overloading
Language: C# - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MarkShinozaki/CPTS122-DataStructures
Washington State University/Fall 2021/These are all my assignments from Computer Science 122. These assignments include Lab work, Programming Assignments, quizzes, Exams and extra credit.
Size: 18.1 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

Ruben-Arushanyan/exotic-object
With the help of this library, in JavaScript, we can create exotic objects with custom behavior for each operation that will be applied to the object.
Language: JavaScript - Size: 488 KB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

lisachenko/native-php-matrix
PHP Library that provides an implementation of userland types, powered with overloaded operators
Language: PHP - Size: 20.5 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 44 - Forks: 3

jaydattpatel/C-Plus-Plus-with-DSA
C++ Programs with Data Structure and Algoritham
Language: C++ - Size: 12.3 MB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 8 - Forks: 1

VishalKumar-S/Python_OOPs_and_Advanced_Topics
A comprehensive collection of notes and code examples for my revision, which covers Python OOPs concepts, advanced topics like operator overloading, multithreading, file I/O, and more — structured for easy learning and quick reference.
Language: Python - Size: 29.3 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

mcquerol/modulo-counter-cpp
C++ modulo counter project with focus on OOP, operator overloading, and design patterns.
Language: C++ - Size: 549 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

mcquerol/optional-exercises-apt-cpp
Advanced C++ exercises on OOP, operator overloading, and STL containers.
Language: C++ - Size: 1.92 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

ostad-ai/Python-Everything
Here, we talk about the programming language, Python.
Language: Jupyter Notebook - Size: 145 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

BivittatusDB/BivittatusDB
Operator Based Relational Database Management system for python
Language: Python - Size: 777 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 6 - Forks: 1

R-N/RomanNumber
Roman number wrapper for int
Language: C++ - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

R-N/CalculatorStringCPP2
Calculator that takes math expression string input like in Python
Language: C++ - Size: 24.4 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Sekula34/Cppmodules
Small projects for learning concepts of object oriented programming in c++ standard 98
Language: C++ - Size: 535 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

iker-gonzalez/ft-containers
Reimplementation of stack, vector and map container types of the C++ standard template library (STL).
Language: C++ - Size: 261 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

legitdev-ath/c-basic-projects
These are the topics which i learnt in my high school
Language: C++ - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

roberthein/InverseKinematics
Inverse Kinematics in SceneKit.
Language: Swift - Size: 7.97 MB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 27 - Forks: 4

jackvial/operator-overload.ts
Using TS Compiler API to add operator overloading to TS
Language: TypeScript - Size: 22.5 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

ImranJaved1073/Object-Oriented-Programming_OOP
This Repository is about Object Oriented Programming Concepts
Language: C++ - Size: 196 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

sidharthjuyal/oop
Object oriented programming in C++
Language: C++ - Size: 602 KB - Last synced at: 10 months ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 1

IlyaChvanov/String
Self made std::string
Language: C++ - Size: 172 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

IlyaChvanov/Animals
🦊🐾A standard project on inheritance
Language: C++ - Size: 684 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

eman06/Matrix-Operations
This C++ project implements a Matrix class for floating-point 2D matrices with custom memory management and extensive operations. It includes matrix addition, subtraction, multiplication, scalar multiplication, inversion, and determinant calculation. It also supports custom file handling for saving and reloading matrix data.
Language: C++ - Size: 5.86 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

eman06/Fraction-Calculator
This C++ project implements a Rational class for handling rational numbers (fractions). It includes functionalities for addition, subtraction, multiplication, and division of fractions, along with comparison and input/output operations. The class features operator overloading, fraction reduction, and proper exception handling.
Language: C++ - Size: 3.91 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

eman06/automotive-analytics
This C++ project focuses on automotive data analysis. It reads a CSV file containing detailed car information, stores it in a dynamic array, and applies operator overloading to analyze different car types. The implementation uses basic structures, avoiding STL containers, and showcases dynamic memory management.
Language: C++ - Size: 5.86 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

ADolbyB/cpp-data-structures
Code I Wrote From 2 C++ Classes at FAU.
Language: C++ - Size: 178 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

dragoncoder047/pickle
It's Python! No, it's Tcl!, Wait, what is it?
Language: C++ - Size: 360 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

boraxpr/bitesofpy
Introducing "Bitesofpy"! Here, I share my PyBites exercise solutions, fueled by a "Learning Python" bundle from a Humblebundle sale. Drawn to the captivating exercises, I dedicated six months to tackling numerous challenges.
Language: Python - Size: 2.94 MB - Last synced at: 8 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

areeba0/Polynomial-Class-in-Cpp-with-Operator-Overloading-for-Arithmetic-Operations
This C++ code is an implementation of a Polynomial class that supports arithmetic operations (+ and -) and comparison (==) using operator overloading. The Polynomial class allows users to create polynomials of varying degrees, and input coefficients, perform basic arithmetic operations, and compare polynomials for equality.
Language: C++ - Size: 7.81 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

areeba0/Fraction-Class-Implementation-with-Overloaded-Operators-in-CPP
The Fraction class in C++ uses fractions with robust arithmetic operations and comparison capabilities. It includes constructors for flexible initialization, overloads operators for intuitive usage (including arithmetic, comparison, and unary operations), and provides utility functions like normalization and error handling for zero denominators.
Language: C++ - Size: 8.79 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

tolking/tagged-operator
Simulate operator overloading with Tagged templates
Language: TypeScript - Size: 43.9 KB - Last synced at: 11 days ago - Pushed at: about 3 years ago - Stars: 5 - Forks: 1

mtumilowicz/kotlin-dsl-lambda-workshop
Simple DSL in Kotlin with introduction to basic features.
Language: Groovy - Size: 146 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mtumilowicz/groovy258-dsl-closure-workshop
Introduction to implementing DSL and some elementary groovy's features.
Language: Groovy - Size: 136 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Abhilekhgautam/Cpp-college
This is a git repo dedicated for sharing C++ ideas.
Language: C++ - Size: 29.3 KB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Arjun-08/Object-oriented-programming-LabAssignments
This repository contains a series of lab assignments focusing on object-oriented programming (OOP) concepts implemented in Python. Each assignment is designed to reinforce fundamental OOP principles and techniques through practical exercises and projects.
Language: Jupyter Notebook - Size: 268 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

raveriss/cpp02
C++98 exercises focusing on ad-hoc polymorphism, operator overloading, and canonical forms
Language: C++ - Size: 1.64 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ripred/SmartPin
Experimenting with the idea of an object-oriented pin class that uses operator overloading to intuitively abbreviate the usage of digitalRead(...), digitalWrite(...), analogRead(...) and analogWrite(...)
Language: C++ - Size: 60.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

helenailic/Volunteer-Group-Builder-Machine-Project
In this project I wrote code that takes a list of volunteer data and produces groups per given skillset specifications in order to automate a process that otherwise may take countless hours.
Language: C++ - Size: 0 Bytes - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

muhammadshaffay/Operator-Overloading
Repository showcasing overloaded operators for arrays, matrices, strings, and polynomials in C++.
Language: C++ - Size: 85.9 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Florin623/City-Management-System
Console-based city management system in C++, allowing users to add and remove buildings and people
Language: C++ - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

wannn-one/rectangle-operator-overloading
C++ program to calculate 2 rectangle by +, -, ++, --, ==, and [] operators
Language: C++ - Size: 420 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

dboikliev/babel-plugin-overload-operators
A babel compiler plugin providing support for operator overloading.
Language: JavaScript - Size: 184 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

tovask/virtual-fs
User space virtual file system, written in C++
Language: C - Size: 36.1 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

zamronypj/oprsimd
Operator overloading for vector matrix operation using Intel SIMD SSE/SSE2/SSE3 instructions written in Free Pascal
Language: Pascal - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 10 - Forks: 3

MorganBergen/CPP-Data-Structures
Basics of Compilers in relationship to C++ compilation to object and machine code via makefile scripting. Basics of Algorithmic Design - Essentially how to design a sequence of precise instructions that leads to a solution. Principles of object-oriented programming design
Language: C++ - Size: 128 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

praths71018/Task-Manager
A Task Manager Program which utilises all OOPs and other concepts in C++
Language: C++ - Size: 41 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mouad-El-Asri/cpp_modules
It's time to dive into Object Oriented Programming and start our C++ journey! 🔥
Language: C++ - Size: 4.59 MB - Last synced at: 23 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

karisti/42_python_for_datascience
Introduction to Python for data science. 42 Madrid cursus project.
Language: Python - Size: 42 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

webwithaman/cpp-programming-questions
This repository contains a collection of programming questions and solutions in the C programming language. The questions cover various fundamental concepts such as Input/Output, Operators, Decision Control, Loops, Functions, Arrays, Strings, Pointers and more.
Language: C++ - Size: 2.92 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

degawa/any
A user-defined type for mimicking procedures that can return different types
Language: Fortran - Size: 25.4 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

kakaopanda/Matrix-Operation
행렬 간 연산 및 정렬, 연산자 오버로딩 및 얕은 복사, 깊은 복사에 대한 이해
Language: C++ - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alexjilavu29/Sistem-Inregistare-Voturi-POO
Explorează principiile Programării Orientate pe Obiect cu acest sistem de votare în C++, care demonstrează mostenirea, abstractizarea, polimorfismul și încărcarea operatorilor prin un model de votare interactiv.
Language: C++ - Size: 841 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

papastam/HY352
Pokemon Simulation Language (HY352) [winter semester of 2023].
Language: C++ - Size: 18 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

tobi27199/operatoroverload
[GER] Überladung von Operatoren in C++
Language: C++ - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

annimon-tutorials/Javac-Plugin-Demo
Source code for tutorial
Language: Java - Size: 68.4 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 8 - Forks: 2

enesbehlul/otobusKart
A small card system of a coach - homework
Language: C++ - Size: 1.77 MB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

TomaszRewak/strong_typedefs
A strong_typedef implementation for C++ with selective operator overloads.
Language: C++ - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

VBT-Intership/FurkanTopaloglu-Calculator
Make a calculator using Operator overloading with Dart
Language: Dart - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

algorhtym/cpp-works
A series of C++ classes illustrating various important advanced cpp concepts studied at the Programming Concepts with C++ course
Language: C++ - Size: 30.3 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

OmorFarukMashuk/car-dealership
Language: C++ - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sasha-ajin/python-advanced-topics
Advanced python topics
Language: Python - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

furkanozev/Object-Oriented-Programming
Object Oriented Programming (C++ and JAVA Language) Object Oriented, Shape Fit Algorithm, SVG, Vector, Operator Overloading, Dynamic Memory, Name Spaces, Inheritance, Templates, STL, Collections, Generics, Java Collections, Java GUI, Polymorphism, Encapsulation, Abstraction
Language: C++ - Size: 2.16 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

awcasella/Miscellaneous
A repository containing a variety of interesting things, which can have been written in any language.
Language: C++ - Size: 68.4 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

iosbrain/Swift-4-Generics-Playground
An Xcode 9 playground for exploring Swift 4 generics.
Language: Swift - Size: 17.6 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

Sai-Nandan-Desetti/15-Puzzle
Play the 15 Puzzle game!
Language: C++ - Size: 717 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

TebogoYungMercykay/Mathematical_Expressions_Calculator
Polynomials are mathematical objects which are expressions of variables and coefficients added to-gether. These polynomials can use operator overloading in a very intuitive manner since most of the operators that we can overload are mathematical operators, which can also be applied to polynomials.
Language: C++ - Size: 535 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

danieldotwav/Orthogonal-Coordinate-System-Distance-Calculator
This C++ program calculates the distance between two points represented by their coordinates in a Cartesian plane.
Language: C++ - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

danieldotwav/Interactive-Date-Information-App
This C++ program allows users to input a date in the format MM/DD/YYYY and provides a range of information related to that date, including the month name, zodiac sign, and horoscope. It showcases the use of operator overloading, data validation, and conditional statements.
Language: C++ - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

danieldotwav/Fraction-Arithmetic-Calculator
This C++ program demonstrates basic object-oriented programming principles through the implementation of a Fraction class. It includes constructors, destructor, operator overloading, and exception handling for division by zero. Users can input two fractions, and the program will calculate their sum.
Language: C++ - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Dashminder-Singh/OOPS_with_cpp
Object oriented paradigm -> Real world programming
Language: C++ - Size: 14.6 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

SaraAlhaddadi/OOP
this repo to learn OOP (Object Oriented Programming) operator overloads in python
Language: Python - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

PeterSoyfer/cpp-classes
OOP projects exhibiting main properties of simple and complex classes, operators' overloading etc.
Language: C++ - Size: 49.8 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

xyproto/quaternions
Example of operator overloading in Go, by embedding Lua
Language: Go - Size: 96.7 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ccostagliola/cc_logger
A simple C++ multithread-safe logger class
Language: C++ - Size: 73.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ktlhape/PROG2B_2023_GR2
Language: C# - Size: 809 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

oriyalperin/CPP_ex4_b
Pandmic Game
Language: C++ - Size: 250 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

oriyalperin/CPP_ex5_b
Binary Tree With Iterators
Language: C++ - Size: 65.4 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Guiribei/cpp
This is the record of my cpp_piscine project at 42
Language: C++ - Size: 458 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

blackbeard334/jops
Java Operator Overloading Plugin
Language: Java - Size: 249 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 7 - Forks: 3

eyalbi/college-cpp-projects
Language: C++ - Size: 39.1 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0
