The behaviour is undefined because you use side effect operators twice on the same variable in the same statement. Twice. This means the...
Ref. "mov [_argc],0" In C argc is provided to the program as int, not pointer-to-int, so the equivalent of this, i.e. "*argc=0;" would crash the...
OK, so [] does dereference the pointer as I guessed. Dereferencing isn't going to solve the problem. _b1 is defined as "_b1 db 'LINK',0", i.e....
Wow! First voted most popular and now Mentor! Thanks guys, don't really know what to say...
What's the difference between [_b1] and _b1? If it works with _b1, why do you want to use [_b1] instead of _b1, especially knowing that [_b1]...
And \t\040?
What payment in kind are you offering?
What do you mean by a "C++ setup file"? Do you mean something to generate an install set for your application? If so search MSDN for "msi" -...
Hey, what a coincidence, I'm a real 0101 0000 0100 0101 0101 0010 0101 0011 0100 1111 0100 1110 too! :wq quit ^D \t\040
Why should I beta test your commercial product for free? Isn't that something you would normally expect to pay for?
Looks like JavaScript. Why is it dumped in the C-C++ forum?
Here we go, in installation time plus about 5 seconds: (%i1) solve([x+y+z=0,x^3+y^3+z^3=3,x^5+y^5+z^5=15],[x,y,z]); (%o1) [[x = -...
This code found multiple results; it only searches for approximations (hence if test1>=-0.05 && test2<=0.05) but all the results revolve around 6...
However that did give me a useful inequality...so I'm going to register a guess, that x^2+y^2+z^2 is an integer and is precisely 6. Just running...
It'd better not be as simple as that...after several hours and sheets of paper I'm just about to give up on solving it with simultaneous equations...
Can you tell us what the site address is? (Use your signature for this as you don't have a high enough post count to post URLs) This is so we can...
Now now children... Moderators can come across as having something of an ego because of the position they are in, and maybe Saswat does have a bit...
Yes; switch statements are functionally equivalent to if/else if ladders and are easier to read. You can replace switch (opt) { case '+':...
Oh I see. You can't. The way you've done it - taking numeric input for the operation the user wants to do - means you can only accept numerical...
> what is goto statement ? http://lmgtfy.com/?q=c%2B%2B+goto > and how can i write c,q,ln ? Don't understand the question. cout << c << q << ln...
Separate names with a comma.