Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (anonymous):

(C++): I'm trying to build a simple program which will return a string, depending on a number input by the user; When I run the code, a blue '(lldb)' is the output instead of the string. How do I fix this so that it outputs the string?

OpenStudy (anonymous):

I use Xcode.

OpenStudy (e.mccormick):

If you use pastebin, dpaste, etc. you can easily share the code segment. Without that, it is hard to guess what is going wrong. It could be printing a pointer rather than the contents. The print function could be formatted wrong, and so on. Which is not easy to know without looking at the code.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!