
Search found 2 matches
- Sun Aug 08, 2004 12:26 am
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116931
- Sat Aug 07, 2004 7:10 pm
- Forum: Volume 1 (100-199)
- Topic: 102 - Ecological Bin Packing
- Replies: 485
- Views: 116931
102: compile error?
i get this error when i submit my code...
02746974_24.c: In function `int getnum()':
02746974_24.c:117: implicit declaration of function `int getchar(...)'
this is my code, its c++, starting at line 114.
int getnum(){
int number=0,temp[10],hold,flag=1,count=0,i;
while(flag==1){
hold ...
02746974_24.c: In function `int getnum()':
02746974_24.c:117: implicit declaration of function `int getchar(...)'
this is my code, its c++, starting at line 114.
int getnum(){
int number=0,temp[10],hold,flag=1,count=0,i;
while(flag==1){
hold ...