OK, so what, in general terms without giving away the inner workings of your top secret algorithm, do you do with the buffer? You mentioned...
Since you're talking about optimisation, does that mean you have already implemented the desired functionality and are now trying to improve its...
Why do you want to get the size of the block allocated? Why not just store the value you gave to malloc?
There are two more - in the 4's.
Sorry, my mistake, it's a different bug. cdf[0] = array1[i]; At this point, i is either 262144 or 65536 having just come out of the "if...
for (i= !!! 1 !!!; i<256; i++) for (i= !!! 0 !!!; i<256; i++) You've reintroduced the "not starting at zero" bug.
This won't work for sending information to another application, because malloc allocates memory on your application's private heap, not in an area...
What do you think would be next in the sequence 49059, 49405, 47231, 47325? How did you work it out?
Where are you stuck? What code have you got so far?
Seems simple enough. What have you got so far and where are you stuck? If the problem is you haven't got the first clue where to start then I...
Why should you get the bonus if we write the code for you? I'm not opening an attachment - it might contain anything. What exactly is the...
> illegal call of non-static member function Yes. That's because it's not static and you're trying to call the function without an object. Make...
Programmer's Rule #1: KISS (Keep It Simple, Stupid).
It's OK, don't worry about it. Focus on just one task at a time and make sure you take some time off. Programming is a difficult task and takes...
What's that got to do with conversion to structure? Has the assignment changed?
Simply place the definitions you want into a structure. Then create a variable whose type is that structure. Then to access members you just use...
"i dont want to use a function i want to calculate it the detailed way" This doesn't make sense; a function is about how you structure the code,...
I would suggest reading the details from the database first, rather than trying to do it in one step. ADOQuery1->SQL_Text="select..." //...
Well, do you know how to calculate GCD's? If I were to give you two numbers, how would you go about determining the GCD? Would you use prime...
Best help we can give you is to help you do this project yourself. If we just give you the code then you learn nothing. So what code have you...
Separate names with a comma.