|
-
May 31st, 2000, 02:49 AM
#1
Thread Starter
Frenzied Member
How do I make it so it is "in" my program? I don't just want it to open up, but I want it to be a part of my program.
-
May 31st, 2000, 03:04 AM
#2
Frenzied Member
What exactly do you mean? you can't get it to run in the same process, there'll be memory clashes, you can probably get the effect of it bing "in" but I need to know what "In" is
-
May 31st, 2000, 03:11 AM
#3
-
May 31st, 2000, 03:35 AM
#4
transcendental analytic
store it in a tag or any other string that does not cut of chr(0), and extract the file opening in binary and using put,,tag
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
|