Search:

Type: Posts; User: Jorger101

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,585

    Go to project properties under the project menu. ...

    Go to project properties under the project menu. Select C++ under configuration properties and select precompiled headers. In the righ hand pane under Create/Use precompiled headers change the...
  2. Replies
    11
    Views
    2,126

    I got a similar error to the one you have...

    I got a similar error to the one you have described before. If I remember correctly, you need to uncheck the use precompiled headers from the project properties. I hope this helps.

    ;)
  3. Replies
    3
    Views
    1,352

    You can try Virtual PC from Microsoft which...

    You can try Virtual PC from Microsoft which allows you to do networking in a single computer between virtual PCs. It is great for software testing since you can install several operating systems in...
  4. Replies
    4
    Views
    1,262

    :) Hello Thanks for your input. I realized...

    :) Hello

    Thanks for your input. I realized that when I am using dot net features I will not be able to recompile with a different compiler.

    I tried to make my code as simple as possible...
  5. Replies
    4
    Views
    1,262

    I created the class using two files. Card.h and...

    I created the class using two files. Card.h and Card.cpp as far as I know the classes are standard c++. Here is the source for the class.

    The Card.h file contains:



    #pragma once
    using...
  6. Replies
    4
    Views
    1,262

    Arrays in Visual Studio.Net 2003

    Hello everyone

    I am a beginner C++ programmer and I have a difficult problem that came up while using Visual Studio 2003. I wrote a simple blackjack program in console mode with Visual Studio and...
Results 1 to 6 of 6