What are the type definitions of Memo1 Lines?
Find the family of functions that includes IntToStr() and see if there is a LongDoubleToStr(). Alternatively use sprintf %ld to "print" the long...
Could you explain how your process() function is meant to work?
One way is to read character by character, placing every character that is part of a word into a temp buffer, then when you hit a character that...
You could start by posting a coherent problem description.
And why should I do your homework for you when you can't be bothered to do it yourself? I tell you what, why don't I refund double your...
I'm not your bro. And you need to look closer to home for the reason for your disappointment - namely you skiving off your lectures. You have to...
Why did you miss your lectures?
2147483647 isn't some random number I just pulled out of the air by the way, it's the most you can store in a signed 32-bit int....
Yep, that's another way. if *(int)(a*1000)==(int)(b*1000)) // then it matches is just as good as the first example I posted. You'll need to...
No, do your own homework. I won't be impossible unless you've been slacking off. If you haven't been listening then why should someone do the...
Increase swap space. But you probably don't need to store the whole file. Just store bits of it, or summarise the contents in some way....
You need to add the library that defines lzo1z_decompress to your link line (that's the one starting "gcc -o"). Then the linker will be able to...
Pointer arithmetic takes the size of what's being pointed to into account. So you get 3 because 12 bytes at 4 bytes per float is 3 floats. You...
How large is the "large difference"? What output do you get, and what output are you expecting?
What do you think will be in DX and why? If you don't know what the opcodes do, try reading the manual. Adding two numbers together shouldn't be...
Ask them.
You can't set a single bit to a 0 and a 1 simultaneously. What exactly do you want to do? You can set a bit to zero by ANDing all other bits with...
Not unless your compiler implements some kind of runtime type information (RTTI).
Should be possible for one skilled programmer to do what you want in less than a day. Bob will need to run a program that listens for requests...
Separate names with a comma.