I am looking for a good and neat looking C compiler ! Can I do ANSI C programs in Microsoft's Visual C++ 2010? If then ,HOW? please give me the step by step instructions to accomplish that task?
Are there any other good compilers? is dev c++ good enough? Right now I am using Cfree, a portable c/c++ compiler

Its all in the file extension -- *.cpp is c++ and *.c is C. After you create a c++ console project just rname the *.cpp file to *.c. Or you could create an empty console project and add *.c files to it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.