Search:

Type: Posts; User: Aznmask

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    1,585

    the problem is he will check each of the program....

    the problem is he will check each of the program. other wise everyone jsut Cout everything.


    Is this a loop or jsut cout.?

    float n;


    cout<<"ENTER N:";
    cin>>n ;
  2. Replies
    22
    Views
    1,585

    Ok i come here to ask for help not for argue. ...

    Ok i come here to ask for help not for argue. plus i'm not expert on C+ other wise i wont be here.


    my high school teacher gave us 20 problem and I'm stuck on this problem

    this waht i...
  3. Replies
    22
    Views
    1,585

    first i didnt post a new thread on a SAME program...

    first i didnt post a new thread on a SAME program

    second i did put 5 it goes by 2.5 = 2.5 czu i change the int to float.

    third "READ what wrote"
  4. Replies
    22
    Views
    1,585

    o ya i forgot about the \n command..

    o ya i forgot about the \n command..
  5. Replies
    22
    Views
    1,585

    Ya.. i want to break it into line

    Ya.. i want to break it into line
  6. Replies
    22
    Views
    1,585

    Problem again

    Enter n: 4


    6 * 7 = 42
    66 * 67 = 4422
    666*667= 444222
    6666*6667= 44442222


    i wonder if i enter 5? or 6 what will happen..anyone got instruction to do it?
  7. Replies
    22
    Views
    1,585

    #include #include int...

    #include <iostream.h>
    #include <stdlib.h>

    int main()
    {

    float n;


    cout<<"ENTER N:";
  8. Replies
    22
    Views
    1,585

    Ok so your guys know waht i'm doing. I just want...

    Ok so your guys know waht i'm doing. I just want to make sure i'm on the right track..

    thx for reply..




    ya i change the int to float so now when i enter 5 it will cout 2.5 = 2.5
  9. Replies
    22
    Views
    1,585

    Need some help..

    Enter N: 4

    2 = 2
    2 + 4 = 6
    2 + 4 + 6 = 12
    2 + 4 + 6 + 8 = 20

    that is the out put .. if i enter the number 5 is taht mean everything oging to change?
  10. Thread: stupid pyramid

    by Aznmask
    Replies
    4
    Views
    1,325

    the best way is to learn how to trace the code.....

    the best way is to learn how to trace the code.. and understand it well .
  11. Thread: stupid pyramid

    by Aznmask
    Replies
    4
    Views
    1,325

    well dont rely on these ppl will help you. (this...

    well dont rely on these ppl will help you. (this ppl here only will tell you do it your own) but jeez you got to give him some hint


    Here some example i show you but you have to learn it.

    ...
  12. Replies
    8
    Views
    7,141

    PLEASE HELP I'm not asking your guys to do my...

    PLEASE HELP I'm not asking your guys to do my work. BUt atleast give me some hint some instruction to do those while loops

    thz
  13. Replies
    8
    Views
    7,141

    THANK-YOU for everyone's reply... Hey Monster...

    THANK-YOU for everyone's reply...

    Hey Monster my teacher never teach us printf. Is there other command that is equal to printf? I think printf is Java's command but we learning C++
  14. Replies
    8
    Views
    7,141

    How to you loop this?

    1
    12
    123
    1234
    12345
    1234
    123
    12
    1
  15. Replies
    3
    Views
    1,066

    I wish i know about this SITE!!!

    I wish i know about this site !! so good.. ok ppl is there any C++ stuff taht i miss?? like any good link that i have to go.. any thing plz give me advice.


    Aznmask~
  16. Thread: Help !!

    by Aznmask
    Replies
    10
    Views
    1,154

    Why not try Quincy 2002 :D I have it... Yah...

    Why not try Quincy 2002 :D I have it...

    Yah you have to go to mingw.com to d/l the software and then d/l the quincy2002.exe (dont know where to d/l czu i got it from my friend) then u extract the...
  17. Thread: Help !!

    by Aznmask
    Replies
    10
    Views
    1,154

    I using Win2K. I love my Computer...

    I using Win2K.

    I love my Computer Programming's computer czu they have Win95 installed and it work well with Quincy97. Of course it can compile, build , and tell u where the error. But Dev4 not...
  18. Thread: Help !!

    by Aznmask
    Replies
    10
    Views
    1,154

    I wish i can.. but i really fall behind the...

    I wish i can.. but i really fall behind the class. czu my teacher doesn't teach us. Also i have problem with my C++ program (quincy97) which not compatible with XP.. (waste me so much time there)....
  19. Thread: Help !!

    by Aznmask
    Replies
    10
    Views
    1,154

    Help !!

    I dont know how to do this..


    1. Write a program that finds the smallest of several integers. Assume that the first value read the nubmer of values remaining.

    2. Write a program that...
Results 1 to 19 of 19