1568
Hi kraai
1564
Did you watch X-men the first class?
I think the op wants to write to the file. So use ofstream.
ofstream input;
input.open("data.ini", fstream::in | fstream::out | fstream::app);
input<<keys;
1552
Hi i'am back
In the previous pattern the letters were increasing and now it should decrease for the next pattern. Just decrement values instead of incrementing. The for loops will look like this.
for(i = strlen(wrd)-1;i>=0;i--)
{ for( j=0;j<=i;j++)
{
//complete this
.
.
}
}
int ctrLet;
if(ctrLet[ctr] > 0)
cout << ctrLet[ctr] << " " << alphaLet[ctr] << endl;
ctrlet is an integer and it is not declared as an array.
Hint: Use two for loops separately for the increasing pattern and two for decreasing pattern.
1492
:)
1488
Some official works kept me busy....
1488
Hi all
1186...
1186..
"Music is all around, all you have to do is just to listen"
"The first conquest is yourself. Only after that the world"-by Pythia-comes in the play written by Terence Mervyn Rattigan.
The play is about Alexander the great.