Search:

Type: Posts; User: mjhamrick

Search: Search took 0.00 seconds.

  1. Thread: MSVCP100.dll

    by mjhamrick
    Replies
    4
    Views
    15,831

    MSVCP100.dll

    I'm having strong difficulties in getting a program I wrote with Visual C++ 10 to run on other computers

    I'm either getting an error(when running on a different machine) where it says MSVCR100.dll...
  2. Replies
    4
    Views
    2,389

    But how do you use that method? I tried, and did...

    But how do you use that method? I tried, and did something wrong because it made the program compile correctly but not run.
    if I could just get the basic syntax for that method, I think I should be...
  3. Replies
    4
    Views
    2,389

    Best way of using MessageBox()?

    int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,LPSTR lpCmdLine, int nShowCmd)
    {
    std::string line;

    //load a .txt file with a question in it
    std::ifstream...
  4. Replies
    5
    Views
    2,452

    What exactly is a smart pointer?

    What exactly is a smart pointer?
  5. Replies
    5
    Views
    2,452

    I can't say I know what placement new is, but my...

    I can't say I know what placement new is, but my idea was that when the enemy got shot it would destruct the object? Now that I say that I guess I don't know if the destructor destructs the class, or...
  6. Replies
    5
    Views
    2,452

    Question about classes

    I'm trying to write a clone of Galaga using the allegro library and have been using classes. I have a class called enemy and I'm wondering why this isn't a valid call to the destructor

    class Enemy...
Results 1 to 6 of 6