Search:

Type: Posts; User: sh0rty

Search: Search took 0.01 seconds.

  1. Replies
    58
    Views
    14,109

    Yea, I definately enjoyed it too (though it took...

    Yea, I definately enjoyed it too (though it took me 6 hours to complete the damn thing ;))
  2. Thread: minifmod

    by sh0rty
    Replies
    1
    Views
    1,794

    ok, well, uhm.. I made it work, without the...

    ok, well, uhm.. I made it work, without the FMUSIC_IsPlaying() function though.

    Maybe it's a fmod-only function? (I used the minifmod.lib)
  3. Thread: minifmod

    by sh0rty
    Replies
    1
    Views
    1,794

    minifmod

    ok, I get the following error when trying to compile:

    implicit declaration of function `int FSOUND_IsPlaying(...)'

    I don't quite get it..

    So please take a look at my source, and spot the...
  4. Replies
    4
    Views
    1,933

    well please do :o)

    well please do :o)
  5. Replies
    4
    Views
    1,933

    Search and Replace

    Say I have this string which contains >4000 characters, and I want every occurance of the character "I" to be replaced with the character "E", how could I do that ?

    I have searched, and searched...
  6. Replies
    2
    Views
    40,608

    Sticky: :o)

    http://www.sunlightd.com/Windows/FAQ.html#ConsoleChangeColour
  7. opening a .txt file, and placing random words, random places

    right, here's the deal.. I wan't to write random words, on random places, to a *.txt file.

    How can I store some words (it must be in some kind of array-thingie, not like stored in a *.txt)?
    ...
  8. Replies
    4
    Views
    1,094

    int choice; cin >> choice; switch (choice)...

    int choice;

    cin >> choice;

    switch (choice)
    {
    case 1:
    cout << "you went home";

    case 2:
Results 1 to 8 of 8