Challenge you guys : Re-write the reverse function for reversing faster !!Thanks for your help !!
Challenge you guys : Re-write the reverse function for reversing faster !![code] #include <iostream> #include <cstring> using namespace std; int count = 0; int fill_ary(dou...
Assign string to char array of struct problemare there any methods to input string to char array on the case
Assign string to char array of struct problem[code] #include <iostream> using namespace std; struct box{ char maker[40]; float hei...
C++ replace char value to a pointer questions i ve got the correct output !! Thx a lot ! but i would like to know why i can not use *ary to output...
This user does not accept Private Messages