David's Blog
Blogs
GitHub
FriendlyUser's blog
More posts in my blog.
rust
C++ I/O: Reading and Manipulating CSV Data .
Dec 26, 2024
In this article, we'll explore how to build a program in C++ that reads in a CSV file, performs operations on the file.
rust
Rust's IO: Build a program that reads in a CSV file and performs operations such as sorting and filtering on the data.
Dec 26, 2024
In this article, we'll explore how to build a program in Rust that reads in a CSV file, performs operations such as sorting and filtering on the data, and writes the results to a new file..
rust
Rust's Threads: Building a Program to Calculate Pi Using Multithreading
Dec 26, 2024
In this article, we will learn how to calculate pi using Rust's threads and the Monte Carlo method.
rust
How to use Rust Collections
Dec 26, 2024
In this article, we will build a program that uses Rust's collections, specifically HashMap and HashSet, to perform operations such as counting the frequency of words in a text file.
rust
Rust's borrowing rules
Dec 24, 2024
In this article, we will explore Rust's borrowing rules by building a program that uses a borrowed reference to a vector of integers to determine the average value of the integers.
rust
Lifetimes in Rust: Managing Borrowed Data
Dec 24, 2024
Lifetimes ensure that references to data remain valid as long as the data exists. This article demonstrates Rust lifetimes through an example data structure containing vectors of strings and string references.
← Newer Posts
Older Posts →
© Copyright 2025 by FriendlyUsers Tech Blog. Built with ♥ by
FriendlyUser
. Last updated on 2025-11-29.