User profile: hamshid

User info
User name:hamshid
History
Joined:
Number of posts:13
Latest posts:

plx somebody help me with this code
:P

static variables
ohh thanks :)

static variables
void func1(int i){ static int staticInt = i; cout << staticInt << endl; } int main(){ func1(...

meaning of the statment
const char * GetName() const; this is a member function of a class ..what is the exact meaning of t...

random number
#include<iostream.h> #include<conio.h> #include<stdlib.h> main() { int r=0,b=0; int a[10...