Search:

Type: Posts; User: ItchyBob

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,171

    Why wont this compile:

    What is wrong with this code:


    #include <iostream>

    using namespace std;

    class AbstractClass
    {
    public:
  2. Replies
    3
    Views
    1,054

    long int to int

    Hi,
    I have a long int:

    unsigned long int x = 0xFFFFFFFFAAAAAAAA;

    I want to get

    unsigned int low;
    unsigned int high;
  3. Replies
    1
    Views
    1,044

    Writing to a Windows console

    Hi,
    I have a dll which is called by an application I have no control over. It loads my dll and calls the appropriate functions I've exported. I have logging to a file, but I would also like some...
Results 1 to 3 of 4