Search:

Type: Posts; User: Matt3000

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,951

    Automake Files w/ Visual C++

    Hello!

    Recently I've been trying to setup the OGG container SDK with Visual C++ 2005 Express, and I've been a little stuck. In the Win32 directory of the SDK, there are Visual C++ 6 workspaces and...
  2. Replies
    0
    Views
    1,238

    Sound Input Library Needed

    Does anyone know of a free sound library for receiving stereo input from line-in? I would like it to be cross-platform (Mac, Windows, Linux). I understand PortAudio works for this, but is there a...
  3. Replies
    1
    Views
    1,561

    Adding MinGW Search Directories

    Does anyone know how to add directories where MinGW searches for include files and libraries? Right know I have to use the -I tag for include files. I haven't tried libraries yet, but I'm pretty sure...
  4. Replies
    9
    Views
    1,212

    LOL! It compiles if I use the .substr. I'm...

    LOL! It compiles if I use the .substr. I'm checking to see if it works.

    And it works! Hooray! Thank you soooooooo much!
  5. Replies
    9
    Views
    1,212

    I have to put "using namespace std;" at the top,...

    I have to put "using namespace std;" at the top, or else it tells me that "cin" is undeclared.
  6. Replies
    9
    Views
    1,212

    Now I get an error that says ISO C++ forbids...

    Now I get an error that says ISO C++ forbids comparison between pointer an integer.
  7. Replies
    9
    Views
    1,212

    Really? I have MinGW, I'm going to go try it with...

    Really? I have MinGW, I'm going to go try it with that.
  8. Replies
    9
    Views
    1,212

    I get an error if I don't put that. :-/ I'm using...

    I get an error if I don't put that. :-/ I'm using Borland C Compiler 5.5 on Windows XP Service Pack 2. The error says "cannot convert char to char *".
  9. Replies
    9
    Views
    1,212

    String and Vectors Problem

    I've been having a problem with this code. I don't know why. It's supposed to read a series of numbers (like 12345678 in this example), and depending on what numbers are in the sequence, it outputs...
  10. Replies
    3
    Views
    1,920

    Oh, wait. I think I found it. /* fopen...

    Oh, wait. I think I found it.



    /* fopen example */
    #include <stdio.h>
    int main ()
    {
    FILE * pFile;
    pFile = fopen ("myfile.txt","w");
  11. Replies
    3
    Views
    1,920

    How do assign it to a FILE* variable. STDIN is a...

    How do assign it to a FILE* variable. STDIN is a FILE*, so what line of code should I use to set STDIN as "YourePitiful.ogg"?

    PS
    In case you're wondering, "You're Pitiful" is a Weird Al song.
  12. Replies
    3
    Views
    1,920

    OGG Vorbis Decoder Error

    I've been trying to create some code in a program I am writing that will decode an OGG Vorbis file. I am using Dev-C++, the newest beta. When I run the compiled program on Windows, I get an error,...
  13. Replies
    16
    Views
    3,339

    That is a genious idea! You know, a while back, I...

    That is a genious idea! You know, a while back, I just thought ogg vorbis was some unkown file format, but after seeing the Vorbis.com website, the truth has been revealed. It does sound better than...
  14. Replies
    16
    Views
    3,339

    Hey, thanks everyone! I've found exactly what I...

    Hey, thanks everyone! I've found exactly what I need. :-) I'm thinking about using LAME, but just one more thing....

    On the MP3 licensing site (http://www.mp3licensing.com/royalty/)...It says that...
  15. Replies
    16
    Views
    3,339

    That's pretty much exactly what I needed, but do...

    That's pretty much exactly what I needed, but do you know of anything that doesn't cost $6000 to use in a commercial application?
  16. Replies
    16
    Views
    3,339

    Audio Library Needed!

    Does anybody know of a C++ audio library that can run on Linux? The audio library needs to be able to play the songs backwards and forwards at fast rates, and the pitch needs to be able to be...
  17. Replies
    8
    Views
    3,310

    Yeah, I probably don't understand too much about...

    Yeah, I probably don't understand too much about what I'm trying to do.

    I've found a few Win32 functions (keybd_event(), SendInput()) for keyboard output, but that still doesn't solve my problem...
  18. Replies
    8
    Views
    3,310

    I looked over wxKeyEvent, but it seems that can...

    I looked over wxKeyEvent, but it seems that can only be used for reading characters.

    I read about some I/O libraries. Would stdio.h be able to be used for a virtual keyboard?
  19. Replies
    8
    Views
    3,310

    Okay. I know wxWidgets, so that's good, but do...

    Okay. I know wxWidgets, so that's good, but do you know what code syntax I would use to simulate a keypress? That's all I need, really.

    Thanks!
  20. Replies
    8
    Views
    3,310

    Keyboard Simulation

    I was wondering what toolkit or C++ libraries or functions I would use to create a virtual keyboard, just like the default one in Windows. It does not need to be complicated, just very simple.
    ...
  21. Replies
    1
    Views
    1,515

    Command Line User Input

    I was wondering how to get a variable from user input from a command line, like seen in Borland C++ and other compilers. For example, you go to the command line and type "bcc32", and it gives you...
  22. Replies
    1
    Views
    982

    Mac OS Command Line

    I was wondering....

    I read on WikiPedia that the Mac's command line was built off of Unix....So if I wanted to program for the Mac's command line, would the code be the same as for a Unix program?...
  23. Replies
    0
    Views
    2,100

    wxWidgets DLL Help

    Hello...

    I am using Windows XP Home Edition, using Borland C++ Compiler. I was wondering, since I am having lots of trouble using wxWidgets as a library, if there was a way to make wxWidgets a...
  24. Replies
    4
    Views
    2,563

    Okay. Thanks!

    Okay. Thanks!
  25. Replies
    4
    Views
    2,563

    Okay. But I'm not so good at double buffers...How...

    Okay. But I'm not so good at double buffers...How do you clear both of them?
Results 1 to 25 of 48
Page 1 of 2 1 2