Search:

Type: Posts; User: ibleedart

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,003

    Yes, actually I am doing this for a final group...

    Yes, actually I am doing this for a final group project program. I saw the tutorial said that it's useful to create classes for exceptions as they occur, but seeing as we're trying to finish it up...
  2. Replies
    5
    Views
    1,003

    Quick question on exception handling

    If I have this snippet of code in an implementation file:


    cout << "Please select from one of the following destinations (Enter the first letter only):" << endl;
    cout << "(C)hicago" <<...
  3. Overloading Array Objects for use with Classes

    I'm trying to find a tutorial or some direction on overloading array objects for use with a class. An example of a program that does this would really help since the book I'm using doesn't provide...
  4. Replies
    6
    Views
    1,978

    checking for non-integer values

    Hi! I am working on a program to add, subtract, multiply and divide fractions and I need some way to check that the numerators and denominators that the user enters are not non-integer values. Does...
  5. Replies
    5
    Views
    1,042

    Reservation

    I forgot, I'm sorry. I have to have 30 days worth of reservation seats available for 5 planes with 30 seats. How would I initialize the values for this? I don't want to initialize them all...
  6. Replies
    5
    Views
    1,042

    quick question

    Hi! I have a quick question. I am doing a project for my C++ OOD class and I'm creating a program for a reservation system for an airline. I'm trying to find a way to store information for five...
  7. "i see lots of exceptions in your code... Are you...

    "i see lots of exceptions in your code... Are you by any chance a java programmer?
    exceptions should be avoided in most cases in C++ as they're slow (there's probably other reasons but this is the...
  8. Sorry

    Sorry...didn't know you replied until after I changed the code...just trying to make sense of it all...I'm still getting these errors:

    error C2655: 'Dog::licenseFee' : definition or redeclaration...
  9. 1st time w/ classes: conversion and identifier error (plz Help!)

    Decided to take out the exception throwing...we didn't have to have that anyway. Still getting a couple errors that I'm not understanding though. Says that local function definitions are...
  10. fatal error C1083: Cannot open include file-Using Classes

    Hi! I'm currently taking OOD for C++ and had to write a program using classes, but for some reason, I keep getting the "fatal error C1083: Cannot open include file: 'student': No such file or...
  11. Replies
    4
    Views
    966

    Thank you so much for your help! :)

    Thank you so much for your help! :)
  12. Replies
    4
    Views
    966

    Is there any way to use spaces for the input? I...

    Is there any way to use spaces for the input? I figured out my problem. The second string has a space "Cordless Drill" and I'm not sure how to get it to work with that. I tried the get function...
  13. Replies
    4
    Views
    966

    Input file not reading with function

    I have to have this in at 12EST and my group has abandoned me completely for this project. I have it down except that the information in my .txt file won't load correctly and I have no idea how to...
  14. Replies
    4
    Views
    1,075

    actually

    Actually, I've spent the whole day working on fixing this design. One of my peers in my class started with this and I'm basically on my own to fix it. It's frustrating. Anyway, thanks for the help!
  15. Replies
    4
    Views
    1,075

    Thank you so much! I didn't even catch that,...

    Thank you so much! I didn't even catch that, lol! :)

    -Andrea
  16. Replies
    4
    Views
    1,075

    Vectors and functions question

    Hi! I'm working on a group project that's due today and I'm receiving the following error:



    .\GroupProject.cpp(169) : error C2784: 'bool std::operator ==(const std::vector<_Ty,_Alloc> &,const...
Results 1 to 16 of 16