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

c++ compiler does not ruun #12265

Open
fhbaloch442 opened this issue Apr 30, 2024 · 1 comment
Open

c++ compiler does not ruun #12265

fhbaloch442 opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels
Feature: Configuration An issue related to configuring the extension or IntelliSense Language Service more info needed The issue report is not actionable in its current state

Comments

@fhbaloch442
Copy link

fhbaloch442 commented Apr 30, 2024

when i run a program (c++)
compiler say retrun is not declared..

PS C:\c++ vs code.cpp> cd "c:\c++ vs code.cpp" ; if ($?) { g++ tempCodeRunnerFile.cpp -o tempCodeRunnerFile } ; if ($?) { .\tempCodeRunnerFile }
tempCodeRunnerFile.cpp: In function 'int main()':
tempCodeRunnerFile.cpp:10:5: error: 'retrun' was not declared in this scope
retrun 0;
^~~~~~
PS C:\c++ vs code.cpp> cd "c:\c++ vs code.cpp" ; if ($?) { g++ tempCodeRunnerFile.cpp -o tempCodeRunnerFile } ; if ($?) { .\tempCodeRunnerFile }
tempCodeRunnerFile.cpp: In function 'int main()':
tempCodeRunnerFile.cpp:10:5: error: 'retrun' was not declared in this scope
retrun 0;
^~~~~~
PS C:\c++ vs code.cpp>
IMG-20240501-WA0009.jpg

@ntrogh ntrogh transferred this issue from microsoft/vscode-docs Apr 30, 2024
@browntarik
Copy link
Contributor

It looks like there may be some compilation errors in this issue, see "retrun". I believe it should be spelled "return". Does this answer your question?

@browntarik browntarik added Feature: Configuration An issue related to configuring the extension or IntelliSense Language Service more info needed The issue report is not actionable in its current state labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Configuration An issue related to configuring the extension or IntelliSense Language Service more info needed The issue report is not actionable in its current state
Projects
None yet
Development

No branches or pull requests

3 participants