Search:

Type: Posts; User: [Z-D]

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    52
    Views
    21,450

    EXCUSE ME!?... If you read properly, I am not...

    EXCUSE ME!?...
    If you read properly, I am not blaming anything nor anyone for anything.

    This:...Refers to this:......which I later apologize for not specifying....here:
    And read the bolded...
  2. Replies
    9
    Views
    1,531

    Now I have, thanks.... But, what does this mean?

    Now I have, thanks.... But, what does this mean?
  3. Replies
    52
    Views
    21,450

    Okay,... next time I will be more specific in...

    Okay,... next time I will be more specific in each and every of my post. Okay the explanation is here

    Sorry.
  4. Replies
    52
    Views
    21,450

    I'm not hurt,... everything is cool. And I get...

    I'm not hurt,... everything is cool. And I get you guys.... I understand I mean.So now I know that my Dev-C++ actually isn't working properly, I had no time to get it right cause I had to go to...
  5. Replies
    9
    Views
    1,531

    Dev-C++. Where did you it download from?

    I mannage to download Dev-C++,... I could compile codes and run the programme. But I just realised that It isn't working properly... Codes which work perfectly in Microsoft Visual C++ 6.0 back in my...
  6. Replies
    52
    Views
    21,450

    Then I guess you're saying that i'm asking for...

    Then I guess you're saying that i'm asking for too much.... I undestand, but it wasn't really neccesary for you to UNDERLINE, READ and LEARN as if I never thought of any of that.

    I have been...
  7. Replies
    52
    Views
    21,450

    This one just give me more errors... Or do I have...

    This one just give me more errors... Or do I have to change the rest also?...


    How to use that?...Didn't work... after inputing the last integer, the whole thing just closes. That is in Dev-C++....
  8. Replies
    52
    Views
    21,450

    You mean this right?: #include ...

    You mean this right?:
    #include <iostream>
    #include<iomanip>

    void bubbleSort(int numbers[], int array_size);


    int main(void)
    {
    int numbers[10];
  9. Replies
    52
    Views
    21,450

    I'm gonna spend the next few late nights at my...

    I'm gonna spend the next few late nights at my computer using Dev-C++ deffinitely!!...

    Okay,... so I think i'm slightly getting there. Here's the code I adjusted.
    int main(void)
    {
    int...
  10. Replies
    52
    Views
    21,450

    OMGOD!!!... I mannaged to install Dev-C++!!!........

    OMGOD!!!... I mannaged to install Dev-C++!!!..... All this while... fersds ...sdfdsf.. #$%#$%@


    WOW!!!!...... IT'S WORKING!!!!.... All this while it was so easy,... I don't know what I did last...
  11. Replies
    52
    Views
    21,450

    Ohh,... Okay. I wasn't sure so I just put that...

    Ohh,... Okay. I wasn't sure so I just put that in. Thanks.
    OH MY GOD!!!! Even I would know if I saw that!!... Why didn't I see that!?.....Yeah,... I think I understand that now. Thanks you all.

    ...
  12. Replies
    52
    Views
    21,450

    Plz plz plz...... I can't seem to be able to...

    Plz plz plz...... I can't seem to be able to output the modified array. I tried somanythings.
    Right now I have this:
    #include <iostream>
    #include<iomanip>

    void bubbleSort(int numbers[], int...
  13. Replies
    52
    Views
    21,450

    I don't know wheter I Edited my post for the...

    I don't know wheter I Edited my post for the thrid time before you posted this, but I used 10 in the '???' spot. But after inputing all the values, the sorted numbers doesn't show up.
    Ooops. I...
  14. Replies
    52
    Views
    21,450

    I had a thread here asking for help on...

    I had a thread here asking for help on downloading Dev C++. Just couldn't get it. Right now I'm in The Com Lab so I mannage to test the code.

    EDIT:
    Here's the code:
    #include <iostream>...
  15. Replies
    52
    Views
    21,450

    Cool, thanks! So the final result should be like...

    Cool, thanks! So the final result should be like this:
    #include <iostream.h>
    #include<iomanip.h>

    void bubbleSort(numbers[], int array_size);

    int main(void)
    {
    int numbers[10], i, j;
  16. Replies
    52
    Views
    21,450

    Well,.... he, he,..... the thing is that......

    Well,.... he, he,..... the thing is that... ummmm.... I don't have a compiler at home. I need to test it in my Com Lab.

    I better buy one.
    What do you mean by sorting ever input?... You mean this...
  17. Replies
    45
    Views
    3,678

    I am too having trouble, but not as bad as you. I...

    I am too having trouble, but not as bad as you. I don't know much, but I can help you with no. 1.

    Have you found out how to convert the units. If not try here

    And try here to find out how to...
  18. Replies
    52
    Views
    21,450

    Okay then. But how do we display the arrange set...

    Okay then. But how do we display the arrange set of numbers in the output?

    And supposing I want the programme to be able to input 10 numbers(or grades) then arrange and output the numbers. How do...
  19. Replies
    52
    Views
    21,450

    Oh darn.... Yeah. Got that, thanks. Ummm......

    Oh darn.... Yeah. Got that, thanks.
    Ummm... What's wrong? The code given is wrong?... Those are from my lecturer. I guess he's worst than I taught.

    Thanks... If it is fixed to...
    i>=1...does...
  20. Replies
    52
    Views
    21,450

    Oh yeah... mistakes. Thanks. So it should be: ...

    Oh yeah... mistakes. Thanks. So it should be:

    int main();
    {
    int grades[10];

    for(int i = 0; i < 10; i++);
    {
    cout << "Enter 10 grades: ";
    cin >> grades[i];
  21. Replies
    52
    Views
    21,450

    Wait, wait.... May be I got it. Is this how...

    Wait, wait....

    May be I got it. Is this how you input the values?

    int main();
    {
    int grades[10]

    for (int i = 0; i < 4; 4; i++)
    {
  22. Replies
    52
    Views
    21,450

    Thanks alot guys,.... I've been reading on this a...

    Thanks alot guys,.... I've been reading on this a lot for the past don't know how many hours.
    I mannage to understand a bit.

    laserlight, I went through that site but It was kind of hard to...
  23. Replies
    52
    Views
    21,450

    My C++ test is COMING!!...

    Hey guys. I will be having my C++ open book test on the 5th of December. Luckily its open book. So I need advice from you guys. Any kind advices.

    Also I'm very sure that arrays will be included,...
  24. Replies
    6
    Views
    1,374

    Thanks a lot guys. The due date for my assignment...

    Thanks a lot guys. The due date for my assignment is today and everything is perfect.

    I didn't use transformation though. I know how it works but still unsure how to use it, as in what to write to...
  25. Replies
    6
    Views
    1,374

    Thank you guys. else is working. I won't have any...

    Thank you guys. else is working. I won't have any problems with that anymore. I also found out how to deal with decimals. Which was really easy.

    about the #include<algorith> and std::transform......
Results 1 to 25 of 38
Page 1 of 2 1 2