I am having a probelm pulling somthing in from a file
Here is what the file looks like:
4
1 -1
0 2 -1
1 3 -1
2 -1
I want four to be pulled in separately, and then I want the rest to be put into...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10030406.html
How do you clear the input stream? For example, with a statement like x = getche ( ); the input is assigned to
x, but the input is also left in the input stream. If the following statement was ci...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10055364.html
Zones:
C++Date Answered: 06/24/1998 Grade: C Views: 0
I have a mwave modem/soundcard that came with an acer 233MGHz PC. I am trying to use the line in input instaed of the mic input, to make recordings from for example a datplayer. I do have audio rec...
http://www.experts-exchange.com/Hardware/Networking_Hardware/Modems/Q_10078211.html
Zones:
ModemsDate Answered: 09/04/1998 Grade: C Views: 0
Using Microsoft Visual C++ in a console application, how can the program read keyboard input without the user having to press the enter key, something like basic's inkey string?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10155498.html
Zones:
C++Date Answered: 05/01/1999 Grade: A Views: 0
i need a url where i can d\l for free an application that runs in the back and spying on the machine COM1 and COM2 input and output. i need the spied data to be stored in some txt file or can be vi...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10233399.htm...
Zones:
Windows MFCDate Answered: 11/21/1999 Grade: B Views: 0
I'd like to use a rollover effect with a graphic that I'm using with a <input type=image> tag. I know how to do it using <a href>, but I'd like to use it in a form instead. Can this be done, and if...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10314131.ht...
Zones:
HTMLDate Answered: 03/21/2000 Grade: A Views: 0
I have a string, composed of part of a SQL query, which I need to preserve by writing it to the HTML page. I don't want the client to see the data in it, therefore Hidden. The problem is, I don't...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10349443.ht...
Zones:
HTMLDate Answered: 05/15/2000 Grade: A Views: 0
I have a table with 1 row and several forms in it (text and buttons). At the moment, I have used the "size=" attribute to make it fit the screen properly, but this gets mucked up under different r...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_10468498.ht...
Zones:
HTMLDate Answered: 06/20/2000 Grade: A Views: 0
how do i open a file for input but if that particular path doesnt exist, open another path to read from?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11073486.html
Zones:
Visual BasicDate Answered: 08/22/2000 Grade: A Views: 0
i have combo box with button
<form name="new_user_form" action onsubmit="return false;">
<select name="command" scrollleft="0" tabindex="11" style="FONT-SIZE: 8px; LINE-HEIGHT: 100%...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_11387198.html