This tutorial should include all the steps needed to generate a simple running program such as printing "Hello, world" using the command prompt window. Perhaps it could then demonstrate additional features of Pelles C in simple steps.
http://wiki.pellesc.de/doku.php/command
Thanks Czerny for the link for a quick guide for using the IDE. Should I get more adventuresome, I'll give it a try. Right now things are simple for me using the command prompt concept.
At this point I'm just kind of re-learning C after being away from it for so long. I need to re-read my copy of Kernighan/Ritchie "The C Programming Language" so I can re-remember how to use pointers, structures, and the other hard to learn stuff. Currently using a lot of while, if, and if/else but have yet to use for, do/while, and the others I've forgotten.
I created a program to view a file in hexadecimal, a program to create passwords, a program to encrypt a file using those passwords, and a program to decrypt the encrypted file. All of these I have done using simple command lines with no support for graphics or windows. I'm still having fun though, perhaps too much fun as I was mostly in C la la land all day and forgot to finish my laundry.