Search:

Type: Posts; User: soundwave

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,303

    nope i don't know how to do it. i posted that...

    nope i don't know how to do it. i posted that code because, i believe an extended approach from my previous work is probably expected of me.
  2. Replies
    9
    Views
    1,303

    just 'fair enough' :D

    just 'fair enough' :D
  3. Replies
    9
    Views
    1,303

    hairy muff.

    so much for the help for 2moro... nevermind

    i didn't intend to post that code perfectly. I typed it quickly.

    it is C++ I am using therefore I am in the correct forum. ...I know cout is easier
  4. Replies
    9
    Views
    1,303

    please just show me the way if you don't want to...

    please just show me the way if you don't want to give me code
  5. Replies
    9
    Views
    1,303

    alrite well, i dont know how to do this task...

    alrite well, i dont know how to do this task
    however i can show you the code i have done which was a similar task, for finding the coordinates of an element of a square.



    printf("Please enter...
  6. Replies
    9
    Views
    1,303

    hello, please can i have some urgent help!

    alright, sry to be another homework lout,


    programmin is not my forte but is one of my modules... i am expected to do this program, however i am baffled. need it done today... so i AM open to...
  7. Thread: co-ordinates

    by soundwave
    Replies
    10
    Views
    1,069

    k, this programs gettin there... how do i...

    k, this programs gettin there...

    how do i store output in a file?


    cheers
  8. Thread: co-ordinates

    by soundwave
    Replies
    10
    Views
    1,069

    float ewidth,elength; ewidth=width/5; ...

    float ewidth,elength;

    ewidth=width/5;
    elength=length/5;



    for(ewidth; ewidth < 25; ewidth++)
    for (elength; elength < 25; elength++)
  9. Thread: co-ordinates

    by soundwave
    Replies
    10
    Views
    1,069

    hmm... float element, length, width; ...

    hmm...


    float element, length, width;



    cout <<"No. of element(1-25) = " ;
    cin >> "%f", & element ;
    cout <<"Input Length = ";
  10. Thread: co-ordinates

    by soundwave
    Replies
    10
    Views
    1,069

    not sure if i actualy have to replace...

    not sure if i actualy have to replace variables... what would you do now?

    PS. jus gotta get this done tonite i can learn more later, if anyone wouldn mind completing for me:D




    #include...
  11. Thread: co-ordinates

    by soundwave
    Replies
    10
    Views
    1,069

    ty. now i need to modify it to read the...

    ty.

    now i need to modify it to read the program input. and to include

    no. of element
    length of shape
    width
    store output in a file called square - is this called dynamic allocation?
  12. Thread: co-ordinates

    by soundwave
    Replies
    10
    Views
    1,069

    co-ordinates

    ok i need to write a program to generate the co-ordinates of twenty five elements for a square shape. ( 5 by 5 )

    i am also given the square as 1m by 1m.


    this is what I (indeed a noob) has so...
  13. Replies
    11
    Views
    1,271

    I need to write a program to generate the...

    I need to write a program to generate the co-ordinates of twenty-five elements for a square.

    this square shape is 1m by 1m.


    I need it to read the program inputs:

    no. of element
    the...
  14. Replies
    11
    Views
    1,271

    ok, so far I've got this, i think im on the right...

    ok, so far I've got this, i think im on the right lines

    can anyone help complete?




    using namespace std;

    int main()
  15. Replies
    11
    Views
    1,271

    ah you are right i think more simple than i...

    ah you are right i think more simple than i thought. hmmm
  16. Replies
    11
    Views
    1,271

    help a student:D

    Any ideas ppl please?
  17. Replies
    11
    Views
    1,271

    #include using namespace std; ...

    #include <iostream>
    using namespace std;



    int main()
    {
    int x,y;
    int array[5][5];
  18. Replies
    11
    Views
    1,271

    all i have is the info above.. how do u think i...

    all i have is the info above.. how do u think i shuld go about it?

    chers
  19. Replies
    11
    Views
    1,271

    An Array? help pls

    now then, ive been researching arrays for a while, but can't seem to find how to do this still..


    I need to write a program to generate the co-ordinates of twenty-five elements for a square.
    ...
  20. Replies
    6
    Views
    1,192

    cheers

    an IF statement solves it very easily indeed.

    cheers guys
  21. Replies
    6
    Views
    1,192

    My little program... help pls!

    Hi everyone!

    As i have left my programming module to the last minute, I have been programming now for a few hours(literally) and I must say I am pretty damn good at it!


    This is a program I...
Results 1 to 21 of 21