Search:

Type: Posts; User: chrisd1100

Search: Search took 0.00 seconds.

  1. thanks Mats

    thanks Mats
  2. ah I just realized my error, I was doing this: ...

    ah I just realized my error, I was doing this:



    #include <iostream>

    using namespace std;

    void main() {
    __int64 a (0);
  3. c++ bitwise operators with 64 bit integers? possible?

    my compiler keeps giving me errors when I try to left shift (<<) past 32 bits in what the visual c++ compiler is telling me is a 64 bit integer (type long long). Is there any way I can do this, or do...
Results 1 to 3 of 3