Search:

Type: Posts; User: Fujitaka

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,264

    Ah. I might not even need that number in the file...

    Ah. I might not even need that number in the file now. Since when I read the lines in. Line by line. I can grab which line it read, and stick the line number into a variable.

    Normally in a visual...
  2. Replies
    2
    Views
    2,264

    Advice reading lines from a text file.

    I am tring to figure out the best way to go about doing this.

    Say the user clicks the mouse button or hits a key on the keyboard. It would open a text file, and read a line into the program. Then...
  3. Replies
    3
    Views
    4,655

    Ok. I managed to compile the example program on...

    Ok. I managed to compile the example program on ALSA. Been studying it for awhile. Looking at the ALSA API too.



    #include <stdio.h>
    #include <stdlib.h>
    #include <alsa/asoundlib.h>
    ...
  4. Replies
    3
    Views
    4,655

    Ah. So my first step is to not use OSS, and go...

    Ah. So my first step is to not use OSS, and go with ALSA. I might even look into SDL Audio as well. Since I have programmed with SDL before.

    I will go take a look at the ALSA libs then. Hopefully...
  5. Replies
    3
    Views
    4,655

    Starting Linux Audio Programming OSS

    I want to start a small project so I can learn off of it atm. A small linux audio player that will play flac files. Maby you people can point me to some books, resources that can get me started on...
  6. Replies
    0
    Views
    1,483

    dbus-glib help/banshee-1. Help.

    I am tring to write a Banshee 1.4.3 spammer in c on Linux Debian Lenny using C and dbus-glib.

    But I can't figure out how to grab the track information right. x.x I get an error on compile,...
  7. Replies
    5
    Views
    29,287

    C linux - reading config file.

    I am tring to figure out how to write something that will read/write to a config file on linux. I been searching around the forums/google. Even the ansi C book I have. I am confused. I tried reading...
  8. Replies
    6
    Views
    2,489

    Thanks. I got it to work ok for now. ...

    Thanks. I got it to work ok for now.


    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>

    int main()
    {
    int i;
  9. Replies
    6
    Views
    2,489

    I should of probable mentioned I am programming C...

    I should of probable mentioned I am programming C on linux.



    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>

    int main()
    {
  10. Replies
    6
    Views
    2,489

    C Type Writer Effect help please.

    I have been trying to create a simple type writer effect in c. Have not been successful.
    I figured it has to do with char and for, but I can't figure out how to do it.

    Maby someone on here can...
Results 1 to 10 of 12