Search:

Type: Posts; User: jorisvm

Search: Search took 0.01 seconds.

  1. Replies
    56
    Views
    9,449

    Poll: hmm

    I made some errors in the categories but since I can't edit the poll (I guess that's for security reasons - editing your own poll is a very dangerous thing to do! :rolleyes: ), it'll just have to...
  2. Replies
    56
    Views
    9,449

    Poll: How old are you?

    How old are you now and when did you start programming in C/C++?
    I'm 16 and I just started programming in C a few weeks ago (apart from a very simple Quake2-MOD I made when I was 14). I started...
  3. Thread: DWORD or bool*

    by jorisvm
    Replies
    5
    Views
    1,738

    DWORD or bool*

    I want to store 26 bits, one for each letter in the alphabet that I want to be true or false. I would store this in a boolean-array like this:

    bool alphabet[26];

    but I noticed that some...
  4. Replies
    6
    Views
    3,546

    question for you

    Hey,
    Where can you find information about how .wav files are built? I'm very interested in building programs that alter .wav files, but I just can't find any good info. How did you learn about it...
  5. Replies
    13
    Views
    1,971

    No, I'll write a "pure" win32 app then. ...

    No, I'll write a "pure" win32 app then.

    Thanks for all the tips and help, I greatly appreciate it.
    *over and out*
  6. Replies
    13
    Views
    1,971

    Okay, I see. This means it's impossible to write...

    Okay, I see. This means it's impossible to write a pure DOS program using the headerfiles I'm using right now, right?
  7. Replies
    13
    Views
    1,971

    Can't I make an app that will work under DOS AND...

    Can't I make an app that will work under DOS AND Windows??? I'm sure the code I've written so far does...
  8. Replies
    13
    Views
    1,971

    Those are both declared in windows.h, they won't...

    Those are both declared in windows.h, they won't work with DOS.
  9. Replies
    13
    Views
    1,971

    Also thanks to you CodePlug. The program I'm...

    Also thanks to you CodePlug.
    The program I'm making is a "locate" (from the UNIX shell) for DOS. The function I'm writing will be called when the user wants a complete disks-contents database to be...
  10. Replies
    13
    Views
    1,971

    got it

    Thanks for the help, I understand what I did wrong and altered the file and it's now working.

    The only question I've got left is this:
    I now use

    Drives[0]=false; Drives[1]=false;
    so my...
  11. Replies
    13
    Views
    1,971

    Another n00b with pointer problems!

    This is the first program that I'm writing that uses pointers (and overall the second I'm writing in C++).

    I want DrivesToDo (a 26-digit boolean) to be filled by ExistingDrives. Every bit stands...
Results 1 to 11 of 11