Search:

Type: Posts; User: LeighRogers

Search: Search took 0.01 seconds.

  1. Thread: Bugs!

    by LeighRogers
    Replies
    7
    Views
    1,788

    :-/

    Thanks for your reply.

    I'll plug my way through that lot and see if it gets rid of the bug!

    Thanks again

    Leigh
  2. Thread: Bugs!

    by LeighRogers
    Replies
    7
    Views
    1,788

    Question

    Morning all,

    Don't suppose anyone has any ideas at all?

    I've been trying to complete it and work with it for several days now and still haven't got it working.

    Its such a shame because this...
  3. Thread: Bugs!

    by LeighRogers
    Replies
    7
    Views
    1,788

    Ok, the CD player class is:...

    Ok, the CD player class is:
    http://www.lsweb.co.uk/OnlineHouseMove/resources/cdplayer.txt

    The Mp3 player class is:
    http://www.lsweb.co.uk/OnlineHouseMove/resources/mp3player.txt

    There are...
  4. Thread: Bugs!

    by LeighRogers
    Replies
    7
    Views
    1,788

    Bugs!

    Afternoon all,

    I'm coming to the closing stages of my assignment (which is to create a media player) and all the functionality is there and now works fine.

    The problem I have is that the media...
  5. Replies
    17
    Views
    2,823

    Thank you for your suggestions :-) I...

    Thank you for your suggestions :-)

    I eventually solved it by creating an int pointer.

    ie


    int * temp;
  6. Replies
    17
    Views
    2,823

    what i want to do is create an integer array. ...

    what i want to do is create an integer array.

    but i don't know what size it will be until i have ran other functions within the class.

    All I want to do is create the integer array inside say...
  7. Replies
    17
    Views
    2,823

    I will I promise :-) Whilst your here, you...

    I will I promise :-)

    Whilst your here, you couldn't tell me what the keyword is to prevent a variable from dying when a function ends could you?

    ie


    void function()
    {
    DONTDIE int a =5;
  8. Replies
    17
    Views
    2,823

    Goodness me. Laserlight - you are wonderful in...

    Goodness me.

    Laserlight - you are wonderful in every way possible!

    Thank you very much!

    I knew it would be something simple, but just didn't realise how simple! - Thank you again!

    (It...
  9. Replies
    17
    Views
    2,823

    My deadline is just a few days away, I'd rather...

    My deadline is just a few days away,
    I'd rather not have to get used to a new compiler if I don't have too!

    Is it something I need to do to get the conversion to work?

    Thanks again
    L
  10. Replies
    17
    Views
    2,823

    My compiler is DevC++ version 4. I'm afraid...

    My compiler is DevC++ version 4.

    I'm afraid I've deleted all my attempts at atoi because they didn't work! Although if I remember correctly, the error that I got when using Atoi was that it...
  11. Replies
    17
    Views
    2,823

    Convert from string to int.

    Hi folks,
    I know this is something that is asked a lot, but I've been reading lots about it and am still none the wiser.

    I am reading from file - most values are strings but the odd one is an...
  12. Replies
    1
    Views
    1,091

    Simple file input question?

    Evening all,
    I'm using the code:



    if (myfile.is_open())
    {
    while (! myfile.eof() )
    {
    for(int b=0;b<PlayListLength;b++)
Results 1 to 12 of 12