Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~16.1K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for Lutina

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.... …

Member Avatar for syncster31
0
121
Member Avatar for Lutina

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 …

Member Avatar for mike_2000_17
0
276
Member Avatar for Lutina

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 …

Member Avatar for Lutina
0
410
Member Avatar for mike_2000_17
Member Avatar for basit_3

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, …

Member Avatar for Lutina
-1
145
Member Avatar for Ma Nicole Ydralyn

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". …

Member Avatar for David W
0
6K
Member Avatar for hadisur_rahman

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, …

Member Avatar for Lutina
0
633
Member Avatar for basitji

U should show the code U hav tried 4 us to help, also specify exactly where U r encountering difficulties.

Member Avatar for Lutina
0
122

The End.