Search:

Type: Posts; User: edugarcia

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    1,664

    MIDI for Pocket PC C# vs VB?

    Hi,

    I want to make an application for Pocket PC that plays MIDI files and I want to know what's best for this: C# or Visual Basic. Any idea?

    I already know C, C++ and Java so probably I rather...
  2. Replies
    8
    Views
    3,572

    Yeah, it's legal. Why shouldn't be, there's no...

    Yeah, it's legal. Why shouldn't be, there's no excepcion here, I guess


    p->field == (*p).field
  3. Replies
    16
    Views
    2,974

    Scribbler: GREAT thread that one in GDev. Besides...

    Scribbler: GREAT thread that one in GDev. Besides the "political" issue about the GPL, that IDE seems great (let's wait him to finish it).

    http://members.gamedev.net/yann/stuff/shot8.png

    ...
  4. Replies
    16
    Views
    2,974

    I didn't want to argue about vi. So please delete...

    I didn't want to argue about vi. So please delete the "pretencious" word from my post, and forgive me if someone got offended. What I meant is that applescruft is asking for a graphical IDE to code...
  5. Replies
    16
    Views
    2,974

    Come on! This guy is asking for a decent...

    Come on! This guy is asking for a decent graphical IDE so don't be too pretencious to answer him just to use vi + gcc + make (that I use when working on a terminal session). I think we still need a...
  6. Thanx guys. So there's no chance to do it...

    Thanx guys. So there's no chance to do it cleanly without curses?

    Of course it wasn't my intention to post twice. Is just that first time my browser got blocked, so I thought that it wasn't...
  7. How to move the cursor to write in a different position of the screen?

    Hi guys,

    How can I move the actual cursor position for writting in a different place of the screen? Is there some kind of movexy()
    function for writting in a different place?

    Thanx in advance!
  8. Replies
    1
    Views
    2,151

    Problems with input and fflush

    Hi,

    I'm coding in Linux, and I found problems getting input. I can't make fflush() work, so often my scanf, getchar, getc... get a char from previous input.

    so something like this

    /*.... */...
  9. Replies
    4
    Views
    8,888

    How to read arrow keys in Linux?

    Hi,

    I want to know how to read the arrow keys in Linux. I'm making a test with a program similar to less and I want to use up & down keys for moving through the file, but there's no ASCII code for...
  10. Thanks guys. Linux rules

    Thanks guys. Linux rules
  11. How to know the number of lines in a text console

    Hi,

    How can I know the number of lines of the screen when working in a text environment (non X Windows).

    Thanks in advance
  12. How to check and change environment variables in C

    Hi,

    I want to know how can I change and check environment variables in a C program. For instance I want to check $HOME or $PATH an change them

    Thanks in advance
  13. Replies
    3
    Views
    5,697

    Who to redirect stdout to a file in C

    Hi,

    I want to know how can I redirect stdout to a file/socket in C.

    Thanks in advance
Results 1 to 13 of 14