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
~7K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for nyfan68

It sounds like you are using the Deitel book... where everything is over complicated to the power of 1000. They super dress a simple linked list in Class and derived classes for no reason. Have you tried using a simple Struct Node? Then traverse the list in a for loop …

Member Avatar for Geli19
0
584
Member Avatar for Geli19

Hello everyone. I am building a small database that will hold information about volunteers and their talents. I have created a search form, in which the user can enter a keyword and it will search the tables for any match. Currently I am using a criteria of: Like "*" & …

Member Avatar for Geli19
0
827
Member Avatar for Geli19

Hello everyone. I have build a simple MS Access database to keep track of volunteer info (contact, address, phone etc). I have a report that displays each record in a list: record1. Last Name, First Name, phone, email record2. Last Name, First Name, phone, email etc... What I want to …

Member Avatar for Geli19
0
191
Member Avatar for eharrell

What is the issue you are having exactly? Is it an assignment you have to complete? Post specifics so we can know what you are needing help with.

Member Avatar for eharrell
0
109
Member Avatar for meby mathew

I agree. Try and build the classes. You practically have the layout you need. Then post your code here if you need extra help... but we wont code this for you and post it here, you should try and make an effort to come up with the solution and then …

Member Avatar for gusano79
0
105
Member Avatar for dreday92

Hmmn... I am not sure. Is this a user defined class? If so ... I dont think you can use < or > without overloading it to take your object and compare it to an integer. Do you have more to the code than what you posted?

Member Avatar for Geli19
0
172
Member Avatar for Geli19

Hello Everyone. I am having trouble creating new objects in a loop. I am using: DataType *Ptr = new DataType (); I use this in the beggining of the loop then end the loop with: delete Ptr; Each constructor and destructor gets called each time the loop is executed.... but …

Member Avatar for Geli19
0
5K

The End.