Question Raspberry Pi Bullseye Geany C programming

Feb 9, 2022
3
0
10
I am trying to use Geany to write C, it is unable to find the basic generic header files like iostream.h

I've tried the #include statement with <> and "" but it does not seem to be able to find these. I don't know where to begin to find the directory on the raspberry pi.
 

kanewolf

Titan
Moderator
I am trying to use Geany to write C, it is unable to find the basic generic header files like iostream.h

I've tried the #include statement with <> and "" but it does not seem to be able to find these. I don't know where to begin to find the directory on the raspberry pi.
Have you installed the developer libraries? Developer things like include files are not installed by default.