User profile: Hunter ArA

User info
User name:Hunter ArA
Old user name:hacker hunter
Name:Arash Haghighat
Location:Tehran , Iran
Bio:#include<iostream>

using namespace std;

char a=1;
int main()
{
cout<<"I have nothing to say\t"<<a;
return 0;
}
Statistical data
Birthdate:Sep 23, 1992
Gender:Male
Occupation:Student
Skills:C
C++
Assembly
C#
Python
History
Joined:
Number of posts:5
Latest posts:

Sending text via Internet in Windows mobile 6
Hi there I'm writing an dll with C++.Net CF on Windows mobile 6. I'm trying to send a string o...

why is this giving the right answer but adding a 0 to the end of the answer?
[code]cout<< average / 3;[/code] and its better to compare your variables with a "for" & "if" if you...

Have Problem
#include<conio.h> [code]#include <cstdlib> #include <iostream> using namespace std; int main(int a...

compiling error
write Ur prog. so I could help U better. I'm a "Dev C++" User :)

PDB files not found in HelloWorld program
this is the program : [code]#include<iostream.h> #include<conio.h> int main() { cout<<"Hello world...