1

How to add support for C coding on windows? I have downloaded the MonoDevelop last version, but on file > new solution I only see: C#, IL, and VB.NET programming languages and I can't find it on Tools > Add-in > Gallery > language bindings as well. Thanks

6
  • Did this(monodevelop.com/documentation/creating_c_and_cpp_projects) give any insight to you? Commented May 23, 2012 at 5:42
  • Visual C++ Express if free to download and use. It doesn't come with everything (e.g. no MFC classes), but otherwise is a very good C (and C++) IDE. Commented May 23, 2012 at 5:44
  • @positron: No. As I said before, file > new solution I only see: C#, IL, and VB.NET programming languages. Commented May 23, 2012 at 14:13
  • @JoachimPileborg: I agree,is very good IDE. But the problem is the Microsoft's compilers that did not support C99 std.I have tried it, check out my question that I have created yesterday. stackoverflow.com/questions/10710791/… Commented May 23, 2012 at 14:16
  • Which version did you install? It seems the C/C++ is supported from v1.0 (monodevelop.com/download/monodevelop_1.0_released) Commented May 23, 2012 at 19:14

1 Answer 1

0

From what I understand, C is not supported in the windows version. Look at the Feature List

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.