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
~141 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for usshadowop

Having trouble implementing my own reserve function. ( have to do it for an assignment) Here is what i have so far but it doesn't appear to work. .h prototype [code=c++] void reserve(size_type n);[/code] constructor for our string [code=c++] mystring::mystring(const char * s) { len = strlen(s); buf_size = len …

Member Avatar for Unimportant
0
141