Search:

Type: Posts; User: seal

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. yeah I hadnt added the return 0 cuz i'm trying to...

    yeah I hadnt added the return 0 cuz i'm trying to figure out this program lol, but i will put that in the end, and thx for cataching the "%d"!

    I've changed to code to this



    #include...
  2. This is what I have so far... #include...

    This is what I have so far...


    #include <stdio.h>

    int main ()
    {
    int agex;
    double salaryy;
    double savez;
  3. I dont even know what kinda coding i'm supposed...

    I dont even know what kinda coding i'm supposed to write for this project :(

    all I know is I gotta use loops, and at least 3 userdefined functions
  4. Replies
    24
    Views
    2,722

    I wish I could help you man... i'm new to...

    I wish I could help you man... i'm new to programming too, and loops can confuse me...
  5. english is not my 1st language, so I got a little...

    english is not my 1st language, so I got a little bit confused I guess...
  6. Help me out understand what I need to do please?

    Here is the directions I have for my assignment

    A student of the FAU Computer Science program graduates on their birthday at age X.
    They are immediately hired by a company at salary Y (after...
  7. Replies
    3
    Views
    1,339

    dang... cant believe i missed those.... thx!

    dang... cant believe i missed those.... thx!
  8. Replies
    3
    Views
    1,339

    do you see anything wrong with this program?

    #include <stdio.h>
    int main ()
    {
    double a;
    double b;
    double s1;
    double s2;
    double hyp;
    printf ("please give the value of side a\n");
    scanf ("%lf", &a);
  9. Replies
    2
    Views
    12,426

    cool thx man exactly it :D

    cool thx man exactly it :D
  10. Replies
    2
    Views
    12,426

    how to get remainder of a value

    say we divded 137 by 50... the asnwer is 2, now we have 37 left... is there a way to just store this info?
  11. Replies
    14
    Views
    3,810

    i was comparing 'pow' to batman pow not the pow...

    i was comparing 'pow' to batman pow not the pow ()

    could have told me how to use it and saved us alot of trouble but oh well, thx for the help that u've provided
  12. Replies
    14
    Views
    3,810

    thx for showing me how to use pow () :)

    thx for showing me how to use pow () :)
  13. Replies
    14
    Views
    3,810

    actually you would get alot of references to POW...

    actually you would get alot of references to POW as in prisoner of war...
  14. Replies
    14
    Views
    3,810

    last time i checked this was a msg board for...

    last time i checked this was a msg board for programming, and it doesnt say no basic questions allowed
  15. Replies
    14
    Views
    3,810

    how do i use the pow? i did side1 =...

    how do i use the pow?

    i did



    side1 = m pow(2) - n pow(2);


    i dunno how to use pow :(
  16. Replies
    14
    Views
    3,810

    ok lemme try

    ok lemme try
  17. Replies
    14
    Views
    3,810

    invalid operands to binary ^ ?

    What is wrong with this? cant figure it out... perhaps the square sign i'm using is the wrong square sign?



    #include <stdio.h>
    int main ()

    {
    double m;
    double n;
  18. Replies
    12
    Views
    2,603

    there ya go... thx!

    there ya go...
    thx!
  19. Replies
    12
    Views
    2,603

    http://img350.imageshack.us/img350/619/icon2dh.jpg

    http://img350.imageshack.us/img350/619/icon2dh.jpg
  20. Replies
    12
    Views
    2,603

    thats what i mean and i dont see it there ...

    thats what i mean

    and i dont see it there :rolleyes:
  21. Replies
    12
    Views
    2,603

    nonono.... ...

    nonono....

    http://img389.imageshack.us/img389/8255/icon7uv.jpg
    the image that represents the program... :)

    prolly not even program related, but i dunno how to change/assign icons... maybe...
  22. Replies
    2
    Views
    2,061

    awesome... got it thx :)

    awesome... got it thx :)
  23. Replies
    12
    Views
    2,603

    how to add/change icons?

    not sure if this is the right forum for this, but how do i put an icon instead of the console looking thingy so when I give the program to others, they dont see the console :D

    i'm using dev-C++
    ...
  24. Replies
    2
    Views
    2,061

    cant figure out where to put the loop....

    Well I finally got my basic accoutning program done, but I want it so that it doesnt quit right after it computes the info (so people dont have to use command everytime....

    I cant figure out where...
  25. Replies
    5
    Views
    7,971

    dont think so, the program runs smooth why...

    dont think so, the program runs smooth

    why whats wrong with it and where?
Results 1 to 25 of 38
Page 1 of 2 1 2