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
Asked
Active
Viewed 2,537 times
1

Seth Carnegie
- 73,875
- 22
- 181
- 249

Jack
- 16,276
- 55
- 159
- 284
-
Did this(http://monodevelop.com/documentation/creating_c_and_cpp_projects) give any insight to you? – positron May 23 '12 at 05: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. – Some programmer dude May 23 '12 at 05:44
-
@positron: No. As I said before, file > new solution I only see: C#, IL, and VB.NET programming languages. – Jack May 23 '12 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. http://stackoverflow.com/questions/10710791/how-to-change-the-compiler-of-vs – Jack May 23 '12 at 14:16
-
Which version did you install? It seems the C/C++ is supported from v1.0 (http://monodevelop.com/download/monodevelop_1.0_released) – positron May 23 '12 at 19:14
-
Not sure about Win environment, but for Unix QtCreator seems to be very good. And since Qt is working under Windows too, QtCreator should work there too. – Victor Sorokin Oct 04 '12 at 13:07
1 Answers
0
From what I understand, C is not supported in the windows version. Look at the Feature List

Will Palmer
- 5,742
- 1
- 26
- 33

coolguyliam
- 1
- 1