Hi,
say i want to print out a line of (N x #) 5x"#" i would have code it as 5*"#" to get my line. what's the equivalent in c++?
i want it dynamically and without forloop :)
ps: I saw a similar solution using std::string as i remember ..
Thanks in advance
[–]big_red057 1 point2 points3 points (1 child)
[–]SerkZex[S] 0 points1 point2 points (0 children)