top of page

[C] Array of function pointers

What want to do As stated in the title, I would like to define an array of function pointers. Specifically, for example, the third...

[Chisel] Don't use polymorphism

What I want to do There are multiple similar units Most of processes are the same, only some differences. Select an appropriate unit...

[Chisel] Exiting a loop

What want to do ★ There are multiple modules of the same type Select one of these that meets the specified condition. To achieve this, I...

[Chisel] About Queue

Introduction If you want to use a queue to pass data in Chisel, Queue class is provided. I will explain how to use it. Basic usage...

[Android] What is Android API level?

Introduction When I try to upload an app to Google Play Store, the following error occurs Your app is currently targeting API level 31....

bottom of page