Hi, i am new to the forum and new to code::blocks and i have a problem with the console app, i wrote a simple celsius to fahrenheit converter(i needed one :lol:) and i included the following headers:
#include <cstdio>
#include <cstdlib>
#include <iostream>
and when i used build i got these errors:
cstdio: no such file or directory
cstdlib: no such file or directory
iostream: no such file or directory
this happens only in console apps, what can i do to fix this problem?