Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-09-2005, 11:38 AM   #1 (permalink)
 
Ultra Techie

Join Date: Jun 2004

Location: Minnesota

Posts: 962

toxicity_27 is on a distinguished road

Send a message via MSN to toxicity_27
Default Dev-C++ Problem

Dev-C++ doesn't recognice <stdio.h> The book that I am reading tells me to put <stdio.h> right after #include. For some reason, when I try to compile it, it errors, even when I follow everything the book says. The book is C for Dummies Volume 1. Anyone have any ideas what's going on?
__________________
Desktop: Core 2 Duo E6600 @ 2.4, Asus P5B-E, 3GB G. Skill DDR2 800, eVGA 8800GT Superclocked 512MB, 22" LG, 19" NEC
Laptop: HP Pavilion dv9500, Core 2 Duo T7300 @ 2.0, 3GB G. Skill DDR2 667, nVidia 8600 M GS 512MB, 17"
toxicity_27 is offline  
Old 02-09-2005, 02:40 PM   #2 (permalink)
 
Ultra Techie

Join Date: Sep 2003

Location: Bamberg, Germany

Posts: 549

Iron_Cross

Send a message via ICQ to Iron_Cross Send a message via MSN to Iron_Cross Send a message via Yahoo to Iron_Cross
Default

first off, if your book is telling you to use <stdio.h> and not <stdio> then you need to get a more up to date book....You might want to check if the .h file is in the include path or try taking out the .h part....
__________________

See today\'s Penny-Arcade!(May contain foul lanuage)
Pain is weakness leaving the body.

PM Me for my MSN
Iron_Cross is offline  
Old 02-09-2005, 09:44 PM   #3 (permalink)
 
Super Techie

Join Date: Jan 2005

Posts: 295

gab00n

Default

Compilers differ as well so you would need to do a little research if you have those sort of problems. Just google or go on their website and check to see what name they use. It could also be #include <cstdio> so give that a try.
__________________
\"Today\'s scientists have substituted mathematics for experiments, and they wander off through equation after equation, and eventually build a structure which has no relation to reality.\" Nikola Tesla
gab00n is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On