juststarted
IS-IT--Management
In VC++ standard edition tutorial,1.chapter
you´ll find this example.
#include<iostream>
using namespace std;
int main()
{
cout<<"garden";
return 0;
}
I ll tell you steps just in case...First I would click on new file,gave a project a name,select win32 aplication,create an empty object aplication,open a new text file,written down the program,save it as ´name of project´.cpp,then I ll click ´insert file into a project´,then I ll use build comand and then execute command
The problem is that when I create a new project(I follow precicely the instructions
from tutorial)and try to use execute command a lot of times
it doesn´t work.Instead it writes that the file doesn´t exist and asks if I want to build it.Regardles if I click yes or no nothing happens.
Why is it that sometimes it works and sometimes not?
I recently removed VC++ from my computer.Could that be the reason?
Help would be greatly apriciated!
you´ll find this example.
#include<iostream>
using namespace std;
int main()
{
cout<<"garden";
return 0;
}
I ll tell you steps just in case...First I would click on new file,gave a project a name,select win32 aplication,create an empty object aplication,open a new text file,written down the program,save it as ´name of project´.cpp,then I ll click ´insert file into a project´,then I ll use build comand and then execute command
The problem is that when I create a new project(I follow precicely the instructions
from tutorial)and try to use execute command a lot of times
it doesn´t work.Instead it writes that the file doesn´t exist and asks if I want to build it.Regardles if I click yes or no nothing happens.
Why is it that sometimes it works and sometimes not?
I recently removed VC++ from my computer.Could that be the reason?
Help would be greatly apriciated!