You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I was wondering if you could please help me with these issues:
the original code in cpp file from GitHub display errors on my vscode;
2. When I tried to run the bash file, no errors occurred in the terminal, however, the output error files show error message of "no such file or directory";
Thank you!
The text was updated successfully, but these errors were encountered:
VSCode might be using a C++ wrong version for the linting as it's having problems with the auto type. It's not a problem itself, as the tool only tries to get your attention to fix a potential issue, but it won't interfere with the compilation - for your convenience, you can try fixing that in VSCode settings.
The output of running the commands in the bash file is piped into *.stdout.txt and *.stderr.txt files, so it's expected you won't see the errors in the terminal. This particular error might be caused by running the bash script from a wrong directory - you can try running it from 1-regexes/ as both test_lexer.sh and histogram should be there.
Hi! I was wondering if you could please help me with these issues:
2. When I tried to run the bash file, no errors occurred in the terminal, however, the output error files show error message of "no such file or directory";
Thank you!
The text was updated successfully, but these errors were encountered: