Search:

Type: Posts; User: Fremontknight1

Search: Search took 0.00 seconds.

  1. Thanks; that's the answer I was looking for:...

    Thanks; that's the answer I was looking for: windows apps like excel and word use a paint message to draw on a bitmap.
  2. How does MS Excel or Word draw to the screen??

    In reading books, I know how a window is created, and I think I know how to create a menu toolbar (File, Edit, View, etc) across the top of the screen.

    But, how does a Windows application like...
  3. Replies
    17
    Views
    5,221

    No prob medievalelks. Thanks to BitTorrent, I...

    No prob medievalelks. Thanks to BitTorrent, I have about 200 C++ books, and I read them like a hungry insane man. Most books spend most time talking about classes and OOP, but don't talk about a...
  4. Replies
    17
    Views
    5,221

    Lithorien and Laserlight: thanks for the good...

    Lithorien and Laserlight: thanks for the good answers....thank you.

    medievalelks: You're acting like an idiot. Keep your useless put-downs to youself. In my life, I've always learned the...
  5. Replies
    17
    Views
    5,221

    What does "->" operator mean?

    Hi all;

    I was reading through the source code for Doom, and found an operator that I'm not familiar with. Despite some Google research, the only explanation I can find comes from a brief mention...
  6. Replies
    3
    Views
    850

    Thank you zacs7. Much appreciated....program...

    Thank you zacs7. Much appreciated....program works fine now.
  7. Replies
    3
    Views
    850

    Why doesn't this IF ELSE work?

    When I run this simple C program, it chooses the first option no matter what I enter. In other words, if I pick "2", it still prints the option for #1. Why is this?



    #include <stdio.h>

    int...
  8. I selected Win32 Console Application as the...

    I selected Win32 Console Application as the project template. As options, I chose Windows as an application type, and selected empty project.
  9. It's supposed to be a pop-up warning box, so I...

    It's supposed to be a pop-up warning box, so I guess you would call it a graphical application.
  10. Thanks for the suggestions, Salem & mikeman118....

    Thanks for the suggestions, Salem & mikeman118.
    When do either of these, I get a new error. Your thoughts?

    Thank you!




    #include <windows.h>
  11. Compile Error in Visual C++ 2005 express

    Hi there;

    I entered a simple C++ program from a book on video games, and I'm getting a compile error. You can see the compiler error message down below, along with the text of the program.
    ...
  12. Thank you Mr. Salem!!

    Thank you Mr. Salem!!
  13. How do you run a job without output going to screen?

    Hello there;

    Let's say I have a simple script called 'program' that prints variable X, then the script does x=x+1, and then repeats.

    How would I start this job in the background, but don't let...
Results 1 to 13 of 13