User profile: PlainEsoteric

User info
User name:PlainEsoteric
History
Joined:
Number of posts:19
Latest posts:

Alignment and columns in C++ Problem
Thanks people :D I managed to figure it out as well :) Here is my code: [code]#include <iostream>...

Alignment and columns in C++ Problem
Still no luck, condor. Nothing much changes to the output I expected :(

Alignment and columns in C++ Problem
Hiya guys, Well I need some answers regarding alignment. I have read a bit about it but I can't s...

Make a character repeat in C++.
Thanks guys :) I got it.

Make a character repeat in C++.
So, as long as the for-loop is true it will print it? But how come it becomes 3333, 44444, 555555 ...