Search:

Type: Posts; User: ForlornOdium

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,980

    setw(), setiosflags(), etc

    can anybody tell me how these work. my book is kinda confusing..and when i do what i think will work ,it just comes out whever it wants to. this is what i have and it doesn't line up like i want it...
  2. Replies
    3
    Views
    2,430

    still didnt work

    still didnt work
  3. Replies
    3
    Views
    2,430

    'setioflags' undeclared identifier?

    these setioflags and things are a little confusing to me. i tried ot write a progrm so i'd understand but it says its an undeclared identifier? and it says that setw is not a member of...
  4. Replies
    2
    Views
    854

    i would love to write it the right way, but i...

    i would love to write it the right way, but i dont understand whats wrong with it. the book tells me to write this program and then it doesnt say how to use the constructors in sub classes.
  5. Replies
    2
    Views
    854

    constructor problems

    why do i keep getting this error that says theres not appropriate default constructor for the LabCourse?




    #include<iostream.h>
    #include<string.h>


    class CollegeCourse
  6. Replies
    1
    Views
    1,209

    Linking Errors

    im getting better at all this stuff. i can fix most of my errors on my own. but im getting linking errors now and i have no clue how to fix them. anybody know whats wrong with this?


    heres my...
  7. Replies
    7
    Views
    1,084

    oh, wow! i didn't even see that! thanks!

    oh, wow! i didn't even see that! thanks!
  8. Replies
    7
    Views
    1,084

    yes, im using microsoft c++ version 6 from visual...

    yes, im using microsoft c++ version 6 from visual studio 6.0. the second program is from another problem in the book i have. i made it and compiled it and it works fine, but the first one i still...
  9. Replies
    7
    Views
    1,084

    why can the members be accessed int his program...

    why can the members be accessed int his program below, but not the one i posted earlier. they look to be the same structure to me.




    #include<iostream.h>
    #include<string.h>

    class Meal
    {
  10. Replies
    7
    Views
    1,084

    why can't i use the members of the class as part...

    why can't i use the members of the class as part of jobA?
  11. Replies
    7
    Views
    1,084

    Overloading operators

    i've been looking over my work more and i think i got the hang of all that other stuff i've been doing...but this overloading stuff is a little confusing. would this program be right if i was trying...
  12. Replies
    15
    Views
    2,328

    i know its private, but is there a way i can...

    i know its private, but is there a way i can access it without changing it to public?
  13. Replies
    15
    Views
    2,328

    i can't get this to read right! eitehr i have a...

    i can't get this to read right! eitehr i have a problem with the objects in the pet class..or the ones in the veterinarian class.


    void Pet::displayValues(Veterinarian vet)
    {
    ...
  14. Replies
    15
    Views
    2,328

    does anybody know why in my display values...

    does anybody know why in my display values function, it says that anything that has to do with the veterinarian class is an undefined type of Veterinarian. my friend, who thinks he knows what he's...
  15. Replies
    15
    Views
    2,328

    heres a new program im workin on... what needs to...

    heres a new program im workin on... what needs to be done to fix these errors?

    error C2027: use of undefined type 'Veterinarian'
    see declaration of 'Veterinarian'
    error C2228: left of...
  16. Replies
    15
    Views
    2,328

    ok, well i sat down to actually look over the...

    ok, well i sat down to actually look over the code and with the help of the book and you guys, i got it down to just saying that the variables in the declaration of the displayCustInfo function are...
  17. Replies
    15
    Views
    2,328

    error C2440: 'default argument' : cannot convert...

    error C2440: 'default argument' : cannot convert from 'char [6]' to 'const char'
    This conversion requires a reinterpret_cast, a C-style cast or function-style cast

    rror C2548:...
  18. Replies
    15
    Views
    2,328

    Friend functions

    somebody help me with this...im really confused



    #include<iostream.h>
    #include<string.h>


    class City;
    class Customer
  19. Replies
    10
    Views
    2,609

    ok, i see what i did wrong, thanks guys.

    ok, i see what i did wrong, thanks guys.
  20. Replies
    10
    Views
    2,609

    i forgot i changed the code. ...

    i forgot i changed the code.


    #include<iostream.h>

    class StudentGrade
    {
    private:
    int idNum;
    char name[20];
  21. Replies
    10
    Views
    2,609

    why is my output comming out like it is? where...

    why is my output comming out like it is? where the vairables should have been, are either really big or small numbers, or random characters.
  22. Replies
    10
    Views
    2,609

    >.< tons of friggin logic errors now. i'll...

    >.< tons of friggin logic errors now. i'll figure it out. thanks codeplug.
  23. Replies
    10
    Views
    2,609

    char problem

    ok, i worked a while on this program and worked out all of the bugs myself except this one error i keep getting saying

    error C2440: '=' : cannot convert from 'char [2]' to 'char'
    This...
  24. Replies
    2
    Views
    1,189

    stupid me, i didn't notice that i made it an...

    stupid me, i didn't notice that i made it an win32 app.. thanks. i would have never figured that out. heh
  25. Replies
    2
    Views
    1,189

    Linking Errors

    I got the program to work that i was using and then I decided to make another version of it where it will go through the process multiple times. I compile it and get no errors, but when i go to run...
Results 1 to 25 of 45
Page 1 of 2 1 2