Still having problems :(

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)

http://www.cplusplus.com/forum/beginner/53126/

If you guys could help me, I would seriously appreciate it. I've not been able to program for forever and two halves :(
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.
There is no option to do either a C or C++ project... Just empty file, C/C++ project and C/C++ header file. I've tried all but the latter.
There should be at least two dozen project types to select from.
Select "console application", then "C++" in the next dialog.
... 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
Topic archived. No new replies allowed.