It basically means swapping elements around. If it's a non-square array you'll also need to change the height and width variables. If you have a...
oh plz plz plz waah plz waaaaah plz plz try reading the thread dingbat as for some project idea, how about some webside software that detects...
scanf is a really pants way of getting input from the user. Use fgets instead (using stdin as the file descriptor). Then parse out the stuff you...
You can send messages to applications with SendMessage, and WM_CHAR for characters and other keystrokes. WM_KEYUP and WM_KEYDOWN might also be...
Please don't post duplicate threads. http://www.go4expert.com/showthread.php?t=22802 Personally I didn't answer cos I haven't got a clue. Why...
It may not be possible. The application may require by design to have the HTML in separate files. Best people to ask about that would be the...
I din no wat is d future for j base profs but i no wat is d future for peep wot cant rite proper, they look very unprofessional and don't have...
In what sense? You can't write HTML code and C together in the same file. But if you mean can you generate HTML from C...yes, that's very easy:...
Perhaps that's the problem. An int* is NOT an unsigned integer; it is a pointer to a signed integer. These are not the same thing. So maybe the...
Why would that make any difference? p is a pointer to int. malloc allocates space for an int and returns the pointer, cast to an int* to avoid...
Start by outlining your algorithm - how it works exactly - using pen and paper if necessary. Then you can write the code from that. Your request...
How exactly doesn't it work? There is no output. What are you expecting, and what did you observe that didn't match your expectations? What OS...
Your code will only be wrong if it doesn't do the job. If it works then hand it in. If you get stuck, first try to solve it yourself, but if...
It goes wrong because TOTAL_ELEMENTS evaluates to an unsigned int. This also displays no output: int d; unsigned int t=TOTAL_ELEMENTS-2;...
Don't be such a crybaby. Well, you could. That's one solution. But there is a better one. Have a close look at the numbers 20 to 29. What do...
Then you're way out of your depth and need to consider whether you should be on this course. Here's a very small start but I doubt you have the...
Not a difficult assignment. Gets tricky if you want to put and's in the correct place (need some lookahead code). Start simple; handling 1-19...
Sure, you'll need to provide me with a dongle, which means a licence, plus my time which works out at UKP50 per hour (plus any taxes you have to...
http://lmgtfy.com/?q=function+overloading
The idea of these exercises is that you learn by programming. You don't learn anything by studying complete samples, otherwise that's what the...
Separate names with a comma.