Where's my .o file?

This is the first time I've used the Dev C++ program, and I'm learning C. I wrote a "Hello, World" program, saved it is "hello.c", compiled it, and got a "hello.exe" program. Isn't there also supposed to be a hello.o or hello.obj, too? Thanks!
Last edited on
Not sure how Dev-C++ handles it but if there is only one file it could be that it just do compilation and linking in one step without producing any object files. If your project contains many files I would expect it to create object files but not sure where it puts them.
Thanks!
Topic archived. No new replies allowed.