I am completely new to programming and attempting to write the “Hello World” program using C++ in Sublime Text 2 however this comes up:
[Error 2] The system cannot find the file specified
[cmd: [u’g++’, u’C:\\Users\\Kenton\\Desktop\\HelloWorld.c’, u’-o’, u’C:\\Users\\Kenton\\Desktop/HelloWorld’]]
[dir: C:\Users\Kenton\Desktop]
[path: c:\MinGW; C:\MinGW\bin;C:\Users\Kenton\AppData\Roaming\npm; C:\cygnus\cygwin-b20\H-i586-cygwin32; C:\MinGW\bin]
[Finished]
I understand it may be some C++ compiler problem but I don’t fully understand how these things work. I tried downloading C++ compilers(although I wasn’t sure what I was doing).Can someone help me please? Even if it means me having to uninstall my current compiler and installing another. Like I said I am completely new to this so I would greatly appreciate anyone who has the patience to explain all these things to me and what they mean and what I did/ am doing wrong. I find alot of documentation on programming but not on compilers;installing, configuring etc.