Search:

Type: Posts; User: Joealem

Search: Search took 0.00 seconds.

  1. It works. Thank you so much!!!

    It works. Thank you so much!!!
  2. Reading array of complex numbers from file (.txt)

    Hello everyone,

    I have successfully WRITTEN an array of complex numbers into .txt file using fprintf and scanf(). However, I have no idea how to READ this file. Please see the attached code and...
  3. Replies
    4
    Views
    3,509

    I don't have it.

    I don't have it.
  4. Replies
    4
    Views
    3,509

    Play sound on a Mac

    >>> Split from http://cboard.cprogramming.com/linux-programming/105923-c-program-play-sound.html - please don't dig up old posts, see the rules >>>



    Hi,

    I wanna use the above code to play...
  5. Replies
    2
    Views
    6,310

    Speech input to text output

    Hello Everyone,

    I want to write a C program which takes an audio/speech input and save it as a text into a file.

    For instance:

    Voice input: Hello

    Text output: Hello (as string saved...
  6. Replies
    7
    Views
    4,094

    ....... fclose(file) ...... It works. ...

    .......
    fclose(file)
    ......


    It works. Thank you so much!
  7. Replies
    7
    Views
    4,094

    Please forward me some comments.... thanks, ...

    Please forward me some comments....
    thanks,

    Joealem
  8. Replies
    7
    Views
    4,094

    #include #include...

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


    int main()
    {
    int i,j,it=7,nz=5,nx=5;

    int P[nz][nx];
  9. Replies
    7
    Views
    4,094

    Thanks Dino for quick reply. I search my...

    Thanks Dino for quick reply. I search my question in FAQ but i cant find a specific answer to my problem. Could you please write a simple example? or send me the link of the FAQ or any other info....
  10. Replies
    7
    Views
    4,094

    reading content of .txt file int oa 2d array

    Hello everyone,

    I have a 'simple' and quick question. I want to read .txt file and copy the content into a 2d array for further processing in my program.

    Let's say i have a 5 by 5 integer array...
Results 1 to 10 of 10