Topic: "operator-overloading"
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: about 1 month ago - Pushed at: over 1 year ago - Stars: 1,546 - Forks: 108

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: 28 days ago - Pushed at: over 2 years ago - Stars: 297 - Forks: 246

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

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: 3 months ago - Pushed at: about 4 years ago - Stars: 44 - Forks: 3

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

danaugrs/overload
Simplified operator overloading in Rust
Language: Rust - Size: 30.3 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 16 - Forks: 3

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

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

thakursaurabh1998/cpp
This repo contains all the C++ programs that are made as part of Object Oriented Programming subject.
Language: C++ - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: over 6 years ago - Stars: 11 - Forks: 9

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

SABERGLOW/Vector_Class
Home made vector class in C++.
Language: C++ - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 0

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

SABERGLOW/String_Class
Home made string class in C++.
Language: C++ - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 0

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

degawa/flop
provides Operator-Oriented Fortran Library for 2D incompressible flow simulation
Language: Fortran - Size: 551 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

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

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

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

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: 1 day ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

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

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

ripred/Mimic
Desktop Robotic Arm Toy
Language: C++ - Size: 2.03 MB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

uchihaMadara-7/Programming-Problems-Solution
Programs that are collection of challenges and Competitive programming question. Its an eclectic Collection.
Language: C++ - Size: 209 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

HassanElDesouky/BigIntegerClass
BigInteger Class for C++ to deal with very large integers.
Language: C++ - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 4 - 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: about 1 month ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

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

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

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

saif86/Pakfood-Internationals---OOP-Case-Study
Converts a problem statement into class diagram.
Language: C++ - Size: 176 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 5

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

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

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 2 months ago - Pushed at: 8 months ago - Stars: 2 - 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: 4 days ago - Pushed at: about 1 year ago - Stars: 2 - 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: 1 day ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

umershaikh123/Object-Oriented-Programming-week-1-to-8-code
Object oriented programing code taught in university
Language: C++ - Size: 2.93 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - 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

Shadowsith/CppString
STL header-only string class/lib which is orientated to Java and C# string classes
Language: C++ - Size: 783 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

uysalemre/Object-Oriented-Programming
Operator overloading, Abstract Classes, Polymorphism, Inheritance, Function Overloading, Constructors, Destructors, Encapsulation methodologies with projects
Language: C++ - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

dani2442/Vector
Vector - template, operator overloading, matrix (..)
Language: C++ - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: about 7 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

Emzi0767/DotNet-Operator-List 📦
An implementation of a generic collection which supports Python-like operations.
Language: C# - Size: 29.3 KB - Last synced at: 7 months ago - Pushed at: about 8 years ago - Stars: 2 - 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: 3 months ago - Pushed at: 3 months ago - Stars: 1 - 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: 3 days 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

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

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

prince-c11/Complex-Numbers
Flask webpages- Perform operations (addition, subtraction, multiplication, division) on complex numbers.
Language: Python - Size: 484 KB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 1 - 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

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

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

ziaKhan1995/matrix-operation-using-matrix-overlading
The project is aimed to perform Matrix operations like+, -, * and inversion using Operator overloading concept.
Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

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

reyad-7/My-set
Imagine that you are using a C++ version that does not support STL and you need a set class for his programming job , so I did a set and I tried to make it like real one using templaes to use any data type with some amazing futures and atributes
Language: C++ - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

EzeSandes/Cpp-Exercises
C++ Exercises for practice. Operators, Inheritance, Polymorphism, Dynamic and Static constructors. Spanish/Espanol: https://github.com/EzeSandes/Cpp-Ejercicios
Language: C++ - Size: 32.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

KrishnenduJana/CPP-PLDS
Basics program in OOP and DSA
Language: C++ - Size: 1.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

Brock-Ferrari/Course-Registration
Advanced C++ Application that acts as a course registration tool. Demonstrates inheritance, composition, operator overloading, and "friend functions"
Language: C++ - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

ShababAhmedd/CSE111_OOP
This repository contains all the lab assignments done in the CSE111 course of BracU
Language: Jupyter Notebook - Size: 2.15 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

Enda-Monks/Assembly-Line-Application
Final Project for Seneca's OO Software Development using C++
Language: C++ - Size: 142 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

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

iaman877/AwesomeCPP
It will contain all logical problem and related concepts in C++ 🚀🌈 🚀
Language: C++ - Size: 217 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

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

OliverKovacs/js-operator-overloading
Pseudo-operator-overloading in JavaScript for + using toString() and inherited class constructors
Language: JavaScript - Size: 1.95 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ulaseraslan/AdvancedProgrammingProjects
Language: C++ - Size: 2.6 MB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

kalpak92/Learn-CPP
Notes and code snippets.
Language: C++ - Size: 891 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 3

thealifaisal/add-two-polynomials-linked-list
Given two polynomial numbers represented by a linked list. Write a function that add these lists means add the coefficients who have same variable powers.
Language: C++ - Size: 3.99 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

huichen0730/Member-Management-System
a c++ program stimulates a member management system for staff use only
Language: C++ - Size: 862 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

fmdz387/Object-oriented-programming
Tasks and solutions (Object-oriented C++)
Language: C++ - Size: 210 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 1

NFestoso/Overloaded-Operator-Demo
Demonstrates the use of STL container class and overloaded operators in C++ using a forward list.
Language: C++ - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

saif86/Rational-Numbers---Operator-Overloading
Operator Overloading in C++
Language: C++ - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

JuanAArias/TimeSpan
A class that stores a time representation and perform addition, subtraction and multiplication on the internal time.
Language: C++ - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

saif86/Time---CPP-Class
Defining class in C++
Language: C++ - Size: 31.3 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

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

meysam81/vector
A simple vector implementation in c++ (mathematic vector) from back in college
Language: C++ - Size: 157 KB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

Akashi96/High-Performance-Linked-Lists
This repository consists of Project on High Performance Linked Lists.
Language: C++ - Size: 709 KB - Last synced at: 5 days ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

prakhargvp/CPP
Object oriented Programming with C++
Language: C++ - Size: 47.9 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 1 - Forks: 0

Tamoziit/OOP-using-Java-Cpp
Object Oriented Programming using Java & C++
Language: Java - Size: 35.2 KB - Last synced at: 28 days ago - Pushed at: 29 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: about 1 month ago - Pushed at: about 1 month 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: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

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

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

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

ashutoshh-jhaa/cpp
My C++ Programming Learning Journey!
Language: C++ - Size: 96.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - 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: 4 months 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

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

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

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

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

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
