Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

6 Posted Topics

Member Avatar for Undertech

I have nearly finished an assignment that calls for implementing a media library. I have pinpointed my current solution for the addItem method in the library class as a memory leak, but so far I am not certain how to fix it. The addItem method I have so far is …

Member Avatar for doug65536
0
2K
Member Avatar for sciwizeh

[QUOTE=sciwizeh;672681]so i am basically trying to take the program i wrote in java, and rewrite it in VC++, to make it faster and to help me learn some stuff about VC++ :[/QUOTE] I recently had to do just that and it wasn't pleasant, not in the least. Finishing it sure …

Member Avatar for sciwizeh
0
200
Member Avatar for abhigame

Sounds to me like he needs to elaborate more on exactly what the assignment wants, unless there's a magic algorithm out there that can predict the readings of geiger counters. The two series he showed are pretty easy, but are they the only ones? The Shadow knows.

Member Avatar for papuccino1
0
134
Member Avatar for RayvenHawk

[ICODE]cout<<std[/ICODE] You're missing a semicolon at the end of this line. That said, you can't just use << on std since << is undefined for student. You'll have to overload the << operator. Information on how to do that is here: [url]http://gethelp.devx.com/techtips/cpp_pro/10min/10min0400.asp[/url]

Member Avatar for Undertech
0
151
Member Avatar for afiq200990

You say you've been doing this, so could you post what you have so far?

Member Avatar for Undertech
0
157
Member Avatar for Undertech

(Note: sizeof(character) == 68 bytes) I am having issues with fstream::seekg()/seekp(). It seems like when one is invoked to modify the get or put pointer, the other pointer follows it instead of staying in place. Example: [CODE=cplusplus] charfile.seekp(0,ios::beg); cout << endl << "Put pointer is at " << charfile.tellp() << …

Member Avatar for vijayan121
0
201

The End.