+ 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++
3 Respostas
+ 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.
+ 4
visual studio is simple, free and can run lots more than just c++/c#
+ 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!.