C 関数ポインタ 新しいページはコチラ

提供: yonewiki
移動: 案内, 検索
(関数ポインタ)
(関数ポインタ)
33行: 33行:
 
具体的には、以下のような記述になります。
 
具体的には、以下のような記述になります。
 
<syntaxhighlight lang="cpp" line start="1">
 
<syntaxhighlight lang="cpp" line start="1">
 +
#include "stdafx.h"
 +
 
void example_function1(int n,int m){
 
void example_function1(int n,int m){
 
     printf(”example_function1 %d %d”,n, m);   
 
     printf(”example_function1 %d %d”,n, m);   
 
};
 
};
 +
 
int _tmain(int argc, _TCHAR* argv[])
 
int _tmain(int argc, _TCHAR* argv[])
 
{
 
{

2015年4月20日 (月) 00:00時点における版



個人用ツール
名前空間

変種
操作
案内
ツールボックス