Quantcast
Channel: oopタグが付けられた新着記事 - Qiita
Browsing latest articles
Browse All 39 View Live

【Go】Goのジェネリックメソッドについて

Goのジェネリクス Goには、ジェネリクスという概念があります。関数か構造体を定義する際に、一部の型を変数として扱い、コードの再利用性の向上させます。 // generic function // …

View Article


comelangでpico timer intterupt task switching os

#include <comelang.h> #include "hardware/timer.h" #define STACK_SIZE 1024 volatile uint32_t SP,PC, …

View Article


comelangにコードを生成しないgenericsが入りました。

No generating code collection #include <comelang.h> struct sData { int a; int b; }; int main(int ar…

View Article

コードを生成しないcollection完成しました

#include <comelang.h> struct sData { int a; int b; }; int main(int argc, char** argv) { list<sData…

View Article
Browsing latest articles
Browse All 39 View Live