top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
MR
Spell out information about application development, etc.
home
blog
profile
もっと見る
Use tab to navigate through the menu items.
記事一覧
flutter/dart
python
machine learning
raspberry pi
electronic work
C#
other
android
firebae
Node.js
C
other technical
JavaScript
scala
chisel
RISCV
Search
[C] Pass a pointer to a 2D array as a function argument
What want to do There is an operation that operates on two-dimensional arrays There are multiple targets to be processed In this case, I...
Jul 27, 2024
[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...
Jul 27, 2024
[C]When the address returned from the function is referenced later, the value is incorrect
Phenomenon Create a function (func_a) in C language. Creates an instance of a struct based on the contents of the argument and returns...
Jan 2, 2023
bottom of page