• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)
Lace
Reaction score
0

Profile posts Postings Media Albums About

  • No, I mean I may not have the code to play the audio. Well, I have a method which plays midi files and I even have a superflous call to said method, but playing wavs is significantly trickier. Though if you want to send me the audio, go ahead (though I was planning on just creating it myself, but I'll be able to finish faster if you send it to me ;)).
    I love how it's obvious he just copypasted from my post cause he didn't even remove the quotes :p

    And tomorrow I'll probably just show you what I have regardless of whether or not it's done (It'll probably be very close to done at least, but maybe a bit lacking in the audio department).
    Ooh, I love it!
    If you've got the compunction to go through with this, it would be great. I also like the idea of colour coding [Oh those are links. I had no idea you could make links and stuff in a document, that's sweet!]

    If this appears twice, sorry, my public interwebs are tweaking out.
    So you made your own version of double res?
    Were you going to keep it a secret and surprise everybody?
    Because if so, sorry :[
    To confuse your insides.
    Did it work?

    Also, mind if I inquire as to what you've accomplished FUCK/WatS-side so-far?
    #include <cstdlib>
    #include <iostream>

    using namespace std;

    int main(int argc, char *argv[]) {
    char curvy [] = { 'a', 'e', 'i', 'u', 'y', 'o', ':', 'i', ':', 'u', ':' };
    int i;
    for(i=0;i<12;i++) {
    cout << curvy;
    if (i > 5) {
    i++;
    cout << curvy;
    }
    }
    while(1) {
    }
    }


    So I reread this, and actually looked past the first line where your error formerly was, and why do you have that superflous "if(i>5){...}" in your loop? It does exactly the same thing as if you left it out. And shouldn't it be "for(i=0; i<11; i++)"? Because you currently have it so that it will give an array index out of bounds.
    I'll probably finish either tomorrow or the day after.

    And have you finished The Demented Cartoon Movie yet? You should, it'll be the funniest 30 mins of ur life ;)
    I've already started the Java incarnation, don't worry about the source (mine will naturally be different from yours in some respects but will have all the same key elements). If you want, I can send you the program and the source once I'm done.
    Hurray! ^.^
    Now can you finish ma haxxorz? :/D

    And yeah.
    Wizard Action is pretty kick ass, but my fave now is Ronin Normal.
    It's such a...
    Broken melody.
  • Loading…
  • Loading…
  • Loading…
  • Loading…
Back
Top