Search:

Type: Posts; User: dot_rain

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,593

    works in Borland, does not work in Unix T_T

    /* Fig. 4.6: fig04_06.c
    Calculating compound interest */
    #include <stdio.h>
    #include <math.h>

    /* function main begins program execution */
    int main()
    {
    double amount; /*...
  2. Thread: differance

    by dot_rain
    Replies
    4
    Views
    1,085

    no , that's NOT my homework :p . I am learing C...

    no , that's NOT my homework :p . I am learing C from a book , the above code is from the book , the second one is wat ima thinkin T_T
  3. Thread: differance

    by dot_rain
    Replies
    4
    Views
    1,085

    differance

    /* initialization phase */
    total = 0;
    counter = 0;

    /* processing phase */
    printf( "Enter grade, -1 to end: ");
    scanf( "%d", &grade );

    /* loop while Sentinel value is not entered */
    while (...
  4. what languages are fading ? what languages remain ?

    any reply is appreciate sothat people go to the right direction .
  5. Replies
    3
    Views
    6,354

    Do programmers still like Java ?

    Java is popular , but lots programmers seem don't like it that much .
    Which fields they use Java in ?
  6. Thread: Code problem

    by dot_rain
    Replies
    1
    Views
    1,295

    Code problem

    /* simply exercise */
    #include <stdio.h>

    /* function main begins program execution */
    int main()
    {
    int grade /* declare */

    printf( "Enter your grade: " );
    scanf( "%d", &grade...
  7. Replies
    6
    Views
    1,177

    newbie question version1.0

    C++ is a better of C . Do programmers just use C++ and push C aside ?
Results 1 to 7 of 7