This seems like almost a duplicate of your other post, which I answered. Based on the slightly different content of this post, however, I'd...
If you'd like to open a separate command window, just execute a system ("cmd.exe"); call. If you want to make your own command interpreter, write...
Yeah, a hex editor showed me the unicode. You may have a number of other issues. The length given to fgets does not specify how much you read,...
Ahhh, the beauty of C++ and namespaces :D.
Re: Some Multiple choice questions in Java See post #9. It's part of this thread.
Most compilers would give you a "file not found" type of error if an include file is not found. Whether or not the file is in sys or not depends...
I think you'll find this compiler dependent. Microsoft C will handle 2048, but ISO 89 sets is considerably shorter, 509 (???) as I recall. I...
You don't need an expert. A beginner could see your code sucked and your question was silly. What you apparently need is your mama telling you...
Of course not. You're beyond help. Your question was as worthless as your code, and more meaningless. You couldn't even properly post -- the...
You may take it as a smart *** answer, but let me tell you to get your hand fitted for a janitorial mop if you try to produce code like that in...
None of them. Anyone who doesn't test the operation of cin when it's required to convert input as well as gather it is either a novice or a...
:-|
There are often many ways to solve a problem. If you're interested in performance, make sure your code works, then examine the emitted machine...
Your tendency to make multiple posts does not gain you more attention (well, positive attention, anyway). It shows us that you are either rude or...
Read the answer on your other thread, Mr. Too-Good-To-Read-The-Rules.
If you rude people would bother to read the rules or "how to post" threads, you wouldn't double post (one wonder if you fart in a new church...
I presume you mean a pointer to a pointer, and not a pointer to a double type. Here's a non-programming example: You ask me for contact...
You can start here. If that seems too much of an overview, drill down to low-level input. Essentially, every keypress generates a signal which...
This is entirely implementation dependent, as regards both hardware platforms and operating systems. You don't mention any of those things....
It's just a global variable (extern int _fmode). One can just write "_fmode = _O_TEXT (or _O_BINARY). Since C++ 2005, though, it is recommended...
Separate names with a comma.