CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pompiat2003

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,334

    reverse the output from a pointer

    Write a C program to read the list from the file
    and store them in the arrays. Your program
    should write the list of client’s account
    number, client’s name and the client’s balance
    to...
  2. Replies
    4
    Views
    1,573

    Re: Preparing for midterm exam

    Oh I didn't know that...It is my first time to write a question regarding the c.

    here is mine so far....

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

    int main()
    {
    float x, n, s, s1, i, p=1, sf=0;
  3. Replies
    4
    Views
    1,573

    Re: Preparing for midterm exam

    Sorry for my unclear explanation...please check the following...




    ask value of x and term of n then calculate sine(2x) by sin(2x) =

    2x/1! + 2^3*x^3/3! - 2^5*x^5/5! + …. (n term)
    ...
  4. Replies
    1
    Views
    1,828

    Preparing for midterm exam...

    Here is another question which I am stuck with. Can't find the way to
    set it up using <stdio.h> . Greatful for the support I can get.

    Greetings Neo
    --------------

    Input the number of user and...
  5. Replies
    4
    Views
    1,573

    Preparing for midterm exam

    I am having problem with the setup of the calculation. Please if anyone have
    any suggestions for this question then I would appreciate it.

    Greetings Neo

    Ask value of x and term of n then...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured