|
-
Nov 14th, 2000, 08:53 PM
#1
Thread Starter
Addicted Member
Hey, is there a limit to how big you can make the dimensions of a pic with CreateCompatibleBitmap API?
To understand recursion, one must first understand the concept of recursion.
-
Nov 15th, 2000, 12:53 AM
#2
transcendental analytic
Probably only your memory I guess you can't make arrays huger than 2 Gigabytes.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Nov 15th, 2000, 04:43 PM
#3
Yes, it depends on your memory, but per say that you did have over 2 terabytes of ROM and RAM, it would be limited to the value of the Long Integer (2,147,483,647).
-
Nov 15th, 2000, 05:46 PM
#4
Thread Starter
Addicted Member
Uh...that's confusing :) I don't think I'll be using that much memoury thou...
To understand recursion, one must first understand the concept of recursion.
-
Nov 16th, 2000, 04:08 AM
#5
transcendental analytic
Uh what has ROM to do with this meg? I thought it was read only memory...
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Nov 16th, 2000, 03:16 PM
#6
Fanatic Member
Windows also simulates memory on a hard disk, it's not only the SDRAM/RDRAM/... and certainly not ROM.
-
Nov 16th, 2000, 04:09 PM
#7
Kedaman-> Not sure what I was thinking!
-
Nov 16th, 2000, 09:48 PM
#8
transcendental analytic
hehe cool And yeah with Virtual Memory you probably only need a HD with at least 2GB memory free.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|