User profile: hassan2

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

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?/

PROBLEM WITH FILE HANDLING
thanx alot buddy

PROBLEM WITH FILE HANDLING
HELLO! I AM TRYING TO PICK A STRING FROM ONE FILE AND CONVERT IT INTO LOWERCASE LETTERS IN ANOTHER ...