Search:

Type: Posts; User: Mahdiem

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    3,231

    I recommend what CommonTater mentioned. Go for...

    I recommend what CommonTater mentioned. Go for Pelles C. It is easy to install, easy to use and help file is a great deal.
  2. Replies
    17
    Views
    3,231

    I should confess installing and running Pelles C...

    I should confess installing and running Pelles C is easier than Eclipse. And to be frank I checked the help file and it is some thing I would go for. Had not heard of it before. For beginners setting...
  3. Replies
    17
    Views
    3,231

    Why not using Eclipse?

    Why not using Eclipse?
  4. Replies
    17
    Views
    3,231

    I don't know what you are doing but I wrote the...

    I don't know what you are doing but I wrote the following code and it works fine.


    #include <stdio.h>

    int main(void)
    {
    double dub1, dub2;

    printf("Enter two decimal...
Results 1 to 4 of 4