Search:

Type: Posts; User: InFeStEd-ArCh0n

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,086

    Pointer confusion...

    I wrote some sample code in VC++ .net and it involved pointers. To set the address of the pointer I had to do this:


    int *a;

    a = 0x00C000;

    and use it like this
  2. Replies
    5
    Views
    3,196

    Windows.h really doesn't have any code in it, it...

    Windows.h really doesn't have any code in it, it just includes all the header files that would be necessary in a general Win32 application. RECT should be included in one of the header files that...
  3. Replies
    1
    Views
    4,307

    You have to specify some type of extension. If...

    You have to specify some type of extension. If you want everything specify "*.*" So your string should say "C:\\*.*"
  4. Replies
    128
    Views
    21,595

    This is a cool function for Windows. It allows...

    This is a cool function for Windows. It allows you to set a bunch of hooks on the system to get keyboard or whatever type of input before any program.

    It's called SetWindowsHookEx(...);
    ...
  5. Replies
    3
    Views
    1,187

    Whoops, posted on the wrong one... sorry

    Whoops, posted on the wrong one... sorry
  6. Replies
    62
    Views
    14,083

    Poll: I like your goal a lot

    I like your goal a lot
  7. Replies
    10
    Views
    1,691

    I quite agree. We will not support your...

    I quite agree. We will not support your dishonesty.
  8. Replies
    62
    Views
    14,083

    Poll: That's terrible. My computer teacher says I am...

    That's terrible. My computer teacher says I am to ahead of my class, so he lets me program what I want, and it usually impresses him so I get 100's. :)
  9. Replies
    32
    Views
    8,219

    Poll: :( No need for anger, I'm here because I...

    :(



    No need for anger, I'm here because I am programming in C++, and I want to. The instructions on what I'm programming for are very ugly. I do not enjoy programming on it. Plus I like you...
  10. Replies
    128
    Views
    21,595

    I, personally, would rather play a game on a...

    I, personally, would rather play a game on a console rather than a computer. Ever play Resident Evil for Gamecube? You **** your pants, it's so scary! Imagine it with a giant TV and huge speakers?...
  11. Replies
    9
    Views
    3,383

    Wow that really works? The [] around it would...

    Wow that really works? The [] around it would make sense, but how is it possible? How does it know where to end and whatnot? Where is the logic behind it?
  12. Replies
    1
    Views
    1,029

    for(int i=1; i

    for(int i=1; i<10; i++)
    {
    cout << "Pi by " << i << " = " << (i*3.14) << "\n";
    }
    That should be small and simple.
  13. Replies
    128
    Views
    21,595

    I'm just curious, what operating system is...

    I'm just curious, what operating system is easier/more fun to program in? I know I've only done windows (and I'm growing weary).
  14. Replies
    32
    Views
    8,219

    Poll: Well, I do agree that Quick Basic is another one,...

    Well, I do agree that Quick Basic is another one, but everybody is different. I was just saying what I know from my own personal experiences.
  15. Replies
    62
    Views
    14,083

    Poll: Re: All aboutt the programming

    School teaches you nothing. It is organized slavelabor meant to bore you and make you a part of a system. Be a free thinker and not a brainwashed individual. Your best achievements come through...
  16. Replies
    62
    Views
    14,083

    Poll: Re: math...

    Math is still important in programming. If you don't like either math or programming so much imagine doing it for the rest of your life. I'm not trying to deter you, but I do believe that if you...
  17. Replies
    62
    Views
    14,083

    Poll: For me, programming is one of the most thrilling...

    For me, programming is one of the most thrilling professions that ever existed. I'd be happy to spend the rest of my life on it, as long as I do not get Carpil Tunnel Syndrome. Math is my favorite...
  18. Replies
    128
    Views
    21,595

    I will keep an open mind, but I do not wish to...

    I will keep an open mind, but I do not wish to program for computers forever. I am planning on moving into consoles.
  19. Replies
    62
    Views
    14,083

    Poll: Why shall I flame? We have conflicting opions...

    Why shall I flame? We have conflicting opions and that's fine. I'm not programming for the Windows operating system anyway. I'm using C++ to program in the Game Boy Advance. So I guess you can...
  20. Replies
    62
    Views
    14,083

    Poll: If you ask me, the company has way too much...

    If you ask me, the company has way too much power. The government tried to split it up but it ended up opening doors for it. Ever play Resident Evil? I fear that Microsoft will become like the...
  21. Replies
    62
    Views
    14,083

    Poll: Well somebody should slaughter Bill Gates soon...

    Well somebody should slaughter Bill Gates soon before he takes over the world.
  22. Replies
    32
    Views
    8,219

    Poll: Always

    I do agree with Xei, programmers should begin in Visual Basic. I will always attest to that.
  23. Replies
    128
    Views
    21,595

    I do believe that Microsoft is trying to take...

    I do believe that Microsoft is trying to take over every language, and along with that... every computer. It's a monopoly and now they are shipping licensed software (practically free) to schools...
  24. Replies
    32
    Views
    8,219

    Poll: Yet do you not find the x86 instruction set fun...

    Yet do you not find the x86 instruction set fun to code with?
  25. Replies
    32
    Views
    8,219

    Poll: It would be faster in assembly but everyone is so...

    It would be faster in assembly but everyone is so damn lazy.
Results 1 to 25 of 63
Page 1 of 3 1 2 3