Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~314 People Reached
Favorite Forums
Favorite Tags
c++ x 2
c x 1
Member Avatar for biel_andrada

Hi! Thanks for the help regarding vectors :) It really helped me. Now, I have a problem regarding classes. I do not know the problem in this program #include <iostream.h> #include <ctype.h> //islower(), toupper() #include <stdlib.h> //exit( ) class Temp { public: Temp( ); Temp(double initDeg, char initScale); double Degrees(); …

Member Avatar for gusano79
0
103
Member Avatar for biel_andrada

Hi! I need help with the find function! I do not know how to use it in finding numbers. For instance: 1 1 1 1 2 3 4 4 5 5 6 6 6 7 7 7 7 Using the find function, it will count the number of times a …

Member Avatar for meabed
0
136
Member Avatar for biel_andrada

Hi! I would like to ask on the "find" function. I do not know how to use it. Thanks a bunch!

0
75