Hi all! I posted in the beginners forum about two weeks ago about how I've been having issues with my IDE (Code::Blocks) or any others that I've tried to install. They don't seem to recognize the folder contain standard C library header files... To avoid having to post to much I'll just link you guys to the previous topic (it's only about 10 posts long)
They don't seem to recognize the folder contain standard C library header files...
Sounds like you're confused about the language you want to use.
Neither iostream nor cstdio exist in the C standard library, they're part of the C++ standard library.
You probably created a C project instead of a C++ project.
... I'm experiencing the uncontrollable urge to want kiss every inch of you. Thanks to you I can finally program once more, you have no clue how much I appreciate your help :D