Not sure really what to say here. Using the build system from the package it does this.
g++: error: .cpp: Invalid argument
[Finished in 0.7s with exit code 1]
[cmd: ['g++', '-std=c++11', '-Wall', '.cpp', '-I', '../header', '-o', 'E:\Programming\Metsuro\Stack/main']]
Using something like this http://shishtpal.blogspot.com/2015/01/custom-build-system-for-c11-sublime.html should fix the issue while still being set for all the systems in use?
Not sure really what to say here. Using the build system from the package it does this.
g++: error: .cpp: Invalid argument
[Finished in 0.7s with exit code 1]
[cmd: ['g++', '-std=c++11', '-Wall', '.cpp', '-I', '../header', '-o', 'E:\Programming\Metsuro\Stack/main']]
Using something like this http://shishtpal.blogspot.com/2015/01/custom-build-system-for-c11-sublime.html should fix the issue while still being set for all the systems in use?