read-from-file
There are 18 repositories under read-from-file topic.
FelipeDasr/trabalho-PROG-II-P04-2022-2
Trabalho proposto na disciplina de programação II, curso de sistemas de informação
AijaRe/42Porto_get_next_line
Function that reads a line from a file descriptor.
anthony7586/Operating-Systems-Concepts-
1st project utilizes hashing, 2nd read/writes to a file, 3rd builds upon project 2
eschirni/get_next_line
42 get_next_line project (with bonus)
goodluck3301/fetch-channels-from-xml
Fetch Channels From XML File
TebogoYungMercykay/Procedural_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.
AmeerQatmosh/Student-Assessment-System
Student Assessment project for Programming Principles 2 course
CQURepository/save-object-to-binary-file
This example shows a simple way to write objects to (and read from) a binary file
fe-jackson/Websites-Table
A program that creates and displays an editable table of websites and their topics, URLs, summaries, reviews, and ratings.
jmatheis00/42_getnextline
A custom C function that reads lines from file descriptors or standard input, providing a convenient method for handling input in C programs, including file reading and command-line interaction.
bell-kevin/StudentScoresInFile
WARNING: THIS FILE IS NOT COMPLETE AND HAS MANY ERRORS Ask user for input of names & scores & write that data to a file, with a name on 1 line & the score on the next; it reads that same data file & prints the data; & it finds the low, high, & average of the scores. After the file has been read, calculate & display the lowest, highest, & average scores.
bell-kevin/writingAndReadingObjectsWithNumbers
writing And Reading Objects With Numbers as objects. java 2
KseniiaPrytkova/get_next_line
The aim of this project is to code a function that returns a line ending with a newline, read from a file descriptor. There are no leaks in this project.
shammill/NameSorter
Written during a code interview for a job. Takes a file containing a list of names in (FirstName, LastName) format and sorts them by last name and then first name, then exports the list to a file.
shammill/Python-TextToSQL-Data-Statistics
This was a first year University project I completed in 2013. It uses Python to insert records from a .txt document into an SQL database. Afterwards, it fetches data based on those records, specifically the best and worst ratings for a make of car, the average rating, and the most expensive cars.