Search found 1 match
- Wed May 30, 2007 12:32 pm
- Forum: Programming
- Topic: integers? 32bit and 64bit
- Replies: 0
- Views: 9325
integers? 32bit and 64bit
Hello, I am starting to write a program in C++ (also looking at VB6, because I am having learn C as I go) that generates prime numbers. I am puzzled about 32bit and 64bit integers. I know that they will hold different maximum values, but I am unsure about whether I have to specify them in code. Can ...