Skip to content

Canvas of Dreams

An experimental journal

  • About myself
  • About this blog
  • Essay
  • Tokyo
  • Yokohama
  • Shonan
  • Osaka
  • Kyoto
  • Hiroshima
  • New Orleans
  • Baton Rouge
  • Singapore

Category: C/C++

Linux Is My Disneyland
CategoriesC/C++ Career Essay Linux Programming STEM

Linux Is My Disneyland

Posted on05/03/2023

Linux is a world of boundless creativity, where the boundaries of possibility are limited only by one’s imagination. Its open, free, and flexible nature embodies a sense of liberation and adventure that never fails to excite me. … Continue Reading >Linux Is My Disneyland

Linux Programming – Part 14.1: Improved Version of Cat Command
CategoriesC/C++ Career Linux Linux programming Programming STEM

Linux Programming – Part 14.1: Improved Version of Cat Command

Posted on04/16/202304/16/2023

Here’s another example of the cat command, but this time it’s improved!! … Continue Reading >Linux Programming – Part 14.1: Improved Version of Cat Command

Linux Programming – Part 14: Programm Cat Command Ⅱ
CategoriesC/C++ Career Linux Linux programming Programing STEM

Linux Programming – Part 14: Programm Cat Command Ⅱ

Posted on04/16/202304/16/2023

Here’s an updated version of the original cat command from last year. … Continue Reading >Linux Programming – Part 14: Programm Cat Command Ⅱ

Linux Programming – Part 13: Accessing MySQL
CategoriesC/C++ Career Linux Linux programming Programming Society STEM

Linux Programming – Part 13: Accessing MySQL

Posted on04/16/202304/16/2023

It’s been a while since I last updated the Linux Programming series! … Continue Reading >Linux Programming – Part 13: Accessing MySQL

Be Excel in C Language – Part 3 Trapping Rainwater Ⅰ: Brute Force
CategoriesC/C++ Career Linux Programming Science Technology

Be Excel in C Language – Part 3 Trapping Rainwater Ⅰ: Brute Force

Posted on01/10/202301/22/2023

So, here’s one of the hardest forms of brute force techniques that you may need to solve the challenge. But what’s interesting here is that you can take advantage of the previous challenges; experiences and knowledge. Let’s try in C! … Continue Reading >Be Excel in C Language – Part 3 Trapping Rainwater Ⅰ: Brute Force

Be Excel in C Language – Part 2: Container with Most Water
CategoriesC/C++ Career Linux Programming Science Technology

Be Excel in C Language – Part 2: Container with Most Water

Posted on01/05/202301/22/2023

Another day, another new challenge. Here, the second installment is Be Excel in C language series. To manually translate what I did in Java to C, I re-learn the core concept of coding all over again. Keep coding, keep learning. Here we go! … Continue Reading >Be Excel in C Language – Part 2: Container with Most Water

Be Excel in C Language – Part 1: Array and Brute Force
CategoriesC/C++ Career Linux Programming Science Technology

Be Excel in C Language – Part 1: Array and Brute Force

Posted on01/04/202301/22/2023

To truly master and understand a language’s core essence, you need to interact with the language on a daily basis. … Continue Reading >Be Excel in C Language – Part 1: Array and Brute Force

Learn C Language – Part 7: Static Variables
CategoriesC/C++ Career Linux Programming Science Technology

Learn C Language – Part 7: Static Variables

Posted on01/02/202301/22/2023

Sooooooo, this is the very last section of Learn C Language series. It has been a long ride, but it was a rewarding journey, wasn’t it? In the last section, we’ll take a look at how static variables are used in C, and take an even loser look at how we should handle it. … Continue Reading >Learn C Language – Part 7: Static Variables

Learn C Language – Part 6: File Divisions
CategoriesC/C++ Career Linux Programming Science Technology

Learn C Language – Part 6: File Divisions

Posted on01/02/202301/22/2023

The series Learn C Language is almost ending. This is one of the last sections of the C-language learning series, and we’ll learn how to divide a large source code into several files. Once you acquire the skill, you’ll be able to code almost any kind of C-based program. … Continue Reading >Learn C Language – Part 6: File Divisions

Learn C Language – Part 5: Writing Data to Files
CategoriesC/C++ Career Linux Programming Science Technology

Learn C Language – Part 5: Writing Data to Files

Posted on01/02/202301/22/2023

If you’ve been following my blog, you probably are already familiar with this concept of writing data to files. But this time, in addition to traditional writing to text files, we’ll take a look at writing to binary files as well. … Continue Reading >Learn C Language – Part 5: Writing Data to Files

Posts navigation

Older posts
Copyright © 2025 Canvas of Dreams. All Rights Reserved. Photo Journal by Catch Themes
Scroll Up
Home> Archive for Category: C/C++
Scroll Up