Search:

Type: Posts; User: zmarcoz

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    8,758

    plot in C using DISLIN

    Dear all,

    I downloaded and installed DISLIN for Win 64 bit with MS Visual C++ 8.0 compiler (from here) and then restart my Code::Blocks. After that I started a new empty file and tried to follow...
  2. Good blame. Solved ............. :)

    Good blame. Solved ............. :)
  3. Thanks, I updated my code, but there is another...

    Thanks, I updated my code, but there is another problem. Since I assume that the length is 100 in the file. I created a text file which only have 3 double values, but my program repeat the last value...
  4. You are right! I should post my code first. Here...

    You are right! I should post my code first. Here is my unworking code. In the code, I assume there is less than 100 double values.



    #include <stdio.h>
    #include <math.h>
    #include...
  5. Reading a file (one double number in each line)

    Dear all,

    I need to read a file which has unknown number of lines, but each line is just 1 double number. How I can do that?

    Please help

    Thanks
  6. Replies
    5
    Views
    3,503

    New C learner need help on a syntax question

    I have read the Cprogramming.com to learn C, but I am facing a basic syntax problem.

    I need to write a very simple program (mult). It need take a command line input in cmd.exe

    For example: mult...
Results 1 to 6 of 6