Search:

Type: Posts; User: worl4125

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    8,988

    Comparing IDEs

    I'm currently reading Alex's Jumping into C++ book. I'm enjoying it so far. I've been through two different C++ classes at Devry and so far Alex's book has given me a better understanding of the...
  2. Replies
    7
    Views
    722

    I'll look into that. Thanks.

    I'll look into that. Thanks.
  3. Replies
    7
    Views
    722

    Thanks for the replies guys. I'll look into the...

    Thanks for the replies guys. I'll look into the express editions of VS for compiler use. It sounds like what I need.

    As for the website business, I guess I'm just confused about what to do and...
  4. Replies
    7
    Views
    722

    Web site and compiler questions

    Hey guys,

    I've got a couple of questions that I'm hoping someone can help me with.

    1) I'm looking to get into some web development (creating web sites and so on). Just looking to expand on my...
  5. As usual, the answer was staring me in the face....

    As usual, the answer was staring me in the face. I didn't call employlist1->setBenefit(benefit1) after setting the Vacation variable.
  6. Output is showing address instead of value

    I've run across this issue before, but for the like of me, I can't figure out what keeps causing it. The problem compiles and runs as expected; however in the salaried object (Employee #1 in...
  7. Replies
    3
    Views
    1,603

    Again, my apologizes for including the whole file...

    Again, my apologizes for including the whole file like that. It was late and I was frustrated and couldn't think of where the problem might be. I thought a new set of eyes would see what I wasn't....
  8. Replies
    3
    Views
    1,603

    Input showing as default values

    Ok, I wanted to try and avoid posting this whole solution, but I don't see any other to address the problems I'm having. So I apologize in advance, this is going to be a long post.

    Same solution...
  9. Replies
    4
    Views
    2,159

    Thanks for the input guys. I looked over what...

    Thanks for the input guys. I looked over what y'all suggested and have it compiled now.
  10. Replies
    4
    Views
    2,159

    Compiler error C2370 and C2011

    Working on a solution involving inheritance. The whole solution is pretty massive at this point so I'll just focus on the problem areas. I'm getting a lot of "redefinition" and "undefined class type"...
  11. Replies
    8
    Views
    1,944

    Yeah, that part I get. I guess what I'm confused...

    Yeah, that part I get. I guess what I'm confused with is what the professor wants. The original code does the conversions in the main file. The main() uses a method called GetInput() to accept the...
  12. Replies
    8
    Views
    1,944

    Overloading methods - continuation of previous program

    Something that I'm a little fuzzy about here. The assignment for this week is to take the class code from last week and add overloaded methods for setDependent() and setAnnualSalary(). Both the...
  13. Replies
    8
    Views
    1,944

    Figures it was something simple like that. I'll...

    Figures it was something simple like that. I'll note it for future reference. Thanks for the help.
  14. Replies
    8
    Views
    1,944

    Ok; I see what I was doing now. I was thinking...

    Ok; I see what I was doing now. I was thinking that, in order for the input to be read in as a string that I needed to make the getter methods strings as well. I forgot that the GetInput() method was...
  15. Replies
    8
    Views
    1,944

    Compiler error C2664 and C2228

    Working on a basic class program and I'm generating two compiler errors that I'm not sure how to fix. Header file, implementation cpp and main cpp are shown below. The specific errors are shown after...
  16. Thanks. I understand now. I completely forgot...

    Thanks. I understand now. I completely forgot about using getline over cin when dealing with strings.
  17. Thanks for the replies. I changed these things...

    Thanks for the replies.

    I changed these things around and got it to work. There is just one last quirk that I'm curious about. When I run the program and it asks for my "name" input, if I use just...
  18. Compiler error C2374 - Multiple initialization

    Well, I thought I had this program working but now I'm getting the above referenced compiler error. The program is just a basic user interface. It is for a classwork assignment.

    The program is to...
  19. Replies
    20
    Views
    2,472

    It took me a few minutes of reading and rereading...

    It took me a few minutes of reading and rereading your comments smokey before it I got it, but I finally found the problem..:)

    The code is now working as it should and more importantly I...
  20. Replies
    20
    Views
    2,472

    Ok, I've made some corrections Thanks for the...

    Ok, I've made some corrections Thanks for the feof() FAQ vart, it was helpful. Although I'm still not sure how the buffer flush one works, but I'll study that a bit more. Also I'll take a look at the...
  21. Replies
    20
    Views
    2,472

    Yeah, I'm afraid we haven't touched on vectors as...

    Yeah, I'm afraid we haven't touched on vectors as yet and at the moment, I'm not even concerning myself with the split function anymore since I can't get the writeData and readData functions to work....
  22. Replies
    20
    Views
    2,472

    Split function problem

    I'm working on an address database. The assignment is to append and display records in said database. The records are to be written to file in CSV format and then read from the file using a split...
  23. Replies
    0
    Views
    724

    Looking for some advice

    Hey all,

    First of all, if this is the wrong forum for this kind of post, I apologize. Please feel to relocate it, if needed.

    So I'm wrapping up my first class in C++ programming and I'm looking...
  24. Replies
    3
    Views
    7,015

    See....I knew it was something simple. The...

    See....I knew it was something simple. The program compiles and runs as expected now. Thanks for the help...:)
  25. Replies
    3
    Views
    7,015

    ATM Menu Program

    Hey all,

    I have a couple of compiler errors that I'm running into that I can't figure out how to correct them. The assignment calls for a program that simulates an ATM menu, using classes and...
Results 1 to 25 of 33
Page 1 of 2 1 2