Arthur Lucas Posted August 1, 2011 Report Share Posted August 1, 2011 Quando eu uso a biblioteca # include <alloc.h>, aparece esse erro:malloc.c: 2:19: erro fatal: alloc.h: Arquivo ou diretório não encontrado?omo posso compilar meu código agora ? Quote Link to comment Share on other sites More sharing options...
0 djfarinha Posted August 2, 2011 Report Share Posted August 2, 2011 Qual sistema operacional você está usando?procure pela biblioteca no sistema! Quote Link to comment Share on other sites More sharing options...
0 kuroi Posted August 4, 2011 Report Share Posted August 4, 2011 q funcao você quer usar?? malloc()??normalmente usamos ela a partir do stdlib.h. não sei se tem algum compilador q use essa tal alloc.h, mas não deve ser o caso do seu. Quote Link to comment Share on other sites More sharing options...
0 Sergio Lemos Posted August 9, 2011 Report Share Posted August 9, 2011 Realmente, essa biblioteca é meio estranha pra mim, que compilador você está usando? Quote Link to comment Share on other sites More sharing options...
Question
Arthur Lucas
Quando eu uso a biblioteca # include <alloc.h>, aparece esse erro:
malloc.c: 2:19: erro fatal: alloc.h: Arquivo ou diretório não encontrado
?omo posso compilar meu código agora ?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.