ぼるじょあがC/C++の宿題を片づけますYO! 68代目 at TECH
[2ch|▼Menu]
691:デフォルトの名無しさん
07/12/25 19:57:46
>>687
//kadai09a.h
#define NUM 5
void hyouji(int,int);
//kadai09.c
#include "kadai09a.h"
#include <stdio.h>
//#include <stdlib.h>//いらなくね?
int main(void)
{
//mainの内容を記述します。
}
//kadai09a1.c
#include <stdio.h>
void hyouji(int k,int m)
{
printf("The sum of 0 to %d : %d\n", k, m);
}

コンパイラの使い方は誰かに聞け


次ページ
続きを表示
1を表示
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

4350日前に更新/401 KB
担当:undef