User profile: y4n

User info
User name:y4n
History
Joined:
Number of posts:10
Latest posts:

Arranging letters of a word, without upper/lowercase concern
Thanks [tt]Moschops[/tt] your code runs well. I forgot if struct should be located outside [code]int...

resetting a string and an array for a loop
try [code]goto[/code] and [code]cin.ignore[/code] may help. The [code]system("PAUSE");[/code] can be...

Arranging letters of a word, without upper/lowercase concern
Still not working, using CodeBlock 10 with GNU C++ Compiler, gcc-c++-4.5.2.1.

Arranging letters of a word, without upper/lowercase concern
@cire your code is not working well in Dev. Gets error at line 16 "no matching function for call to ...

Arranging letters of a word, without upper/lowercase concern
Hi friends, Today I am asked to make a C++ app which is used to arrange letters of a word alphabeti...