Search:

Type: Posts; User: jdragyn

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,659

    How do you mean you "altered the filesystem...

    How do you mean you "altered the filesystem somewhat"? If you only copied the files to a different drive without actually modifying files on that old HD then your file-system should still be intact...
  2. Replies
    7
    Views
    2,659

    I have had to do something similar when my old...

    I have had to do something similar when my old laptop died. I did not use encryption though, so it may not be applicable here if Windows EFS uses the hardware to generate the key somehow? Anyways,...
  3. Replies
    41
    Views
    9,350

    Seems rather ironic...

    Seems rather ironic...
  4. Replies
    14
    Views
    3,458

    Guides were never a thing for me. I don't...

    Guides were never a thing for me. I don't understand the desire to pay money for a puzzle and then pay someone else to bypass the puzzle. What was the point in buying the puzzle? I loved Ultima 3,...
  5. Makes me think of this...

    Makes me think of this.
  6. Replies
    4
    Views
    2,948

    Hmmm, was trying to do the drop_ball() without a...

    Hmmm, was trying to do the drop_ball() without a division and here's the first thing that comes to mind, though it is a cheap cop-out. heh

    Still thinking about a truly division-less version. ...
  7. Replies
    3
    Views
    1,250

    So, you're looking for a...

    So, you're looking for a File|Edit|View|Tools|Help menubar inside the Open dialogue?
  8. Replies
    27
    Views
    3,265

    I remember the 16-color text welcome screens to...

    I remember the 16-color text welcome screens to my local BBS's being prettier than many of the 4-color CGA graphics of the games I played. My external 2400 baud BRICK*cough*modem pulling the screens...
  9. Replies
    3
    Views
    1,528

    I have been using VirtualBox for a little over a...

    I have been using VirtualBox for a little over a year now on Windows 7 Home Premium 64bit on 2 machines. One machine I built (AMD Athlon II X3 @ 2.9Ghz, 4GB RAM), the other is a laptop (AMD Phenom...
  10. while (input=0); = assigns. == compares.

    while (input=0);
    = assigns. == compares.
  11. Replies
    25
    Views
    3,603

    Wow, that makes my first computer...

    Wow, that makes my first computer look super advanced.
  12. Oblivious attempt to help the OP, with...

    Oblivious attempt to help the OP, with fundamentally flawed suggestion on how to fix the posted code.



    fundamentally (and syntactically) flawed suggestion in code that
    - has very little to do...
  13. Replies
    109
    Views
    26,207

    Not exactly a bug, but in the advanced editor...

    Not exactly a bug, but in the advanced editor when replying, can an <hr /> be inserted between the recap of the posts? IIRC there was more of a separation of the previous posts when editing a reply...
  14. Replies
    2
    Views
    2,350

    You use the variable utfile in your code snippet...

    You use the variable utfile in your code snippet for writing, but you fwrite to infil. Is this a copy/paste error in your post, or perhaps the source of your problem?

    If it is a copy/paste error...
  15. Replies
    11
    Views
    3,357

    They may be "C-style strings", but the variables...

    They may be "C-style strings", but the variables themselves are just pointers. Therefore, if ( z == mystr) is asking if the address stored in z is equal to the address stored in mystr. Unless the...
  16. Replies
    2
    Views
    1,041

    Is your browser's home-page set as Google.com by...

    Is your browser's home-page set as Google.com by any chance? Or did you perhaps click a link to Adobe from a Google search results list? (I put the website name into Google often just so I don't...
  17. Back in my BBS days, we used a program called...

    Back in my BBS days, we used a program called TheDraw to make ANSI graphics for the BBS title screens and door games. We also used various utilities to convert bitmap graphics to ANSI pictures (the...
  18. Thread: Spamming

    by jdragyn
    Replies
    8
    Views
    2,187

    My time at home is just as valuable to me as my...

    My time at home is just as valuable to me as my time at work is to my employer. Having to hunt through a "junk mail" folder once in a while to make sure I'm not missing any legitimate e-mail, I am...
  19. I interpret the question not as "Can you use two...

    I interpret the question not as "Can you use two &'s as &&?" but rather as "Can you have more than one && (and) in an if statement?".

    You can keep adding more and more to it, whether it is &&'s,...
  20. Replies
    34
    Views
    6,692

    I'm surprised Google hasn't tried making a...

    I'm surprised Google hasn't tried making a browser plug-in that will block its own ads if you pay them for the "service".
  21. Replies
    6
    Views
    12,845

    This is telling you that the _mingw.h file, which...

    This is telling you that the _mingw.h file, which is #included in math.h (which YOU #include in your hwe.c source file) does not exist. This suggests a problem with your MinGW installation. My...
  22. Replies
    2
    Views
    1,594

    One option, which is portable but a Bad Idea in...

    One option, which is portable but a Bad Idea in most cases, is to use the clock() and/or time() functions to busy wait until a minute has elapsed. The issue is that this approach uses 100% CPU usage...
  23. Replies
    5
    Views
    884

    when you #include you get access to...

    when you #include <string> you get access to std::string. If you put using namespace std; after your #includes, then you can declare a string with string my_string;, otherwise you must declare...
  24. Replies
    22
    Views
    2,730

    Programming is a great, big puzzle with a dynamic...

    Programming is a great, big puzzle with a dynamic picture. Once you've built the puzzle, it actually does something. I play with other people's finished puzzles (games, web browsers, etc.) and have...
  25. Replies
    58
    Views
    5,900

    I actually saw the Kinect 1/2 hour...

    I actually saw the Kinect 1/2 hour infomerci*cough*presentation on tv (with Cirque de Solei "imagining" the presentation). It looked like it would be a neat event to actually attend, but if I wasn't...
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4