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
~614 People Reached
Favorite Forums
Favorite Tags
c++ x 11
Member Avatar for step2stepgirl

I need help to understand what I'm supposed to do in this question I'm not asking for a code what I need is explanation thanks a lot write a function template that returns the range of values stored in a vector <T>that is the difference between the largest value and …

Member Avatar for Duoas
0
69
Member Avatar for step2stepgirl

I need to modify this program (complete missing functions and anything that must be added) . I'll post my attemps and i want to know if it's correct and if there is any thing missing and need to be done . thanks in advance [code]#include <iostream.h> class point{ int x,y; …

Member Avatar for Duoas
0
89
Member Avatar for step2stepgirl

i need help to make this program work i created a class and made the setter and getter and it compiles now i made search by name and id but it doesn't work and i need to find max average for 10 students and print information of the student with …

Member Avatar for Ancient Dragon
0
124
Member Avatar for step2stepgirl

i need help with this assignment i have this class and i need to implement the functions and the main i've implemented it but i want to check if its right and i have a problem in writing the main [code]#ifndef #define class GBook { public: GBook(); void inputGrades(); void …

Member Avatar for step2stepgirl
0
214
Member Avatar for step2stepgirl

I've tried so hard to do it but I couldn't so I really need help since I have to send it to my professor tonight so please HELP [code=cpp] class String{ char * const cp; // pointer to the first element int Alng; // the N# of the elements in …

Member Avatar for step2stepgirl
0
118