add/remove software

Dieter Schicker dieter.schicker at uni-graz.at
Sun Jan 21 03:46:31 UTC 2007


> also, I am trying to compile c/c++ code on my machine, but every time a
> type cc on a simple .c hello world program, it says "stdio.h is not
> found"

You have to install package "libc6-dev". In a console type "sudo apt-get
install libc6-dev".
In your code you have to import "stdio.h" bei uttering
#import <stdio.h>

Cheers
Didi

> 
> any help appreciated
> 
> I apologize if this is the incorrect list to post this question
> 
> TIA
> 
> 





More information about the ubuntu-users mailing list