so you mean something like ratio q:p but without disabling smileys :) :p
Ah but if you're smart you can write :p without getting a smiley... :-)
It means that when the compiler tried to compile your program, it found that your code depends on a function called "beginthreadex" for which it...
> Please send what you would do OK. I've recently started playing with microchip.com's PIC devices, and so I started with a couple of basic...
Doesn't work that way. You learn programming by programming, not by reading someone else's code. Otherwise your course would consist of "here,...
This won't work if your calling convention is cdecl because the caller cleans up the stack, so by skipping the x=1 statement you also skip the...
Heh, well done there. I was trying to put a Brainf*ck one together but gave up after well over 3 hours.
yep but for Articles, not for forum discussions. Emphasis can be done WITH CAPS or perhaps with underlining ------------------
shabbir: well it's your site so why do you allow fonts? I don't see why they're necessary at all. telfer: well, what you describe isn't a...
A DLL is similar to a static library; it doesn't need a main function and you need to use different linker flags when linking the code, to specify...
In my fix I just removed pb from the test, i.e. for(pa = a, pb = b; (*pa == *pb); pa++, pb++ ) Edit: Oops! This only works if t is at the end of...
It clears the screen and IMHO compiler specific code like that shouldn't be in generic code examples. So you haven't worked out how to use...
Better still, wise up. Don't take anything anyone online says at face value. If it really matters to you that someone is from Finland, get this...
If *pb is NULL, do you think "*pb && (*pa == *pb)" will evaluate TRUE or FALSE? BTW, please use code blocks when posting code. It preserves the...
This isn't a free homework service. Post what you've got so far, with a description of where you're stuck and we'll try to help you.
You need to pass low and high in, as the first code sample you posted did. Let's say you have a 100 element array and you're at the 2nd level of...
You've got a terrible teacher there. Get some classmates together (so they know it's not just you) and go complain to the head of department.
Yes, it's clear, but this isn't a free homework service. We'll help you if you're stuck, but we won't do your homework for you.
You are, and I did, but it's on page 1:
Separate names with a comma.