Search:

Type: Posts; User: tmoney$

Search: Search took 0.01 seconds.

  1. Thread: need memory?

    by tmoney$
    Replies
    3
    Views
    1,105

    thanks for your help

    thanks for your help
  2. Thread: need memory?

    by tmoney$
    Replies
    3
    Views
    1,105

    need memory?

    hi people, i know this is not a question that relates to programming...but lots of people have been so helpful with techincal problems before.

    i'm running xp operating system with 128 mb ddr...
  3. Replies
    2
    Views
    3,287

    average of total using array

    i have to find the average for this program...
    i've tried average = total/i; but it still doesn't work...thanks

    #include<stdio.h>
    int main()
    {
    int i, grade[14],total=0, average;

    for...
  4. Replies
    1
    Views
    993

    multiplication matrix

    hi everyone..i'm having trouble with multiplication matrix. this is what i came up with so far and i know its wrong...nay help would be very appricated....

    void mult_matrix()
    {
    int...
  5. Replies
    3
    Views
    1,691

    help with average

    i don't know what i'm doing wrong...my goal is to find tha average (mean) of number entered. but i keep getting the wrong answers.

    this is what o came up with so far..


    for(i=0;i<4;i++)
    {...
  6. Replies
    2
    Views
    3,785

    average(mean) of matrix

    hi everyone...hope somebody can help me on this.
    i'm suppose to find the average(mean) of 4 number entered.
    i have to use array...thax.




    void mean_matrix()
    {
    int iArrayFirst[4];
  7. Replies
    2
    Views
    1,395

    mean and variance

    does anybody know how to do a MEAN and VARIANCE. 4 x 4 matrix? if you have any ideas...please help....
  8. Replies
    1
    Views
    1,473

    transpose matrix

    i'm have been trying to run this transpose matrix, but it will not run..please help correct my error..here is what i have.

    #include<stdio.h>
    int main()

    {
    int First[2][2];
    int second[2][2];...
  9. Replies
    4
    Views
    1,551

    i'm sorry to bug you again, but when i tried to...

    i'm sorry to bug you again, but when i tried to run what you told me, it will not not at all....i'm sorry to take up your time.
  10. Replies
    4
    Views
    1,551

    thanks a lot!!!!

    thanks a lot!!!!
  11. Replies
    4
    Views
    1,551

    transpose matrix?

    can somebody please show me how to do a 4 x 4 transpose matrix; including an array function...thanks
  12. Replies
    5
    Views
    1,189

    thax alot..but when i tried to run it. it said...

    thax alot..but when i tried to run it.
    it said "can't execute"
  13. Replies
    4
    Views
    3,360

    Sqrt() Function

    hi everyone...just wanna say thanks for everyone that help me so far since i'm very new to C.

    the problem asked to write a C function name root4() that returns the fourth root of the argument...
  14. Replies
    5
    Views
    1,189

    help WHILE STATEMENT

    THE PROBLEM ASK FOR A WHILE STATEMENT IN REPLACE OF THE DO-WHILE....I CAN'T SEEM TO GET IT.
    PLEASE HELP...THANKS TO ALL THE PROGRAMMERS THAT HELP ME SO FAR!!!!



    #include<stdio.h>...
  15. Thread: exponent

    by tmoney$
    Replies
    2
    Views
    3,518

    thanks dave

    thanks dave
  16. Replies
    2
    Views
    829

    please help!!! error

    its weird..and seem easy. yet i can'f figure it out.
    every time i tried to run this program is say
    "error C2447: missing function header (old-style formal list?)"

    //finding the value of paased...
  17. Thread: exponent

    by tmoney$
    Replies
    2
    Views
    3,518

    exponent

    hi all you great programmers!!!
    i'm very new in C...this is my first class and struggling through it.

    i'm having problem with writing this program about exponent.
    here is what i got so...
Results 1 to 17 of 18