simple noob problem with variables[code] string n=" es."; cout << n << '\n'; [/code]
Program to calculate failure loads of rc columnsPlease format your code with the tags "<code>" "</code>" Use square brackets instead of the "<" and...
Question about Visual C++ and MS CompilerHey guys I want to ask something. I'm currently using MS Visual Studio - the free version.I noticed ...
How to output text in vertical lines in c++? Beginner.Sadly, I'm still a newbie on the C++ but as far as i think you need to use "Tokens". I hope somebody...
Prime Number CheckI will post my code for the Sieve of Eratosthenes algorithm. I got helped yesterday finishing it and...