Search:

Type: Posts; User: jojo13

Search: Search took 0.01 seconds.

  1. Thanks. but do you have any idea of how to solve...

    Thanks.
    but do you have any idea of how to solve this problem??!!
    It is about couple of weeks that I am working on this but nothing
    by the way thanks for your respond
  2. yes.you were right. I get rid of that error but...

    yes.you were right. I get rid of that error but it still doesn't compile and does not show any error or warning, only thing is the yellow arrow which points to the switch statement.
    I don't know...
  3. warning C4996: 'getch': The POSIX name for this item is deprecated.

    Hello
    I have no idea what does this error message means.
    the error message is related to the switch statement in function paintGame.
    It is not the complete code I just put the codes that might...
  4. Replies
    7
    Views
    2,326

    I sort it out.no longer need help.Thanks

    I sort it out.no longer need help.Thanks
  5. Replies
    7
    Views
    2,326

    Thank for your help

    Thank for your help
  6. Replies
    7
    Views
    2,326

    Thank you. I have never cheated and wont. the...

    Thank you.
    I have never cheated and wont. the prob is that it is easter holiday and I cant ask for help from my tutor.If I could I did not post this thread.
    anyway thanks I think I have to work...
  7. Replies
    7
    Views
    2,326

    Thanks mat I dont ask for doing my homework I...

    Thanks mat
    I dont ask for doing my homework I just asked for help!!
    If you read my explaination I said I don't want any codes I just need suggestion about moving apple when mouse is pushing it....
  8. Replies
    7
    Views
    2,326

    need help for assignment,Please!!!

    Hiya
    I have an assignment to hand in next week and I am still struggling with it.
    It is a game called MOUSE & APPLE. mouse(@) have to store apples(O) in storages(+).I don't know how the mouse can...
  9. Replies
    21
    Views
    14,433

    I am not sure about your question. did you try...

    I am not sure about your question. did you try the conditional operator?
    something like:

    if (i1<i2)
    {
    low =(i1<i3 ? i1 : i3);
    med = (i2<i3 ? i2 : i3);
    high =(i2<i3 ? i3 : i2);
    }...
  10. Thread: need help!

    by jojo13
    Replies
    3
    Views
    1,193

    need help!

    I don't understand what does "the constructor is called implicitly by C++" means.
    I mean what is different between calling implicitly or explicitly?
    Thanks
  11. Replies
    13
    Views
    2,008

    thanks. I didn't mention it.

    thanks. I didn't mention it.
  12. Replies
    13
    Views
    2,008

    compiler error C2064

    hey
    can anyone help me about this error.
    The error is in bold.


    #include <iostream>
    #include <conio.h>
    using namespace std;

    char const BLANK = ' '; //constant: symbols used for the...
  13. Replies
    3
    Views
    1,351

    The database that I am about to insert in C++ is...

    The database that I am about to insert in C++ is created by SQL. If you meant it.
  14. Replies
    3
    Views
    1,351

    inserting database into C++

    I am looking to find out how to insert database into C++, I would appriciate any suggestions.
    Thanks
Results 1 to 14 of 14