Alignment and columns in C++ ProblemThanks people :D I managed to figure it out as well :) Here is my code: [code]#include <iostream>...
Alignment and columns in C++ ProblemStill no luck, condor. Nothing much changes to the output I expected :(
Alignment and columns in C++ ProblemHiya 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 ...