M
M
mkrvns1231232020-11-12 01:07:52
C++ / C#
mkrvns123123, 2020-11-12 01:07:52

"The system cannot find the specified path" error. C++ How to fix?

#include <math> // При компиляции не находит этот заголовок.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman, 2020-11-12
@myjcom

How to fix this?
5fac6c754c847323947673.png

https://en.cppreference.com/w/cpp/header/cmath
#include<cmath>

R
res2001, 2020-11-12
@res2001

Your program did not build, so the file was not found. Look closely at the compiler output window below, it says

0 - succeeded, 1 - failed

This means a compilation error. Then look at the "error list" window, the specific error(s) will be indicated there.
In this case, the error was already indicated to you by Roman above.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question