If you want to know how to tell a boy from a girl look down
...
User Profile
Collapse
-
So that's the whole difference? Swapping the array elements instead of placing them in another array? Well why didn't you just say so in the first place?... -
I already know one of them. If the link you gave was merge sort then it's direct merge that I don't understand. Google doesn't seem to have it.Leave a comment:
-
My exam is tomorrow, I require immediate assistance in this matter.Leave a comment:
-
-
It's of no help at all. I really have no idea where to start....Leave a comment:
-
If it's under Windows, you must use win32 api (MM)
You can ask on specialized Win32 api newsgroup :
news://comp.os.ms-windows.programmer.win32
where it has often been discussed -
How to play a music file
How do I play a midi file in the background of a program(I'm using borland C++ v5.02)? An example of the code would be appreciated. -
I'm sorry, I haven't a clue what you're talking about. All I want is to create a library in C++ V5.02. If you know how can you explain it step by step?
And I am using windows....Leave a comment:
-
-
How to simulate time in C++
How do I simulate time in C++?
For example I want:
Code:printf("\a\a\a"); half a second passes; printf("\a\a");
-
If you want the number of digits AFTER the decimal there are countless ways to find them. This a random one I thought up:
Code:Spoonfeeding code removed
Code:Spoonfeeding code removed
Leave a comment:
-
You CANNOT make a function return a string or or any array. What you can do is pass a one dimensional array of charachters as another parameter to the function and alter it inside this function, and make the return type void( void sentence(char ** words,char *word) ). But there isn't anything else wrong.Leave a comment:
-
This is a useful program that will make the encryption decodable after it is coded:
Code:Deleted by moderator
Leave a comment:
-
You can multiply two matrices using three for loops, the first two are for the elements of the product matrix, and the third is for multiplying a row from the first matrix by a column from the second matrix(which will give you one of the elements of the product matrix).
It is like this:
Code:for(int i=0;i<rows;i++)//rows is the number of rows in the first matrix for(int j=0;j<cols;j++)//cols is the number of columns in the
Leave a comment:
-
You don't need arrays or anything like that. Cancellations can be done much more easily than you think.
First, I think you already have the recursive function that calculates the factorial of an integer. So you will use this function for the small denominator(whi ch is 5 in your example).
You will have to write another function too, call it cancellation. It should take two parameters. The first one is the large numerator(which...Leave a comment:
-
I understand why I am not allowed to post a full code, but why can't he post it with his question? The reason that was given for this in the posting guidelines was very silly....Leave a comment:
-
DON'T DO THAT, IT WILL GET DELETED IMMEDIATELY! CODE TAGS ARE A TRAP MODERATORS USE!...Leave a comment:
-
If we can't see his full code then how are we supposed to know where he went wrong?...Leave a comment:
-
What parts exactly of the code you want to write are you confused about?Leave a comment:
No activity results to display
Show More
Leave a comment: