Which OS are you using? Which API or object model? The answer is dependent on both.
Nice one. Here's another solution. BTW OP, you should also work on your own ideas, not just hand this stuff in. Plagiarism is a serious offence...
Unfortunately you'll have to read the compiler manual. It's not something I can do for you: (a) because I don't have the compiler or the manual...
A lot of C compilers have a "compile to assembly" switch that will generate assembly code for you.
http://lmgtfy.com/?q=cgi+c%2B%2B
Not sure, but maybe you could try not sending a \n to the file. This might be something you need to check with your tutor. Automated program...
Yes I know English is not your first language, but it's not language inaccuracies I'm talking about. What I'm talking about is mainly this:...
How can you know the output is wrong when you don't know what the output should be? The output looks correct to me because if you're inserting...
Behaviour is undefined as the exact time the post increment is performed is not specified. In Visual Studio, c=(++a)+(++a)+(a++)+(a++); is...
We can help you but we aren't going to do it for you. Where are you stuck? None of it looks difficult. 1. OK, so you need to look at argc and...
Ask whoever gave you such a stupid cryptic question to explain themselves more.
> but it's not the minimal number of charactes which is needed to insert What is the minimal number of characters which is needed? What output...
The C# code should be pretty similar. What have you tried? Do you understand what the C++ code is doing? (If not, what exactly don't you...
No idea: tiny screenshot, partial code. Try adding some more printf/cout statements to display what the program is doing and why, and see if you...
Try RTFM. There's probably a very good reason. But also try asking on a more relevant forum; the SYSIN DD * stuff appears to have been discussed...
\0 is the NULL terminator that must be present at the end of C strings. It is not an end of line character. End of line is \n, and is presumably...
Just do what you like doing. If Oracle and .Net bores you to tears then there's no point in learning about it just to get a job you'll hate....
No, and you wouldn't want to. COM relies on dynamic linking. If you don't want that, then rewrite the DLL as a static library (not DLL, because...
Correction: fgets includes the end of line character IF the buffer was big enough for the data. That's how you can tell if the buffer was too small.
What do the files contain? Have you tried displaying intermediate results? Have you checked that trying to open, say, foo.txt\n correctly opens...
Separate names with a comma.