Skip to content
Advertisement

io.h not found CLion in Ubuntu 20.04

I am trying to run a c++ code however, io.h is not found.

JavaScript

It is shown as

JavaScript

enter image description here

Additionally, I am getting a bunch of weird problems (for a code that is rather > 16 years old):

JavaScript

or

JavaScript

or

JavaScript

or

JavaScript

or

JavaScript

or

JavaScript

or

JavaScript

I wonder if these are related to io.h not being found.

JavaScript

I have CLion 2020.2.3 and

JavaScript

Advertisement

Answer

Add compiler directives to manage multi-os compilation.

JavaScript

Fixed a few loops where the iterator variable ‘i’ was undeclared.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement