Search:

Type: Posts; User: SirCrono6

Page 1 of 11 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    22
    Views
    3,515

    I think he is wondering if he can write a C++...

    I think he is wondering if he can write a C++ backend for a game played through a web browser or something (players would not have to install any software). In this case, you'd probably want to look...
  2. Replies
    12
    Views
    1,610

    Rofl... Maybe you should start here...

    Rofl... Maybe you should start here with basic console programs.

    And learn English as well.
  3. Replies
    79
    Views
    16,769

    I saw this on a card once. :)

    I saw this on a card once. :)
  4. Replies
    14
    Views
    4,090

    Actually, I think they're rather amusing......

    Actually, I think they're rather amusing... :devil:
  5. Thread: It's here...

    by SirCrono6
    Replies
    16
    Views
    4,745

    It's here...

    After nine long years of waiting, Starcraft 2 was just announced minutes ago at Blizzard's Worldwide Invitational in Seoul, Korea! All I have to say is: finally!
    ...
  6. Replies
    30
    Views
    6,511

    I have a computer running it in my living room...

    I have a computer running it in my living room right now actually. :) Although it doesn't have a mouse...
    I don't remember much about it when we actually used it seriously, because now my brothers...
  7. Replies
    20
    Views
    6,625

    About time. :) Congratulations.

    About time. :) Congratulations.
  8. If your computer has trouble with flash ads,...

    If your computer has trouble with flash ads, maybe you need an upgrade. :p
  9. The XP version of Notepad has line number if you...

    The XP version of Notepad has line number if you turn on the status bar (View -> Status Bar) and you can use CTRL+G to jump to a line.
  10. Replies
    5
    Views
    1,778

    Just a little note, twomers, you should check for...

    Just a little note, twomers, you should check for VK_BACKSPACE and if it is pressed you should pop off the last character of Password and std::cout << "\b \b".
  11. Thread: Ff 1.5.0.6

    by SirCrono6
    Replies
    8
    Views
    3,066

    I think it also updated the pop-up blocker. It...

    I think it also updated the pop-up blocker. It started blocking those precisionclick ones.
  12. Replies
    6
    Views
    1,587

    If you haven't already noticed, you're also...

    If you haven't already noticed, you're also trying to access elements 1-5, instead of 0-4.
  13. Thread: Ie 7 ...

    by SirCrono6
    Replies
    39
    Views
    7,691

    Poll: You can always just grab IE Tab...

    You can always just grab IE Tab. :)
  14. Replies
    18
    Views
    3,269

    #include

    #include <string>
  15. Replies
    4
    Views
    3,620

    Dev-C++. File -> Export. :)

    Dev-C++. File -> Export. :)
  16. Replies
    3
    Views
    1,631

    It doesn't really matter, but just remember that...

    It doesn't really matter, but just remember that it doesn't distribute across many variables. For example:


    int* p, a, b, c;

    Only p is a pointer. You would need to do it like so:


    int*...
  17. Replies
    12
    Views
    1,858

    I think they're still fun. I'm obsessed with...

    I think they're still fun. I'm obsessed with console programming, although I'm working with Windows now and going into OpenGL. :)
  18. Thread: The best

    by SirCrono6
    Replies
    12
    Views
    2,620

    » I think the Arabs found zero It was the...

    » I think the Arabs found zero
    It was the Indians actually. In fact, the whole 0-9 system was developed in India, although most people believe the Arabs created it.
  19. Replies
    7
    Views
    1,431

    You need to put .c_str() after File_Name[0] (one...

    You need to put .c_str() after File_Name[0] (one element arrays are basically useless, why are you using one?), which will return the char* which the std::ifstream constructor expects, rather than an...
  20. Thread: AGEIA PhysX

    by SirCrono6
    Replies
    3
    Views
    2,507

    AGEIA PhysX

    I posted this that day some of the threads disappeared, and just decided to repost it today. Anyways, have any of you heard of the AGEIA PhysX? It's a dedicated physics-processing chip. They used...
  21. Replies
    8
    Views
    1,361

    Link to the libws2_32.a file. If you have, do it...

    Link to the libws2_32.a file. If you have, do it again. I don't know why you have to keep linking sometimes, but it seems you do a lot of the time.
  22. Replies
    9
    Views
    9,966

    I never miss an opportunity to link my favorite...

    I never miss an opportunity to link my favorite FMOD tutorial. ;)
  23. Replies
    9
    Views
    3,229

    I had to have it the day it came out. :) Is it...

    I had to have it the day it came out. :)
    Is it just me, or did they switch some of the sidebar graphics in the original?
  24. Thread: [1][0]

    by SirCrono6
    Replies
    2
    Views
    931

    That worked fine, thank you. :)

    That worked fine, thank you. :)
  25. Thread: [1][0]

    by SirCrono6
    Replies
    2
    Views
    931

    [1][0]

    I've written this function to initialize a 2D array:


    template<typename T, int iElements> void Initialize2D( T* Array[][iElements], int iElements1, int iElements2, T Value )
    {
    std::cout <<...
Results 1 to 25 of 274
Page 1 of 11 1 2 3 4