Search:

Type: Posts; User: d00b

Page 1 of 11 1 2 3 4

Search: Search took 0.04 seconds.

  1. Thread: forged Bush docs

    by d00b
    Replies
    46
    Views
    8,895

    Most typewriters from the time could produce a...

    Most typewriters from the time could produce a superscript "th"... in fact, the same "th" appears on other, official Bush records.

    Variable-spaced fonts have been available on typewriters since...
  2. Replies
    2
    Views
    3,948

    er, sorry to sound like a e-jut. . . but what's...

    er, sorry to sound like a e-jut. . . but what's ClanLib?
  3. Thread: grunge?

    by d00b
    Replies
    15
    Views
    4,207

    Poll: That poll was confusing :(

    That poll was confusing :(
  4. Replies
    43
    Views
    7,978

    Seattle, WA - USA . . . wait, no I don't!

    Seattle, WA - USA

    . . .

    wait, no I don't!
  5. Thread: Iraq

    by d00b
    Replies
    69
    Views
    14,384

    Poll: we?

    we?
  6. He's right about the powers: #include ...

    He's right about the powers:
    #include <iostream>
    #include <cmath>

    int main ()
    {
    std::cout << pow(5,7); // 5^7
    return 0;
    }
  7. Thread: Multiple Strings

    by d00b
    Replies
    5
    Views
    2,100

    :rolleyes:

    :rolleyes:
  8. Replies
    7
    Views
    903

    Re: Why do I keep getting this error?

    Here you declared the default constructor 'TicTacToe', but you didn't define it; Since it's a default constructor, when you create a 'TicTacToe' object, it's called... but it's not defined anywhere...
  9. Thread: Multiple Strings

    by d00b
    Replies
    5
    Views
    2,100

    used like this: #include #include...

    used like this:
    #include <stdio.h>
    #include <string.h>

    int main ()
    {
    char str[80];
    strcpy (str,"d0");
    strcat (str,"0b");
    puts (str);
  10. Replies
    11
    Views
    1,550

    http://msdn.microsoft.com/visualc/productinfo/prev...

    http://msdn.microsoft.com/visualc/productinfo/previous/vc6/datasheet/feature.asp
  11. Replies
    43
    Views
    7,978

    Chicago, IL - USA

    Chicago, IL - USA
  12. Replies
    2
    Views
    1,188

    you should probably ask this on the Windows board

    you should probably ask this on the Windows board
  13. Thread: It's hot...

    by d00b
    Replies
    21
    Views
    4,556

    I sleep on the floor below the air duct from...

    I sleep on the floor below the air duct from which the frigid breath of the freon beast emerges :p

    Hmm... it's 1:39 now... I should go to bed soon...
  14. Poll: Hey! I have a job too you know! I shouldn't have...

    Hey! I have a job too you know! I shouldn't have time for this! :D
  15. Replies
    11
    Views
    1,550

    VC++ 6 Standard Edition doesn't support code...

    VC++ 6 Standard Edition doesn't support code optimization
  16. Replies
    11
    Views
    1,550

    Ooooooooooh yeaaaaaaaaaah........ :D

    Ooooooooooh yeaaaaaaaaaah........ :D
  17. Poll: another thing... the GD may have a higher post...

    another thing... the GD may have a higher post count, but the C++ board has a higher thread count
  18. Poll: That's exactly what would happen!

    That's exactly what would happen!
  19. Replies
    11
    Views
    1,550

    Just press "reset". . . By default, when you...

    Just press "reset". . .

    By default, when you compile for Win32 Release in VC++, optimizations are set for maximum speed
  20. Replies
    36
    Views
    8,187

    Poll: :rolleyes:

    :rolleyes:
  21. Replies
    36
    Views
    8,187

    Poll: *ahem* by definition programmers are insane. . ....

    *ahem* by definition programmers are insane. . .

    - programmer

    <job> (Or "computer programmer", "developer") Someone who writes or debugs computer programs through psychological impairment, for...
  22. Thread: Holy Shiznit

    by d00b
    Replies
    3
    Views
    2,236

    What? Never seen a house explode before? :cool:...

    What? Never seen a house explode before? :cool:
    A house about 2 blocks from where I live exploded (just like that) back in the spring...
  23. Replies
    42
    Views
    6,633

    *gasp!* QBasic nibbles! w00t w00t!!!

    *gasp!*

    QBasic nibbles! w00t w00t!!!
  24. Replies
    12
    Views
    1,180

    except .NET requires Windows NT/2000/XP,...

    except .NET requires Windows NT/2000/XP, therefore Windows 98/ME users cannot use VC++ .NET

    (but yea, anything you can do in VC++ 6, you can do in VC++ .NET)
  25. Replies
    20
    Views
    2,994

    GetAsyncKeyState() on MSDN...

    GetAsyncKeyState() on MSDN

    However, if you wanted to check for an ALT+something keypress in a console, try this:
    #include <windows.h>
    #include <iostream>

    bool ALT(char key)
    {
    HANDLE...
Results 1 to 25 of 275
Page 1 of 11 1 2 3 4