22 results for “topic:string-handling”
No description provided.
Java Programs on String Handling and File Handling
libft is a static C library of essential functions — from character checks and memory operations to string manipulation and linked lists — serving as the foundation for all future 42 projects.
Repository contains the codes about programming fundamentals of C Language.
Data manipulation tool for Go ecosystem.
Practica 3 - Sistemas Operativos
A simple Library Management System built with Rust demonstrating practical usage of vectors, strings, and hash maps from Chapter 8 of The Rust Programming Language book. Features book/user management, borrowing system, and CLI interface.
This repo contains all the Java programs along with its OOPS concepts such as Data Abstraction, Encapulation and specially the Inheritance programs. OOPS concepts along with String handling, File handling , Multithreading etc were implemented successfully
📁 C Programs for 🔠 String Operations, 🔎 Searching & 🔃 Sorting Algorithms – includes source & executables ⚙️
A collection of Java programs covering core concepts, OOP principles, and practical examples. This repository includes code for loops, arrays, strings, inheritance, polymorphism, exception handling, file handling, and other fundamental Java topics. Useful for beginners, students, and anyone revising Java concepts.
A collection of Java programs
The Address Book Project is a console-based C application for managing contacts (names, phones, emails). It supports add/delete/update/search operations using core C concepts like file handling, input parsing, and standard I/O. Designed as a foundational project, it avoids advanced data structures, focusing on fundamental programming techniques.
A custom implementation of the C printf function, supporting formatted output for multiple data types. Useful for learning about variadic functions, string formatting, and low-level output in C.
Basic programs from few regular languages...
A console-based Hostel Management System built in C that helps manage student records, room allocation, and fee reports using file handling. This project is designed for learning core C concepts like structures, files, functions, and menu-driven programs.
The program allows the user to: Choose between Rock, Paper, or Scissors by typing 0, 1, or 2. The computer then makes a random choice. The result is determined by the classic rules: Rock beats Scissors Scissors beats Paper Paper beats Rock
Python script to analyze email addresses
42school_libft
Task Manager Program - Capstone Project on Python Lists, Functions and String Handling
CUCEI: Data Structure Problem-Solving Seminar 1
This project is a Python program that converts text into Morse code. It uses a dictionary to match letters, numbers, and some punctuation to their Morse code symbols. If the user enters any invalid characters, the program will ask for a valid input. Spaces between words are represented by /.
C library built from scratch that reimplements core libc functions and adds custom utilities for string, memory, and list handling.