Trabalho proposto na disciplina de programação II, curso de sistemas de informação
-
Updated
Nov 15, 2022 - C++
Trabalho proposto na disciplina de programação II, curso de sistemas de informação
Function that reads a line from a file descriptor.
1st project utilizes hashing, 2nd read/writes to a file, 3rd builds upon project 2
This function reads from a file descriptor and returns a single line at a time. It’s designed to handle any file or standard input efficiently, making it easy to process text line by line.
A program that creates and displays an editable table of websites and their topics, URLs, summaries, reviews, and ratings.
Project for data structures and algorithms course. Focuses on recursive algorithms. Oct 2024
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.
A personal, console-based program for solving mental math problems
writing And Reading Objects With Numbers as objects. java 2
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…
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.
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.
Student Assessment project for Programming Principles 2 course
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.
This example shows a simple way to write objects to (and read from) a binary file
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.
Add a description, image, and links to the read-from-file topic page so that developers can more easily learn about it.
To associate your repository with the read-from-file topic, visit your repo's landing page and select "manage topics."