Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add C/C++ #4

Open
RobertKats opened this issue Apr 1, 2018 · 2 comments
Open

add C/C++ #4

RobertKats opened this issue Apr 1, 2018 · 2 comments

Comments

@RobertKats
Copy link

I tried to get C linter to work but I would find the errors. I am using linter-gcc by hebaishi.
I tried a batch file with the code bellow:
@echo off
bash.exe -c "gcc %*"

@KROSF
Copy link
Contributor

KROSF commented Jun 10, 2018

I suggest you use clangd in the time that I've been testing works well.

@Ave0Dave
Copy link

Ave0Dave commented Nov 1, 2018

I have been trying the same with c++
@echo off
bash.exe -c "g++ %*"
but it does not work for me. Has anybody found the solution for this yet? I need to compile it in g++ because of my university.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants