error: SCmathlib: nenhum arquivo ou diretório

1

Eu escrevi código para gradiente conjugado em PuTTy C ++. Quando tento compilá-lo, ele lança o erro abaixo.

error: SCmathlib.h: No such file or directory
cg13.cc:11: error: '::main' must return 'int'
cg13.cc: In function 'int main(int, char**)':
cg13.cc:38: error: 'sin' was not declared in this scope
cg13.cc:39: error: 'exp' was not declared in this scope
cg13.cc:50: error: 'exp' was not declared in this scope
cg13.cc:60: error: 'exp' was not declared in this scope
cg13.cc:72: error: 'exp' was not declared in this scope
cg13.cc:83: error: 'dot' was not declared in this scope
cg13.cc:87: error: 'dot' was not declared in this scope
cg13.cc:131: error: 'fabs' was not declared in this scope
cg13.cc:132: error: 'fabs' was not declared in this scope

Como posso corrigir isso?

    
por sai 16.05.2016 / 09:59

0 respostas