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
writing And Reading Objects With Numbers as objects. java 2
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 program that creates and displays an editable table of websites and their topics, URLs, summaries, reviews, and ratings.
This example shows a simple way to write objects to (and read from) a binary file
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…
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
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.
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.
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.
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."