Search:

Type: Posts; User: -JM

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Bit rotation...

    by -JM
    Replies
    4
    Views
    6,199

    They have to be rotated every 5,000 miles or they...

    They have to be rotated every 5,000 miles or they will wear prematurely. Also be sure to keep your bits properly inflated for better fuel efficiency.
  2. Replies
    9
    Views
    3,041

    So you would intern on a ship? You would be a...

    So you would intern on a ship? You would be a shipintern? You would have an internship as a shipintern?

    Don't mind me, I'm enjoying myself here...
  3. Replies
    25
    Views
    6,135

    Um, back to the original question - I used to...

    Um, back to the original question -

    I used to program my C64 for musical purposes - MIDI drum loops, automated synthesizer program changes, music theory ear training exercises, etc.

    Once I...
  4. Thread: How many loops?

    by -JM
    Replies
    5
    Views
    6,402

    I agree, error handling of input is important but...

    I agree, error handling of input is important but I wasn't sure how to do it.

    The loop you suggest keeps displaying



    no matter what the input is.

    I don't understand some of your code so...
  5. Thread: How many loops?

    by -JM
    Replies
    5
    Views
    6,402

    Thanks Noir I couldn't figure out how to use a...

    Thanks Noir

    I couldn't figure out how to use a loop for step a but the rest was easy enough.
    This would make more sense using functions but that's the next chapter.:rolleyes:
    ...
  6. Thread: How many loops?

    by -JM
    Replies
    5
    Views
    6,402

    How many loops?

    This isn't homework, I'm working through the Malik book on my own.

    Am I supposed to use one big loop for this whole task, or a seperate loop for each sub-task?

    ...
  7. Replies
    28
    Views
    7,689

    Right, I'm on it...

    Right, I'm on it...
  8. Replies
    28
    Views
    7,689

    igpay atinlay

    igpay atinlay
  9. Replies
    6
    Views
    1,532

    Sorry, can't help but mention the other obvious...

    Sorry, can't help but mention the other obvious problem: [URL="http://dictionary.reference.com/browse/staing"]
  10. Thread: Shutdown

    by -JM
    Replies
    21
    Views
    7,045

    That's not the internet it's an MRI of my brain

    That's not the internet it's an MRI of my brain
  11. Thread: Shutdown

    by -JM
    Replies
    21
    Views
    7,045

    Misterx, you da MAN

    Misterx, you da MAN
  12. Thread: Shutdown

    by -JM
    Replies
    21
    Views
    7,045

    Wait, they're cleaning it? What's gonna happen to...

    Wait, they're cleaning it? What's gonna happen to all the porn?? :eek:
  13. Thread: Music

    by -JM
    Replies
    29
    Views
    7,487

    Poll: WHAT? WHAT'S THAT YOU SAID?

    WHAT? WHAT'S THAT YOU SAID?
  14. Thread: Ready for Windows?

    by -JM
    Replies
    40
    Views
    3,450

    Yeah, the whole last chapter - 'A Taste of the...

    Yeah, the whole last chapter - 'A Taste of the Internet'.

    Of course I don't understand any of it but I'm sure you will, check it out.
  15. Thread: Ready for Windows?

    by -JM
    Replies
    40
    Views
    3,450

    Since I already dropped the $$$ for Petzold I...

    Since I already dropped the $$$ for Petzold I plan to work through it, but I'll definitely check out wxWidgets - if they based Audacity on it then it must be the shizznit.

    Thanks guys, guess I'll...
  16. Thread: Ready for Windows?

    by -JM
    Replies
    40
    Views
    3,450

    Ready for Windows?

    How much time do I need to spend on console programming before getting into Windows?

    - or to put it another way -

    What skill set is necessary to begin Windows programming?

    I've been...
  17. Thread: 12 tone matrix

    by -JM
    Replies
    2
    Views
    3,659

    Yeah, you're right, good call... I changed it...

    Yeah, you're right, good call...

    I changed it to


    double A = 440.0;
    double C = A * pow(Semitone, -9);

    and it works fine - (C is nine half steps below A).
  18. Thread: Speaker output

    by -JM
    Replies
    7
    Views
    1,243

    You can use the BEEP command #include...

    You can use the BEEP command


    #include <iostream>
    #include <windows.h>

    using namespace std;

    int A = 440;
  19. Thread: 12 tone matrix

    by -JM
    Replies
    2
    Views
    3,659

    12 tone matrix

    Hey, this is a pretty obscure topic and of very limited use.

    BUT

    you're a bunch of smart people so you might find it interesting and I'm sure you can give me some ideas.

    A 12 tone matrix is...
  20. Replies
    8
    Views
    11,526

    Nail polish.

    Nail polish.
  21. Replies
    6
    Views
    1,599

    Awesome, thanks! I've bookmarked the links,...

    Awesome, thanks!

    I've bookmarked the links, plus I've got XHTML Example By Example by Walsh, Aaron E.; Raggett, Dave coming any day now.

    This will be great for a lot of stuff for next school...
  22. Replies
    6
    Views
    1,599

    Ok so I'm onto something, thanks - glad to know...

    Ok so I'm onto something, thanks - glad to know it's possible...

    Problem is I'm way ahead of myself - I don't quite understand classes, and I don't know squat about divs or .css...

    Wraithan,...
  23. Replies
    6
    Views
    1,599

    C++ output to .htp file

    I've been working at C++ for a while now, and I'm just beginning to work on webpage programming with xhtml.

    Some of my most useful C++ programs have .txt files as output. Now I'm wondering if a...
  24. Replies
    7
    Views
    1,617

    Well there we go - thanks!

    Well there we go - thanks!
  25. Replies
    7
    Views
    1,617

    That was cut/pasted from the .txt file, and the...

    That was cut/pasted from the .txt file, and the '.'s are periods. I'm opening it in Notepad, and I'm using whatever the default fonts are.

    This is an exercise from "C++ Programming" by D.S. Malik...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4