Information | |
---|---|
has gloss | eng: A function pointer is a type of pointer in C, C++, D, and other C-like programming languages, as well as Fortran 2003. When dereferenced, a function pointer invokes a function, passing it zero or more arguments just like a normal function. In programming languages like C, function pointers can be used to simplify code by providing a simple way to select a function to execute based on run-time values. |
lexicalization | eng: function pointer |
instance of | c/Data types |
Meaning | |
---|---|
Italian | |
has gloss | ita: Un puntatore a funzione è un tipo di puntatore in C, C++, D, e altri linguaggi di programmazioni stile C. Quando viene dereferenziato esso invoca una funzione, passandole zero o più argomenti come ad una funzione normale. Nei linguaggi di programmazione come il C, i puntatori a funzione possono essere usati per semplificare il codice fornendo un modo semplice per eseguire codice in base a paramentri determinati a run-time. |
lexicalization | ita: puntatori a funzione |
Japanese | |
has gloss | jpn: 関数へのポインタは、C, C++, Dやその他Cを基にしたプログラミング言語におけるポインタの一種である。関数へのポインタを参照外し(デレファレンス)して実引数を与えると、そのポインタが指し示す関数を呼び出せる。Cなどのプログラミング言語では、switch文を置き換えてコードを単純にするために使われることがある。 |
lexicalization | jpn: 関数へのポインタ |
Polish | |
has gloss | pol: Typ funkcyjny – typ zmiennych która jest interpretowana jako funkcja. |
lexicalization | pol: Typ funkcyjny |
Lexvo © 2008-2024 Gerard de Melo. Contact Legal Information / Imprint