Search:

Type: Posts; User: jamjar

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,858

    Thanks for all of your help, I took a break and...

    Thanks for all of your help, I took a break and thought about what you both said, after a good nights sleep, it all made a bit more sense to meand my program is now working!
  2. Replies
    10
    Views
    1,858

    I am trying to understand them gg, seems like a...

    I am trying to understand them gg, seems like a lot to learn some days :) ! The errors are not compile errors, the program compiles, but when I try to run the program I get the linker errors I...
  3. Replies
    10
    Views
    1,858

    Thanks for the help gg, I made the changes you...

    Thanks for the help gg, I made the changes you suggested, I must have forgotten to save the change last time in my confused, frustrated state! I have fixed those problems, but am still getting the...
  4. Replies
    10
    Views
    1,858

    Thanks Codeplug, I have posted my non working...

    Thanks Codeplug, I have posted my non working version, where I have tried to split the file.

    Cheers
  5. Replies
    10
    Views
    1,858

    Thanks for that, I made the change to my code,...

    Thanks for that, I made the change to my code, but it still has the same problem (which is a bit of a worry, as it means that there are further problems its not even finding yet!!).
  6. Replies
    10
    Views
    1,858

    Linking problems

    I wrote a program and header files that compiles and runs correctly (Visual C++), but when I try to write implementation files for the headers the program no longer works, it compiles but when I try...
  7. Replies
    12
    Views
    2,539

    Hi joshdick, the desired output of a = a +...

    Hi joshdick, the desired output of


    a = a + Enrolment(50, 500);
    a = a + Enrolment(20, 200);

    should be:
    course enrol: 70
    cost 700.
  8. Replies
    12
    Views
    2,539

    I am not sure how to do that (overload my...

    I am not sure how to do that (overload my operator for enrolments from within the Course class). I tried a few different things, but it is becoming increasingly obvious that I haven't got a clue.
    ...
  9. Replies
    12
    Views
    2,539

    Problems with an addition operator

    I am wondering if anyone can help me, I fairly new to C++ and am trying to implement an addition operator that acceptsan object based on another class as a parameter. I have tried a few things, but I...
  10. Replies
    5
    Views
    1,968

    Thanks for the tips Salem,one thing I am having...

    Thanks for the tips Salem,one thing I am having trouble with is that I get an error whenever I try to populate the new structure. I have tried several different types of syntax for this




    i...
  11. Replies
    5
    Views
    1,968

    It is in C, the obvious mistake I made was that I...

    It is in C, the obvious mistake I made was that I should have written clients instead of students (too many programs with student lists!) here:





    int main(int argc, char **argv)
    {
  12. Replies
    5
    Views
    1,968

    problems creating a linked list

    I am having trouble creating a linked list, if anyone could point me in the right direction I will be really grateful. The errors I get is on the insert line (not enough parameters) and I am not sure...
  13. Replies
    2
    Views
    1,180

    Thanks Magos, I knew it would be something...

    Thanks Magos, I knew it would be something stupid, and when I remembered to put void in it worked. Thanks so much for your help.
  14. Replies
    2
    Views
    1,180

    A beginner passing strings

    I hope someone can help me, I am a beginner, and reading the posts here I am a bit out of my depth. I am trying to pass a string to a function, I have looked at other code examples and I cannot...
Results 1 to 14 of 14