|
From: Guido C. <cec...@tu...> - 2000-10-14 00:20:19
|
Hi all, When I put the function "include <conio.h>" And I compile the source code, appears the following error message: "ld: cannot open crt2.o: No such file or directory" What can I do? Please help me! Thanks. Guido mailto:cec...@tu... |
|
From: stephane w. <ste...@9o...> - 2003-12-28 22:51:47
|
In the Compiler option, I must add "D:/Program = Files/MPICH/SDK/Lib/mpich.lib" to the linker command line to use MPI. But when I close and re-open Dev-C++, the command line is translated as=20 D:/Program Files/MPICH/SDK/Lib/mpich.lib without "". The compiler understand this as 2 phrases like this : D:/Program and = Files/MPICH/SDK/Lib/mpich.lib. How i can solve this problem ? Thank. |
|
From: Brian W. <nig...@ho...> - 2004-05-03 20:54:19
|
<html><div style='background-color:'><DIV class=RTE>Does anyone know of any good graphic headers that work on Windows and Linux(like an iostream type of thing)? I can't find one that comes with VC++ or Debian C++ that works on both OSs. Please help if you can; thanks.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE> -Brian</DIV></div><br clear=all><hr> <a href="http://g.msn.com/8HMAENUS/2755??PS=">Is your PC infected? Get a FREE online computer virus scan from McAfee® Security.</a> </html> |
|
From: danilo\.ferrarotti\@libero\.it <dan...@li...> - 2007-07-19 09:22:23
Attachments:
=?iso-8859-1?Q?esercizio=5F5.5.cpp?=
|
Hello, I have a problem with this program: when a give the execute comand the *.= exe window opens but after I give the characters to switch as You can see= on the While comand : while ( cin >> ch ) I can't make the execution of the program. There's a specific comand to give on the *.exe window for running the exe= cution after writing on it? Many Thanks Danilo =0A=0A=0A------------------------------------------------------=0ALeggi G= RATIS le tue mail con il telefonino i-mode=99 di Wind=0Ahttp://i-mode.win= d.it/=0A |
|
From: Adam J. <aj...@i-...> - 2007-07-19 12:59:40
|
>>Hello, >>I have a problem with this program: when a give the execute comand the *.exe window opens but after I give the characters to switch as You can see on the While comand : >>while ( cin >> ch ) I can't make the execution of the program. >>There's a specific comand to give on the *.exe window for running the execution after writing on it? >>Many Thanks >>Danilo Unfortunately I am not sure what you are asking. If the program is not large, post the source code. How do you know that the code is not running?? Maybe it is running, but you haven't paused executive so you can see the output. If you don't pause the executive the cin will get the input, the program will do what it has to do and then close the console window. -Adam Jones |
|
From: Per W. <pw...@ia...> - 2007-07-19 14:11:53
|
He did send the source as an attachment, but did not clearly specify what problem he has with this school assignment. My guess is that he hasn't realized that he has to press Ctrl-C to end the program (or Ctrl-D if run on a Unix machine). /pwm On Thu, 19 Jul 2007, Adam Jones wrote: > >>Hello, > > >>I have a problem with this program: when a give the execute comand the > *.exe window opens but after I give the characters to switch as You can see > on the While comand : >>while ( cin >> ch ) I can't make the execution of > the program. > > >>There's a specific comand to give on the *.exe window for running the > execution after writing on it? > > >>Many Thanks > > >>Danilo > > Unfortunately I am not sure what you are asking. If the program is not > large, post the source code. How do you know that the code is not running?? > Maybe it is running, but you haven't paused executive so you can see the > output. If you don't pause the executive the cin will get the input, the > program will do what it has to do and then close the console window. > > -Adam Jones > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |