- 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
17 Posted Topics
Re: Thank you so much for this post... | |
Hello, Please, i dont know why my implementation is failing the testDemo Fucntion.. Below is the full code. it is Failing operator < .... testLessThan interface: #ifndef DATE_H_ #define DATE_H_ #include<iostream> using namespace std; class Date; ostream &operator<<(ostream&, const Date&); istream &operator>>(istream&, Date&); class Date { private: int month; int … | |
Hello, Please I want to get an input of string, like mm/dd/yyyy hh/mm/ss where first mm is month,.... and second mm is minutes.... then want to split each into date object.. like ... month day year.... after each / .... I am lost here... thanks istream &operator>>(istream& inputStream, Date& dateObject) … | |
![]() | Re: @pastapengus Your Question is not clear.... do you need help or you post the code for other to make use of it.... Pls tell the house what you want or need |
Re: @Gribouillis nice code for the guy... but i notice a small bug: if ans in ('', 'y', 'yes'): #it should be if ans in ('y', 'yes') if not... if the only space is enter, it will count is as yes def yesno(question): while True: ans = input(question + ' (Y/n) … | |
Re: Hello, you have not tell us what is the problem are you facing... that is what the people will respond to... thanks If normal Caculator, it should have two value to work on... Value1 and Value2, if result is zero, and I do multiplication caculation, it will always be Zero... … | |
Re: You need to do some plan work... First, how many digit is the user allow to enter? Use a sorting method to check which one is greater(greatest) let say a, b, c d e f, If a>b, then compare (a) with c etc... The greater one will retain the subject … | |
Re: @Rakwl I dont think this code will work for him, you dont consider the other value btw 410 to 3860..... to me, i dont think this code is welcome if the result is 2045... it is greater thank your first and second value, so the value of volt will be … | |
Re: I think you need to give more detail on what you want and also you have to show what you have so senior friend call help you out with the basic you have | |
Re: try to restore all your browser to defualt and also run your anti virus in a safe mode, after that you should be able to visit the site... hope this help, let us know if it does | |
Re: Hello Meftah First of all, I will like to info you that this is not C language, you might have post in wrong section, this belong to C# if I am right.... So, Do you have any Issue with this? | |
Re: Well, I am a learner as you as well, but from what you have post, I think you will need to give a head so the Senior collegue can help you to add or sub. 1. From my on view, statement can be generate as a list of all the … | |
Hello Sir/Ma I am a self learning buddy, I recently finish a book "Programming in C" language. I will like to know how I can develop mt skill and learn more... please help | |
Re: I am also a C beginner , but I think this should help 1. you need to code to Count the number of Words and Character in the file.... 2. Each file will be deal with and their value will be store... 3. Compare the Result and Display it or … | |
Re: base on the second code *(you said you have change ++num1, to ++count)* and the **value of num1 = 5 and count=1**, you have sum = sum+num1, which is 0 + 5 = 5; 5+ 5 = 10, count = 2 10 + 5 = 15, count = 3 15 … | |
Hello, Please I want to be a good Programmer atleast be able to do something on my own, I will like to know where to start learning from, Which lang. to learn first, what step should I take? Also I will be glad if I can know someone that can … | |
Re: you can also regulate your output decimal place.... %3f... should give you 1.111 instead of 1.11099999..... hope I help, I am also a learner |
The End.