Thread: [Dev-C++] (no subject) (Page 8)
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Khalid El-K. <kha...@ho...> - 2003-03-02 17:35:48
|
hi, i used Dev-c++ 4 before and it didn't generate the following problem: That is, when i used Dev-c++ 5 beta 7 when i get to compile a file with the following line: #include<iostream> the compiler generates this error: 28 E:\DEV-CPP\include\c++\iostream:44 bits/c++config.h: No such file or directory. what should i do ? thanx in advance _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail |
From: Astar <As...@tu...> - 2003-03-02 19:55:24
|
Hello Khalid, Sunday, March 2, 2003, 7:35:42 PM, you wrote: KEK> hi, KEK> i used Dev-c++ 4 before and it didn't generate the following problem: KEK> That is, when i used Dev-c++ 5 beta 7 when i get to compile a file with the KEK> following line: KEK> #include<iostream> KEK> the compiler generates this error: KEK> 28 E:\DEV-CPP\include\c++\iostream:44 KEK> bits/c++config.h: No such file or directory. KEK> what should i do ? KEK> thanx in advance Copy files from C:\Dev-Cpp\include\c++\mingw32\bits to C:\Dev-Cpp\include\c++\bits may be adding 1st path to include's options helps you to. good luck! -- Astar mailto:As...@tu... |
From: <Ba...@ao...> - 2003-03-04 22:56:28
|
When I choose execute-->compile and run, the program executes in a screen that disapears as soon as it's done. Is there a way that I can make the screen stay open until I close is? Please help |
From: Eric <eri...@cl...> - 2003-03-06 07:25:32
|
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.459 / Virus Database: 258 - Release Date: 25-Feb-03 |
From: Predrag D. <Pre...@ep...> - 2003-03-12 14:50:06
Attachments:
Drljaca Predrag.vcf
|
Hello everybody, I am almost a beginner in C and C++. My main occupation is engineering. From time to time I need to do some programming in C. Since I use sometimes UNIX and sometimes Windows I have chosen the Dev C++ To cut to the point. Can someone explain me how to install a library in DevC++. For example I found a library blitz++ on the net http://www.oonumerics.org/blitz/ that I would like to use, there is a long manual on how to do it on UNIX, but I do not know how to do it on windows. They note that they use gcc and stuff so I think it can be done. Can someone explain (if it is not too long) how to install the package in general. Thank you in advance, Predrag |
From: israel d. <is...@ya...> - 2003-03-13 09:05:14
|
__________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com |
From: <PIB...@co...> - 2003-03-30 00:26:55
|
confirm 778425 |
From: Eric <eri...@cl...> - 2003-04-22 11:49:04
|
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.474 / Virus Database: 272 - Release Date: 4/18/03 |
From: Christian W. <Chr...@vo...> - 2003-04-25 09:00:32
|
Hi List, in the good old days of DOS we had the possibility to check the state of the RS232 ports. (In Basic I have tested if GND and another port was connected inp(PORT + PIN) )... How can i realise that in cpp under win32 ??? I have to check if a circuit is closed (alert system)... I know that you can not longer get direct access to the hardware ... does any one have an idea or better an example ??? kind regards |
From: phantom u. <sil...@ho...> - 2003-05-03 20:54:17
|
_________________________________________________________________ Charla con tus amigos en línea mediante MSN Messenger: http://messenger.yupimsn.com/ |
From: Nancy A. <nai...@ho...> - 2003-05-04 13:47:42
|
<html><div style='background-color:'><DIV> <DIV>Hi </DIV> <DIV> </DIV> <DIV>I want use debug. What do you have to get it. </DIV> <DIV> </DIV> <DIV> </DIV></DIV></div><br clear=all><hr>Charla con tus amigos en línea mediante MSN Messenger: <a href="http://g.msn.com/8HMWES/2728">Haz clic aquí</a> </html> |
From: <h.r...@gm...> - 2003-05-05 01:16:09
|
Please, no html mail. I never open such mails. Thanks -- Horst Rößner Postf. 1802 52205 Stolberg ICQ ID #74808448 h.r...@gm... h.g...@t-... +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! |
From: Alexander B. <Ale...@ma...> - 2003-05-07 11:18:21
|
confirm 849325 |
From: Tassos T. <atz...@at...> - 2003-05-25 09:06:51
|
Whenever I include stdio.h(#include <stdio.h>) I get a compiler message = that there is an syntax error in 2 line of stdio.h. line 221: "extern inline int vsnprintf (char* s, size_t n, const char* = format," line 375: "extern inline int vsnwprintf (wchar_t* s, size_t n, const = wchar_t* format," My programs still run even though I never include that library but one = day they might not.What can I do to fix that problem? |
From: alonso r. <alo...@ya...> - 2003-06-19 21:18:26
|
confirm 589829 --------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! |
From: <jor...@fa...> - 2003-06-24 17:06:20
|
From: <ni...@ko...> - 2003-06-28 07:09:26
|
From: Jorge A. <jab...@ma...> - 2003-07-03 11:02:45
|
Hi, I wrote this piece of code willing that the numbers be written in different lines. However, the linefeed does not work. Any hint? /// ... #define <stdio.h> ... hFile = CreateFile(szFileName, GENERIC_WRITE, 0, 0, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0); for (loop=0;loop<Number_of_Points;loop++) { DWORD dWritten; sprintf (temp,"%3d\n\r",ran1[loop]); WriteFile(hFile, temp, sizeof(temp),&dWritten, NULL); } ///// Thanks a lot JEA |
From: Per W. <pw...@ia...> - 2003-07-03 11:28:26
|
Don't do sizeof(temp). You should write strlen(temp) characters. Normally, it would be easier with: f = fopen(szFileName,"wt"); ... for (loop = 0; loop < Number_of_Points; loop++) fprintf(f,"%3d\n",ram1[loop]); fprintf() will automatically adjust the '\n' to a '\r\n' on a windows machine, and a single '\r' on a Mac. /Per W On Thu, 3 Jul 2003, Jorge Abramian wrote: > Hi, > > I wrote this piece of code willing that the numbers be written in different lines. However, the linefeed does not work. Any hint? > > /// > ... > #define <stdio.h> > ... > hFile = CreateFile(szFileName, GENERIC_WRITE, 0, 0, > CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, 0); > > for (loop=0;loop<Number_of_Points;loop++) > { > DWORD dWritten; > sprintf (temp,"%3d\n\r",ran1[loop]); > WriteFile(hFile, temp, sizeof(temp),&dWritten, NULL); > } > > ///// > Thanks a lot > > JEA > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |
From: Jorge A. <jab...@ma...> - 2003-07-03 13:47:33
|
Hey guys, thanks for the help, Actually Daniel Glenfield was write. I did not try Per W. solution that probably would work either. I changed the code to the followin and it worked well: ///////// for (loop=0;loop<Number_of_Points;loop++) { DWORD dWritten; sprintf (temp,"\r\n",""); WriteFile(hFile, temp, sizeof(temp),&dWritten, NULL); sprintf (temp,"%3d",ran1[loop]); WriteFile(hFile, temp, sizeof(temp),&dWritten, NULL); } ///////// |
From: Jorge A. <jab...@ma...> - 2003-07-04 09:44:48
|
Hello Guys!! Again, thanks for the help and the - how could I say?, enlightening?- discussion. Daniel's solution worked alright and, what the hell?, I was happy, as I consider myself a beginner and my window program worked. However, Per remarks were really good to understand what was going on. I believe we should shoot for the excellency, therefore, I tried the following code: /////// for (loop=0;loop<Number_of_Points;loop++) { DWORD dWritten; sprintf (temp,"%3d \r\n",ran1[loop]); WriteFile(hFile, temp, strlen(temp),&dWritten, NULL); } ////// and it worked, too! just for you to know: a) in the first version I had: char temp[3], now I changed to 100. b) the goal was to write an ascii file, not a binary. Just for anybody interested, the program I wrote is to calculate random numbers according to 3 different types of probability density functions (I will include more in the future). Types supported are uniform, gaussian, and rayleigh. I don't have any problem sharing it and, as I am sure it contains many bugs, receive comments to improve it!!! JE |
From: <dei...@ya...> - 2003-07-11 13:23:17
|
Hi. I would like to know how can I can detect that a new IE window is being opened and if I would be able to stop it or log events of that window. Thanks in advance, InacioW- __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Logos und Klingeltöne fürs Handy bei http://sms.yahoo.de |
From: Ioannis V. <iv...@em...> - 2003-07-23 21:52:19
|
I think this is interesting for everyone in the list, so I thought to = drop it in here. From WinInfo Daily Update: =3D=3D=3D 1. News and Views =3D=3D=3D=3D by Paul Thurrott, thu...@wi... Researchers Crack Windows Passwords in Seconds Swiss researchers have developed a password-cracking scheme, based on a method first developed in 1980, that lets them crack most Windows passwords in about 13 seconds (the original method takes more than a minute and a half longer). The scheme enforces a growing concern in the security community that the way in which Microsoft encodes passwords in Windows is inherently weak, opening the door for cracking programs to use brute-force methods to test and break passwords. Philippe Oechslin, one of the Swiss researchers, recently published an online paper, "Making a Faster Cryptanalytic Time-Memory Trade-Off," which highlights the new password-cracking scheme. Oechslin will present the paper in August at Crypto 2003, an international cryptology conference held this year at the University of California, Santa Barbara and organized by the International Association for Cryptologic Research (IACR) in cooperation with the IEEE Computer Society Technical Committee on Security and Privacy. "As an example, we have implemented an attack on MS-Windows password hashes," the researchers write. "Using 1.4GB of data (two CD-ROMs) we can crack 99.9 percent of all alphanumerical passwords hashes ... in 13.6 seconds whereas it takes 101 seconds with the current approach using distinguished points. We show that the gain could be even much higher depending on the parameters used." Oddly, the researchers weren't interested in cracking Windows passwords but rather were trying to demonstrate the previous theoretical cryptanalytic time-memory trade-off technique. They note that Microsoft's passwords are weak because, when encrypted, they don't include any random information. Thus, the same password on two Windows machines will always be the same when encrypted, which makes breaking the password encryption much easier than if the passwords were randomized. Although generating more secure passwords by using nonalphanumeric characters and other special characters is possible, the researchers say that even this approach won't solve the inherent problem in Windows because all they'd need is more time or a larger data set (or both) to crack those passwords as well. Instead, Microsoft will have to fix this feature to encrypt passwords with random information, the researchers say. -------------------------------------------------------------------------= --- ----------------------- Ioannis Vranos =20 * Programming pages: http://www.noicys.freeurl.com * Alternative URL 1: http://run.to/noicys * Alternative URL 2: http://www.noicys.cjb.net |
From: <or...@vp...> - 2003-07-24 00:12:55
|
Ioannis Vranos wrote: > I think this is interesting for everyone in the list, so I thought to drop > it in here. > ... Yes, it is. But sadly, this issue has been known for a very long time. I heard that Windows passwords could be easily cracked 4 years ago! Well, that's what we get. That's why I never trust anything, where M$ sais: "security". I don't even trust M$ itself. -- Greetings, Balázs |
From: Per W. <pw...@ia...> - 2003-07-24 01:07:53
|
One more thing - this information is about cracking a password, i.e. finding out what it is. If I don't bother, there are a number of programs available what will allow setting a new password without knowing the old. /Per W On Thu, 24 Jul 2003, Ioannis Vranos wrote: > I think this is interesting for everyone in the list, so I thought to drop > it in here. > > > > >From WinInfo Daily Update: > > === 1. News and Views ==== > by Paul Thurrott, thu...@wi... > > Researchers Crack Windows Passwords in Seconds > Swiss researchers have developed a password-cracking scheme, based > on a method first developed in 1980, that lets them crack most Windows > passwords in about 13 seconds (the original method takes more than a > minute and a half longer). The scheme enforces a growing concern in > the security community that the way in which Microsoft encodes > passwords in Windows is inherently weak, opening the door for cracking > programs to use brute-force methods to test and break passwords. > Philippe Oechslin, one of the Swiss researchers, recently published > an online paper, "Making a Faster Cryptanalytic Time-Memory > Trade-Off," which highlights the new password-cracking scheme. > Oechslin will present the paper in August at Crypto 2003, an > international cryptology conference held this year at the University > of California, Santa Barbara and organized by the International > Association for Cryptologic Research (IACR) in cooperation with the > IEEE Computer Society Technical Committee on Security and Privacy. > "As an example, we have implemented an attack on MS-Windows > password hashes," the researchers write. "Using 1.4GB of data (two > CD-ROMs) we can crack 99.9 percent of all alphanumerical passwords > hashes ... in 13.6 seconds whereas it takes 101 seconds with the > current approach using distinguished points. We show that the gain > could be even much higher depending on the parameters used." > Oddly, the researchers weren't interested in cracking Windows > passwords but rather were trying to demonstrate the previous > theoretical cryptanalytic time-memory trade-off technique. They note > that Microsoft's passwords are weak because, when encrypted, they > don't include any random information. Thus, the same password on two > Windows machines will always be the same when encrypted, which makes > breaking the password encryption much easier than if the passwords > were randomized. > Although generating more secure passwords by using nonalphanumeric > characters and other special characters is possible, the researchers > say that even this approach won't solve the inherent problem in > Windows because all they'd need is more time or a larger data set (or > both) to crack those passwords as well. Instead, Microsoft will have > to fix this feature to encrypt passwords with random information, the > researchers say. > > ---------------------------------------------------------------------------- > ----------------------- > > > > > > > Ioannis Vranos > > * Programming pages: http://www.noicys.freeurl.com > * Alternative URL 1: http://run.to/noicys > * Alternative URL 2: http://www.noicys.cjb.net > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > 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 > |