Search:

Type: Posts; User: akaile

Search: Search took 0.01 seconds.

  1. Thread: Help me!!!

    by akaile
    Replies
    1
    Views
    941

    Help me!!!

    This is game snake
    I don't know error. Help me fix it


    #include<stdlib.h>
    #include<ctype.h>
    #include<conio.h>
    #include<stdio.h>
    #include<time.h>
    #include<dos.h>
  2. Replies
    9
    Views
    1,100

    can you code help me?? because algorithm of me...

    can you code help me?? because algorithm of me fail, thanks you very much.
  3. Replies
    9
    Views
    1,100

    Okie. thanks you! I want to just six questions to...

    Okie. thanks you! I want to just six questions to guess the number between 0-99 you think. I think this is a very interesting problem. I asked six questions above so, but guess not
  4. Replies
    9
    Views
    1,100

    put it in the code but then fails when put six...

    put it in the code but then fails when put six questions
  5. Replies
    9
    Views
    1,100

    Game question. help me

    an integer number between 0 and 99. With just 6 question. to guess correctly!!!
    6 Question of me. ( numbers is 13 )
    Computer: Is your number bigger than 50?
    User: No
    Computer: Is your number...
  6. Replies
    2
    Views
    1,017

    help me about output queue

    int MyQueue::get()
    {
    if ( empty() == false ) //queue not empty
    {
    top--;
    return IArr[top1++]; //input result queue
    }
    else
    cout << " Queue empty "; //queue rong
    }
  7. Thread: big integer

    by akaile
    Replies
    1
    Views
    1,240

    big integer

    a program to input 2 large integer numbers:
    + ,- , * ,/ ,%
  8. thanks. I'm fisnish

    thanks. I'm fisnish
  9. Thread: string

    by akaile
    Replies
    4
    Views
    864

    good. thanks very much

    good. thanks very much
  10. Thread: string

    by akaile
    Replies
    4
    Views
    864

    error -No user-defined-conversion operator...

    error
    -No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called
  11. rewrite functions compare the library mystring

    ???
    input: s1 = abd def
    s2 = aaa
    output:
    aaa
    abd def
  12. Thread: string

    by akaile
    Replies
    4
    Views
    864

    string

    #include <iostream>
    using namespace std;
    void input_string( string &s)
    {
    cout << "input string s = ";
    cin >> s;
    cout << s;
    }
    input : ha ha ha
    why output: ha ???
  13. Thread: Help me!!!

    by akaile
    Replies
    4
    Views
    942

    That's all. Reading don't understand...????

    That's all.
    Reading
    don't understand...????
  14. Thread: Help me!!!

    by akaile
    Replies
    4
    Views
    942

    Help me!!!

    Write a library with a header file “MyString.h” and implementation file “MyString.cpp”, which contains the following functions:
    _ A function “input_string(string &s)” which allows the user to input...
  15. Replies
    2
    Views
    10,583

    Triangular number?

    Triangular number: The triangular numbers are those resulting from the sum of the first n whole numbers. So the first four are: 1; 3 (= 1 + 2); 6 (= 1 + 2 + 3) and 10 (= 1 + 2 + 3 + 4). Write the...
  16. Thread: Help me!!!

    by akaile
    Replies
    8
    Views
    1,100

    Okie!!! Thanks Question: Given an amount of...

    Okie!!! Thanks
    Question: Given an amount of money (less than 10,000VND), compute the number coin of 500VND, 1,000VND, 2,000VND, 5,000VND needed. Remember that the number of coin is minimized.
    I...
  17. Thread: Help me!!!

    by akaile
    Replies
    8
    Views
    1,100

    everybody can code help me!!! use C++. thanks

    everybody can code help me!!! use C++. thanks
  18. Thread: Help me!!!

    by akaile
    Replies
    8
    Views
    1,100

    you don't help me.

    you don't help me.
  19. Thread: Help me!!!

    by akaile
    Replies
    8
    Views
    1,100

    Help me!!!

    Help me source .
    Input: give money (<10). you have : 5 , 2 , 1 , 0.5
    output: minimized money.
    ex. input 10
    output: 5+5
    ex: input 5
    ouput: 5
    ex: input 8
    output: 5+2+1
    ... thanks
  20. Replies
    5
    Views
    4,158

    thanks you, but can you detail it more :)

    thanks you, but can you detail it more :)
Results 1 to 20 of 20