better IDE to use than Visual Studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

better IDE to use than Visual Studio

there is a computer software called C-free, its free, simple and you can run with it both C# and C++

11th Sep 2017, 1:54 PM
Lukman Nasir
Lukman Nasir - avatar
3 Answers
+ 8
As Enzo said, VS Community is free and you can make any kind of project with it. It also has a very powerful debugger.
11th Sep 2017, 2:33 PM
Karl T.
Karl T. - avatar
+ 4
visual studio is simple, free and can run lots more than just c++/c#
11th Sep 2017, 2:07 PM
Enzo
Enzo - avatar
+ 2
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SoloLearn { class Program { static void Main(string[] args) { }... @Enzo, all this stuff are not required/necessary!.
11th Sep 2017, 2:10 PM
Lukman Nasir
Lukman Nasir - avatar