#Is there a big guy who can look at this C++ code problem

7 messages · Page 1 of 1 (latest)

pliant python
#

I am a new beginner in C++, I followed the video on b-site to learn C++, and I got a c++ address book management system, and I ran it in VS Studio, and VS didn't report any error, and the first two functions worked fine, but the last four functions only jumped the menus when I ran them, and I couldn't achieve the functions. I don't know if there is any big brother who can help to look at the code 😬.

subtle questBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

mild cape
#

You can try debugging.

mild cape
#

That's not true, you can use UTF-8 and output using the normal std::cout.

vagrant glade
mild cape
#

That's the neat part, it expands to more than 8 bits on the fly.

#

Read the Wikipedia page to learn more.

UTF-8 is a variable-length character encoding standard used for electronic communication. Defined by the Unicode Standard, the name is derived from Unicode (or Universal Coded Character Set) Transformation Format – 8-bit.UTF-8 is capable of encoding all 1,112,064 valid character code points in Unicode using one to four one-byte (8-bit) code uni...