User profile: hassan2

User info
User name:hassan2
History
Joined:
Number of posts:7
Latest posts:

The program crashes as soon as you input 2nd choice in a question
I have identifed the problem the problem is with polymorphism If I replace this line </[code] Choi...

The program crashes as soon as you input 2nd choice in a question
The problem I am experiencing is that the program crashes whenever I input the 2nd choice in any que...

ADDING IMAGES AND VIDEOS IN C++
Hello..I am new to opengl....I can make drawings on it now..I am wondering how can we actually add a...

Pointers
int *p; p=NULL; cout<<"p :"<<p<<endl; char *q; q=0; cout<<"q: "<<q<<endl; string *t; t=NU...

c-string
can we change a c-string or extract integers from a c-string? if yes then how?/