User defined ManipulatorIn c++ hex,oct manipulators change a number to hex and oct.But I want make an user defined manipulat...
Pointer Compilation problemI got it now.Thank you MiiNiPaa
Pointer Compilation problemHere is the code #include<bits/stdc++.h> using namespace std; class strtype{ char *p; int l...
Pointer Compilation problemHey guys i am facing really big problem with pointer. I made a programme.It worked first but if i r...
Printig data for a perticular decimal rangeThank you.It works.