![]() |
[c++] multi-line string literals error
I keep getting the "multi line string literals are depreciated" error. This is the line of code.
Withdrawl amount from checking ("<< withdraw <<") "exceeds balance" ( " << checkB << " ); I haven't run into this type of error before, so I'm not seeing whats wrong. |
What function are you using for the string input?
And are you using string class strings or character arrays? |
Quote:
Code:
std::cout << "Withdrawl amount from checking (" << withdraw << ") " |
All times are GMT -8. The time now is 06:28 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project