Don't know what the triple horizontal line means. Where did you see it? 11.13 is alternate notation for 11*13. 143 is 11 multiplied by 13, and...
f(x) = x+x+x... (x times) g(x) = x^2 Obviously f(x) = g(x), for example if x=4 then f(x)=x+x+x+x = 4+4+4+4 = 16 if x=5 then f(x)=x+x+x+x+x =...
Please: (a) Use code blocks when posting code (b) DO NOT post duplicate threads http://www.go4expert.com/showthread.php?t=18939 (c) be more clear...
How can Borland C++ point you to a line that doesn't exist? Unresolved External Symbol usually means you haven't written that function (it could...
What if the spacing means the end points can't be included? For example, if we want vertices spread over every 4 units in a 10 unit line, this...
This is just about definitions so the only possible answer can be "no". For a "Yes" answer the definitions must be changed....
(1) Put both main() functions into a new file. (2) Rename both main() functions to something appropriate. (3) Write a new main() function to call...
What operating system and compiler?
Why is the debugger terrible? The error you got was (a) a linker error not a debugger error, and (b) exactly absolutely 100% totally correct and...
New users can't edit their posts. But they can read the posting guidelines. How do I know you didn't? Because you posted code without using...
> The domco..par is resiging in same path as the code. OK, but is the file in the current directory, i.e. where you are now? A NULL return from...
Write it yourself. When you're stuck, post the code you've got so far and explain where it's all going wrong. Hint: try just writing the first...
Well, have a look at the error message. What does it tell you? Does "must be defined in the object type body" give you a clue as to how to fix...
No I can't help. Despite me asking about five million times you still haven't said WHAT ACTUALLY GOES WRONG. So no, haven't got a clue, no idea...
Voice control.....NOOOOOOOOOOOOOOOOOOOOO! Worst. Idea. Ever. Try playing a game for five minutes and see how much control goes into it. Could...
Or more simply: AO - (1) Not AO so pick 1; if A, must be A O - (2) not O, can't be A because 1 is A, must be AO A - (3) By elimination must be O...
What happens when you run it? Or build, if it doesn't get as far as creating an executable.
Where is main?
Please use code blocks when posting code. It preserves formatting and uses a monospaced font, thus making code easier to read. You did before so...
> I am using two different mutex variable That's likely to be the problem. All you're doing by using two mutex variables is preventing thread1...
Separate names with a comma.