Re: Get error please help me the server threw an exception. Programming Software Development by pritaeas At what line exactly did the exception trigger? Re: Get error please help me the server threw an exception. Programming Software Development by tinstaafl Have you tried looking at the answers on this page? [Click Here](https://stackoverflow.com/questions/973206/what-causes-error-hresult-0x80010105-rpc-e-serverfault) Re: IDLE and PythonWin crash reasons? Programming Software Development by vegaseat Quit will quit the tcl interpreter of Tkinter! If IDLE is used, quit will freeze it, since IDLE uses Tkinter too! Replace quit with destroy, destroy is used to destroy a particular window in a multi-window program Re: Problem with reading newline and char Programming Software Development by Sh13 QUIT was defined as 3. Do I have to define as an character also like #define QUIT q Re: homework(easy): Java GUI/Netbeans using java.util.LinkedList Programming Software Development by Phaelax Quit. Just quit now. Re: creating an instant messenger program in java Programming Software Development by mmiikkee12 Quit saying that! EDIT: I guess he stopped, didn't read the second page. Re: Installation problem Hardware and Software Microsoft Windows by Nitzer Quit being a crackhead nanosani. Re: 3 word story Community Center Geeks' Lounge by kAtHicKa quit posting your Re: Word Association Game Community Center Geeks' Lounge by happygeek quit -> surrender Re: pronounciation survey Community Center Geeks' Lounge by John A >Quit that stuff after a rather diplomatic PM from someone else who also found it discomfiting. Didn't I just say something like "stop the stupid purple italics" or was it something more refined than that... :D Re: Fantastic word game Community Center Geeks' Lounge by burningman quit your job and have fun Re: how to compute distances of certain cities using C langauage Programming Software Development by Salem Quit spamming the board! Re: cc: illegal suffix of output filename Programming Software Development by Salem Quit [URL="http://www.go4expert.com/forums/showthread.php?t=… Re: Who do you think will win the Superbowl? Community Center Geeks' Lounge by joshSCH Quit hijacking the football thread with hockey crap, dammit! Have some freaking respect... Re: help reqd explainin system software Programming Computer Science by Salem Quit sniffing the nitrous would be a start. [url]http://www.catb.org/~esr/faqs/smart-questions.html[/url] Re: A little game! Community Center Geeks' Lounge by ditz quit yourself and post Re: Add/Remove rows from Table Programming Web Development by sysel Quit correct - the character <EOL> (End of Line) whatever … Re: I really need help on a pseudo code! Programming Software Development by jonsca Quit posting this nonsense in every forum. Stick to one posting. Re: Mono IDE Programming Software Development by lewashby Quit replying to my threads, you're no help. Besides, that's the second time you've answered my question with the same stupid answer. Re: C++ seeking data to file problem Programming Software Development by Fbody Quit spamming already. I'll give you the first 2, that was probably an accident, but the 3rd definitely was not. also take note: 1. This thread has been dead for 2-years. 2. You did the exact same thing. You just didn't pull in the std namespace explicitly. I hope you have an appropriate namespace statement elsewhere earlier in your code. Re: How to use LinkedIn? Digital Media Digital Marketing by seo2india Quit Intresting Re: can any1 do this? Programming Software Development by Fbody Quit spamming and do it yourself already. I let the first one slide as maybe a connection problem, but this one obviously isn't. Re: GUI for DOS Programming Software Development by sergent Quit your job. Your boss is crazy Re: Downvoting Troll Community Center Meta DaniWeb by jbennet Quit whining. Re: [Poll] Do you smoke tobacco? Community Center Geeks' Lounge by PatMoe Quit 3 pack a day habit cold turkey 6 years ago. Immediately gained 60 pounds. One cigar a day smoker now. Weight gain stopped. Re: CRON job using cURL to FTP server to server ??? Programming Web Development by iamthwee Quit trying to do the whole thing all at once. You gotta backtrack. First, just try to get a simple text file uploaded to that server with php. Don't even create the file with php use one already made right inside the same directory you're inside. Try with ssl, and try the port. Eliminate one thing at a time... It's the only way. Quit abruptly in MFC app Programming Software Development by MitchellH … currently have run into a problem: I have a "Quit" button and its mapped to a function already but… quit on non integer? Programming Software Development by Matt You … an array, but I need it to be able to quit when the user enters a character, (ex. q). Where do… Problems with displaying total payroll and allowing user to quit by entering a neg. Programming Software Development by hill0ster …totalPayroll << endl; } bool tryAgain() { char quit; cout << "Do you want to try…cout << "Type Q or q to quit, any other key to continue: " <&…lt; endl; cin.get(quit); if (quit != '\n') { cin.ignore(); } cin.get(quit); if (quit == 'q' || quit == 'Q') { cout <<… Problems with a calculator quit function with looping Programming Software Development by Rickay …lt; endl; } if(dvar1 == 'q') { main1(); } // ^^ quit function doesn't work! (properly) switch(operation) { case '*': cout <…operator not accepted' 2) the 'press q to quit' part of the divisibility calculator. same problem as above…with infinite looping and such when prompted to quit. the thing is that although the function of…