- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
8 Posted Topics
Good day people... I have a program...., when I call the function printReceipt I want a new console window to display the receipt, and then when the user presses enter it should take him/her back to the old console window. Just want to learn how to open multiple console windows.... … | |
Good day to you all people. I personally like to use Visual Studio and Dev C++ to develop my c++ apps. Recently, I was introduced to a new environment, Textpad as the editor and Cygwin as the compiler. I found interesting that in Visul Studio and Dev C++ you are … | |
Good day people. They say the only way you can be a good programmer is if you learn it the hard way, by coding a lot and working on the analytical skills. I believe that all of us in this community have faced some problems in c++ and then were … | |
| |
Re: I use the function push_back when dealing with vectors. Vectors work like arrays, with the exception that you can change the list size during run time. The Function push_back allows you to enter/insert a copy of a specific element at the end of the list/vector. The syntax is: vectorList.push_back(element_to_be_inserted). But, … | |
Re: What exactly are the program requirements? ## I don't know how to do the the Receipt ## Does the question specify how the receipt should look like? If not it is up to you, take any slip you have and try to implement it using the common output stream "cout". … | |
Re: Please recheck your definition of strong and weak password. If the question does not give the definition then you need to set the rules for weak and strong password yourself. Only after having this rules you will be able to do the program. When you have it, post it here, … | |
Re: U should show the code U hav tried 4 us to help, also specify exactly where U r encountering difficulties. |
The End.