In Visual I do as follow: file - new project - Visual C++ - Win 32 Console Appli
ID: 3842051 • Letter: I
Question
In Visual I do as follow: file - new project - Visual C++ - Win 32 Console Application - next - empty project - add source code .cpp and thats it.. It still does not work... So I do not get it. I worked on it for hours ..... I am just starting with this and just installed Visual 2017...
On the screen shot you can see where I added a source ... you can see it on the top right corner where it shows : Source Files -- Source.cpp -- main()
Plese help...
hello Microsoft Visual studio ministrator) File Edit View Project Build Debug Team Tools Test Analyze Window Help Local Windows Debugger Bil TE N Debug Source cpp hello (Global Scope) 1 E include kiostream 2 #includeExplanation / Answer
To get more control in Visual studio-2017 C++:
follow the below steps:
1. Check menu item "Expert Settings" under "Tools>Settings" to get a 'Build' menu.
2. After clicking 'Build->Build Solution' (or 'Rebuild'), you may verify in 'Output' window ('View->Outout'), if your application is compiling and linking correctly.
OR
Check once again you didnt add the source file in the project.
steps:
i. press right click on Source Files in Your Project --> Add --> New Item
ii. then the source file .cpp find your previously saved file that should be "name.cpp" and click open or hit enter then try to debug again.
OR
if contents are not there in file then go to your solution explorer and right click on the source folder then go to add > add new item then name your file put your code into it and debug.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.