User profile: pdgaming

User info
User name:pdgaming
History
Joined:
Number of posts:39
Latest posts:

How to output a string two letters at a time?
I am trying to read from a file that contains sentences and output them two letters at a time. [code...

How to output after a certain amount of iterations in a for loop
Thanks! I needed it to show when i was 10 so the second code worked perfectly!

How to output after a certain amount of iterations in a for loop
Hey all, I am trying to write a for loop and add a cout statement on it after a certain amount of ...

How to check Boundaries in 2d Arrays??
The output [b]ALMOST[/b] works, giving me [b] the problem now is that the display always shows 8 (T...

How to check Boundaries in 2d Arrays??
what about [code] for( int delta_x : { -1, 0, +1 } ) for( int delta_y : { -1, 0, +1 } ...