PDA

View Full Version : [ubuntu] studio.h not working



dheepak1
January 18th, 2010, 06:44 PM
hi friend...i got a problem...
i tried a simple "hello world " program in terminal...but while executing i was given a error commend saying "studio.h" not working...:(
can some1 help...!!!

andrewc6l
January 18th, 2010, 10:52 PM
I suspect you want to include stdio.h (STanDard I/O) and not studio.h.

baddog144
January 19th, 2010, 12:51 AM
Yeah, there is no studio.h
There is, however stdio.h, which provides many basic input and output functions (STanDard Input/Output) ;)