User profile: CodeBlob

User info
User name:CodeBlob
History
Joined:
Number of posts:14
Latest posts:

What is Echoing the Input?
Echo a sound or series of sounds caused by the reflection of sound waves from a surface back to the ...

What is Echoing the Input?
Output (print) the input as an example : [code] int x = 0; cin >> x; cout << x; [/code] It is just ...

pointer and arrays, while loop doesn't run?
That is because in your second code after the third for loop pTesxt no longer points to myarray[0] i...

problem in making program using loop
In this case you will have to create a counter increase it inside the loop and check it is value in ...

Help understanding snippet
First question, this is just mapping each letter to an index in the lettercount array so 'a' is mapp...