Link to home
Start Free TrialLog in
Avatar of Anıl Efe Çoban
Anıl Efe Çoban

asked on

about c++

Hi ! ı have a problem with my codes . ı have cout was not declared in this scope fail. what is the problem guys . for example :

http://i.hizliresim.com/Mkz2Na.png

please help me
SOLUTION
Avatar of phoffric
phoffric

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of phoffric
phoffric

1. Please copy your code to a post within the code tags. Use the code button to do this.
2. Please do not upload images onto servers other than our own. You can do this by hitting the attach file button.
for example hello world ı have same fail too. every cod ı write ı have fail

#include <iostream>
#include <conio.h>
using namespace std;

int main(){
	cout<<"hello world!";
getch();
return(0);
}

Open in new window

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I use "Dev C++"
Why ı dont use getch(); or #include <conio.h> i did not understand. Please use basic words.
And where we use getch()
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok ı will change my c++ program thanks for help friends
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial