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
- Did this(monodevelop.com/documentation/creating_c_and_cpp_projects) give any insight to you?positron– positron2012-05-23 05:42:56 +00:00Commented 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.Some programmer dude– Some programmer dude2012-05-23 05:44:48 +00:00Commented 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.Jack– Jack2012-05-23 14:13:14 +00:00Commented 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/…Jack– Jack2012-05-23 14:16:05 +00:00Commented 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)positron– positron2012-05-23 19:14:55 +00:00Commented May 23, 2012 at 19:14
| Show 1 more comment
1 Answer
From what I understand, C is not supported in the windows version. Look at the Feature List