Posts
 
Reputation
Joined
Last Seen
Ranked #2K
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
Ranked #3K
~5K People Reached

17 Posted Topics

Member Avatar for happygeek
Member Avatar for jnneson

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 …

Member Avatar for jnneson
0
311
Member Avatar for jnneson

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

Member Avatar for jnneson
0
287
Member Avatar for pasta

@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

Member Avatar for Gribouillis
0
535
Member Avatar for dier02

@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) …

Member Avatar for jnneson
0
393
Member Avatar for Max_14

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

Member Avatar for Max_14
0
211
Member Avatar for Max_14

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 …

Member Avatar for jnneson
0
165
Member Avatar for naz1234

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

Member Avatar for jnneson
0
265
Member Avatar for Ku Nj
Re: help

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

Member Avatar for Mayukh_1
0
191
Member Avatar for killza

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

Member Avatar for zomgmike
0
321
Member Avatar for Meftah

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?

Member Avatar for deltaitservices
0
177
Member Avatar for Ajay_12

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 …

Member Avatar for rubberman
0
335
Member Avatar for jnneson

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

Member Avatar for jnneson
0
133
Member Avatar for Faissalelbarhami

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 …

Member Avatar for Faissalelbarhami
0
388
Member Avatar for Vahid_1

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 …

Member Avatar for jnneson
0
91
Member Avatar for jnneson

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 …

Member Avatar for AleMonteiro
0
159
Member Avatar for narmadhahearty

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

Member Avatar for jnneson
0
121

The End.