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...
Pointersint *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 HANDLINGthanx alot buddy
PROBLEM WITH FILE HANDLINGHELLO! I AM TRYING TO PICK A STRING FROM ONE FILE AND CONVERT IT INTO LOWERCASE LETTERS IN ANOTHER ...