Search:

Type: Posts; User: Cyberman86

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,548

    is it some like this?

    Is it something like this?




    #include <stdio.h>
    int main()
    {
  2. Replies
    3
    Views
    2,548

    C simple Matrices

    i can't figure out the function part, although i tried i don't know if it makes sense, since I'm a beginner, how would you do it.


    Write a function that takes two matrices as parameters (2D...
  3. Replies
    3
    Views
    1,302

    Function problem

    I really don't know how to write the function part although i tried I'm not sure if it makes sense, I'm a beginner and sometimes i can't tell where i messed up.

    Suppose we declare int a[N], b[M],...
  4. Replies
    5
    Views
    26,892

    i don't know what to do after this part: for...

    i don't know what to do after this part:


    for (i=a;i<=b;i=i+c)
    {
    printf("degree Radian");
    printf(" %d %f", i, i*3.14/180);
    }
  5. Replies
    5
    Views
    26,892

    C program Degree to Radians

    How would you do this c program, I'm a beginner I'm just starting with C, and i can't figure out how to finish the middle part.

    Complete the following C program that first reads a, b, c, where a...
  6. Replies
    18
    Views
    23,201

    i just want to know if the whole code makes sense...

    i just want to know if the whole code makes sense according to the problem instructions, I'm a beginner and sometimes i can't tell if the code is following the problem.




    In the main()...
  7. Replies
    18
    Views
    23,201

    This is what i have so far, Not sure if it makes...

    This is what i have so far, Not sure if it makes sense but i tried my best.




    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>

    int main()
  8. Replies
    18
    Views
    23,201

    Chess Problem: In the main() function: 1....

    Chess Problem:


    In the main() function:
    1. Declare a 8x8 two dimensional array (int chess[8][8];) to represent a chess
    board and set all its elements to -1 (i.e., no cells (squares) are...
  9. Replies
    18
    Views
    23,201

    Chess problem Horse

    Does anyone has an idea how to do this one or is there a website where i can get info on how this can be done.

    I need to write a program that can do this:

    A classical chess problem: is it...
  10. Replies
    5
    Views
    1,572

    i did a research and read about arrays, saw some...

    i did a research and read about arrays, saw some examples and i tried the first two where it says "your code"
    but if you could explain me a little bit of how to get this going, i will...
  11. Replies
    5
    Views
    1,572

    I don't know how to start, need Help

    use Arrays, functions, loop, and if-else

    can someone help me how to start this Code, i don't understand exactly how to implement this code. i don't know how to start. I'm a beginner and this is a...
  12. Replies
    5
    Views
    5,077

    Thanks a lot, it really helped me. :)

    Thanks a lot, it really helped me. :)
  13. Replies
    5
    Views
    5,077

    I already did that and still gives me the same...

    I already did that and still gives me the same errors. i know is a very small error and I already tried days to get this far in this complicated code for me; easy for you and if you would show me how...
  14. Replies
    5
    Views
    5,077

    Whats wrong in my code?

    Implement the following two functions
    /* returns Celsius equivalent of a Fahrenheit temperature (ft) */
    double celsius(double ft); this part doesn't want to work check code please.

    /* returns...
  15. Replies
    8
    Views
    3,986

    how can i make the steps of 2 and 4 separately? ...

    how can i make the steps of 2 and 4 separately?


    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>


    int
    main ( void )
  16. Replies
    8
    Views
    3,986

    how can i make the steps of 2 and 4 separately?

    how can i make the steps of 2 and 4 separately?
  17. Replies
    8
    Views
    3,986

    A friend helped me and we managed to do this but...

    A friend helped me and we managed to do this but i don't know if it show what it should. because the windows closes. Can you all compile it and run if it opens and shows the right numbers please.

    ...
  18. Replies
    8
    Views
    3,986

    program that prints two tables showing...

    I don't have much experience in programming and i want to know if anyone can show how this can be done.


    Implement the following two functions:

    /* returns Celsius equivalent of a Fahrenheit...
  19. Thread: Need Help

    by Cyberman86
    Replies
    2
    Views
    1,596

    Need Help

    This program can read from Critical1.txt file and display timetable in Output1.txt but I don't know how to make it to Display the Total Number of Days. How would you do it?


    Critical Path...
  20. Replies
    5
    Views
    3,195

    to read the max and min numbers of the chart(I...

    to read the max and min numbers of the chart(I know its totally wrong)

    where it says If...It supposed to read the input.txt file( I think)


    Well actually i have very little clue how to do...
  21. Replies
    5
    Views
    3,195

    use FILE, loop, and if-else Program

    I know this long to read but please i really need help, I attempt this problem the best i could although I'm a beginner on this stuff, I'm not really sure if what i did makes much sense but i hope...
  22. I have two different codes because i tried it 2...

    I have two different codes because i tried it 2 different ways i think. I have some examples with me and i just tried to follow thats how i did it, i know i probably did a mess but i tried it. I'm a...
  23. Data file problem use FILE, loop, and if-else

    This is what i have so far and I don't know if its right and i don't know how to finish it.
    Can someone please show how this is done.

    Suppose we have a data file that has 5 columns in each row. ...
  24. I indented the code hope it helps. #...

    I indented the code hope it helps.



    #
    #include <stdio.h>
    #
    #include <math.h>
    #
    int main(void)
  25. Help C programming that reads value of x and n?

    C program that reads the value of x and n from the keyboard and then approximately computes the value of cos(x) using the following formula:

    Cosx = 1 - x^2/2! + x^4/4! - x^6/6! .....+ (-1)^n...
Results 1 to 25 of 37
Page 1 of 2 1 2