Wrecker, that's not correct. C does not have a getline function. C++ does. The OP distinctly says, 'C'. Please be careful about misleading the...
Thanks for clearing that up.
Nothing wrong with the code, as code. It's just that the cin is not effective (for keeping the window open). In those instances where the code...
Someone may explain something to your satisfaction in five minutes, but no one is going to bring you up to date, in a forum, after 30 years....
As I mentioned, Beej has tutorials for BOTH. I suggest your read them or something similar. When a person posts multiple posts in a row...
While you're learning how to post a question, you can also be learning how to design. Consider your problem and write in your native language...
IPC is for communication between processes. Let me recommend Beej's guides; there's one for each.
Please read the "Before you make a query" thread before you post again. To post without doing so (or while ignoring its recommendations) is rude....
A Windows service is an example of a daemon, or daemon-like operation. A daemon, such as is triggered by some interrupt, particularly a real-time...
You either do it, or you don't. In the first case, it is a (albeit, possibly smalll) hit on performance. If this is a valuable hit, go for it....
No, it doesn't, generally speaking. What you can do in C, you can do in C++. It just requires, in some instances, a tad more appreciation and...
You have a couple of issues. Oddly enough, the writers of functions like fopen and fwrite provide a means of testing them for success. You...
You sound confident in your competence. I find it difficult to reconcile that with an inability to find the Jobs Forums.
Re: including windows.h or more specifically writing code to control mouse in MPLab(P I don't know anything about MPLab. Compilers, OSes,...
C++ was designed by Bjarne Stroustroup as a much more powerful C-type language. Often, it is said that C++ is a 'superset' of C. This is not...
Here's the general procedure. A true array is contiguous in memory. Set the accumulator value ($v0, in this instance) to zero. Set an index...
It's really not in your interest to post the same question twice. First, you dilute attention, not concentrate it. Second, it exasperates some...
Good links, and if the OP is going to use assembly language, the overall procedures are the same.
Please read about the proper way to post code. The operators you show are binary shift operators. In the first line the binary value, 512, is...
I need 40,000. I want it in USD. Make no assumptions about exchange rate.
Separate names with a comma.