dev-cpp-users Mailing List for Dev-C++ (Page 745)
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(15) |
Oct
(115) |
Nov
(154) |
Dec
(258) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(377) |
Feb
(260) |
Mar
(249) |
Apr
(188) |
May
(152) |
Jun
(150) |
Jul
(195) |
Aug
(202) |
Sep
(200) |
Oct
(286) |
Nov
(242) |
Dec
(165) |
| 2002 |
Jan
(245) |
Feb
(241) |
Mar
(239) |
Apr
(346) |
May
(406) |
Jun
(369) |
Jul
(418) |
Aug
(357) |
Sep
(362) |
Oct
(597) |
Nov
(455) |
Dec
(344) |
| 2003 |
Jan
(446) |
Feb
(397) |
Mar
(515) |
Apr
(524) |
May
(377) |
Jun
(387) |
Jul
(532) |
Aug
(364) |
Sep
(294) |
Oct
(352) |
Nov
(295) |
Dec
(327) |
| 2004 |
Jan
(416) |
Feb
(318) |
Mar
(324) |
Apr
(249) |
May
(259) |
Jun
(218) |
Jul
(212) |
Aug
(259) |
Sep
(158) |
Oct
(162) |
Nov
(214) |
Dec
(169) |
| 2005 |
Jan
(111) |
Feb
(165) |
Mar
(199) |
Apr
(147) |
May
(131) |
Jun
(163) |
Jul
(235) |
Aug
(136) |
Sep
(84) |
Oct
(88) |
Nov
(113) |
Dec
(100) |
| 2006 |
Jan
(85) |
Feb
(119) |
Mar
(33) |
Apr
(31) |
May
(56) |
Jun
(68) |
Jul
(18) |
Aug
(62) |
Sep
(33) |
Oct
(55) |
Nov
(19) |
Dec
(40) |
| 2007 |
Jan
(22) |
Feb
(49) |
Mar
(34) |
Apr
(51) |
May
(66) |
Jun
(43) |
Jul
(116) |
Aug
(57) |
Sep
(70) |
Oct
(69) |
Nov
(97) |
Dec
(86) |
| 2008 |
Jan
(32) |
Feb
(47) |
Mar
(106) |
Apr
(67) |
May
(28) |
Jun
(39) |
Jul
(31) |
Aug
(25) |
Sep
(18) |
Oct
(25) |
Nov
(5) |
Dec
(21) |
| 2009 |
Jan
(33) |
Feb
(27) |
Mar
(27) |
Apr
(22) |
May
(22) |
Jun
(10) |
Jul
(17) |
Aug
(9) |
Sep
(21) |
Oct
(13) |
Nov
(4) |
Dec
(11) |
| 2010 |
Jan
(10) |
Feb
(8) |
Mar
(4) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(8) |
Oct
(26) |
Nov
(9) |
Dec
(1) |
| 2011 |
Jan
(21) |
Feb
(16) |
Mar
(4) |
Apr
(19) |
May
(26) |
Jun
(9) |
Jul
(6) |
Aug
|
Sep
(4) |
Oct
(3) |
Nov
(2) |
Dec
(1) |
| 2012 |
Jan
(4) |
Feb
(7) |
Mar
(4) |
Apr
|
May
(1) |
Jun
(10) |
Jul
(1) |
Aug
(1) |
Sep
(18) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
| 2013 |
Jan
(4) |
Feb
(2) |
Mar
(15) |
Apr
(6) |
May
(1) |
Jun
(3) |
Jul
(1) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
(9) |
Dec
|
| 2014 |
Jan
(4) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
(4) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(4) |
| 2015 |
Jan
(2) |
Feb
(3) |
Mar
(1) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(9) |
Nov
(35) |
Dec
(6) |
| 2016 |
Jan
(7) |
Feb
(10) |
Mar
(10) |
Apr
(9) |
May
(13) |
Jun
(9) |
Jul
(1) |
Aug
(3) |
Sep
(3) |
Oct
(1) |
Nov
(1) |
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
(1) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Anders N. <a.n...@de...> - 2000-12-27 15:10:43
|
Hi! Were can I find tutorials for OpenGL? Thanks! Anders |
|
From: Darel F. <my...@Ma...> - 2000-12-27 14:44:06
|
I'm having a problem compiling MySQL using the libMySQL.lib and .dll. I keep getting unresolved symbol errors... Has anyone successfully used MySQL's C API under (Dev-C++)mingw? Thanks, Darel |
|
From: Elias P. <Eli...@ao...> - 2000-12-27 13:12:14
|
Hi, .a is the library format of the mingw compiler which dev-c++ is using. = And mingw doesn't directly support .lib files. It's sometimes possible = to convert them, but when i tried this it seemed rather complicated. So = it's better to just download the .a files you need from somewhere. You = can look at www.mingw.org, or maybe even to www.bloodshed.net - there = should be some links to libraries. I'm using DX8 with dev-c++, i got it = from http://sites.netscape.net/ptrpck/directx.htm and i know you can use = GLUT. For the other libraries, maybe someone else can tell you - or you = could ask the mingw people. Elias Pschernig Hi! I've been using MS VC++ for a long time now. But, I'd like to = start making my projects using Dev-C++. I'm very surprised with the = quality of Dev-C++. I think it's much better than many commercial = development tools. Though, I'm having some problems concerning the = libraries. It has some (to me)strange format of libraries, .a. How can I = make those libraries? Is there a way to 'translate' standard VC = libraries to the DevC? I use many extern libraries, such as CDX, GLUT, = DX8, Seal Audio library, FMod audio library... How to use those with = DevC? I always get VC .lib files with those libraries, and sometimes = Borland .lib libraries, but never .a... I've seen some OpenGL examples, = but since I use GLUT for my tutorials, I can't make them run...=20 Can anybody help? Thanks, |
|
From: Max - V. p. <ma...@va...> - 2000-12-27 11:07:45
|
Hi! I've been using MS VC++ for a long time now. But, I'd like to start = making my projects using Dev-C++. I'm very surprised with the quality of = Dev-C++. I think it's much better than many commercial development = tools. Though, I'm having some problems concerning the libraries. It has = some (to me)strange format of libraries, .a. How can I make those = libraries? Is there a way to 'translate' standard VC libraries to the = DevC? I use many extern libraries, such as CDX, GLUT, DX8, Seal Audio = library, FMod audio library... How to use those with DevC? I always get = VC .lib files with those libraries, and sometimes Borland .lib = libraries, but never .a... I've seen some OpenGL examples, but since I = use GLUT for my tutorials, I can't make them run...=20 Can anybody help? Thanks, Max - The V13 programmer 'For each ice, there's a fire which melts it.' |
|
From: Ioannis V. <no...@ya...> - 2000-12-26 21:31:32
|
#include <stdlib.h>
...
system("cls");
> -----Original Message-----
> From: dev...@li...
> [mailto:dev...@li...]On Behalf Of Keith
> Winn
> Sent: Tuesday, December 26, 2000 8:42 PM
> To: dev...@li...
> Subject: [Dev-C++] Help please
>
>
> I'm sure this is a very basic question but I'm just starting out
> learning C
> and I can't find the function that clears the screen of my program.
>
> Thanks,
>
> Keith
>
> PS I just sent this same question to a different address and if creates a
> duplicate post, I'm sorry.
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>
> _______________________________________________
> Dev-cpp-users mailing list
> Dev...@li...
> http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users
>
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
|
|
From: Keith W. <kb...@ho...> - 2000-12-26 18:42:05
|
I'm sure this is a very basic question but I'm just starting out learning C and I can't find the function that clears the screen of my program. Thanks, Keith PS I just sent this same question to a different address and if creates a duplicate post, I'm sorry. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |
|
From: George H G. <gh...@mi...> - 2000-12-26 15:21:46
|
Would whoever owns the maillist dev...@li... = <dev...@li...> please remove gh...@mi... ? Mr Gutt died on November 15th. My = family and I don't have the same interest in C++ as he did. Thank you! ----- Original Message -----=20 From: softnasolutions-ltd.fsbusiness.co.uk=20 To: dev...@li...=20 Sent: Sunday, December 24, 2000 5:44 PM Subject: [Dev-C++] Seasons Greetings Hi Everyone,=20 This is just to wish you all a merry Christmas and a Happy New Year. = May this group increase in number and in knowledge next year and may we = see an inproved DEV C++. Napoleon. |
|
From: zhusain <zh...@bo...> - 2000-12-26 06:56:15
|
Thanks for the suggestion ;
Added SYSTEM(PAUSE); and checked for "WIN32".Still programme not =
running.
Any other tips please?
Thanks - Husain
----- Original Message -----=20
From: Ramana Kumar=20
To: dev...@li...=20
Sent: Wednesday, December 20, 2000 12:57 PM
Subject: RE: [Dev-C++] Devcpp4 - help needed
If you are doing a console program, make sure you have =
system("PAUSE"); at the end (before return 0;). Also, make sure that you =
have set the right type of Project. Go to Options->Compiler Options then =
go to the Linker page and if you are doing a console program uncheck =
"Compile for Win32" or if you are doing a Windows program check "Compile =
for Win32".
|
|
From: <ste...@ge...> - 2000-12-26 00:44:33
|
Hi again... try this; :-)
#include <dos.h>
#include <iostream.h>
void main(void)
{
unsigned int i;
cout << "Message 1";
for(i=3D0; i<10; i++)
{
delay(1000*i);
cout << (i+1) << "seconds";
}
cout << "Message 2";
}
----- Original Message -----=20
From: ARI FIXLER=20
To: dev...@li...=20
Sent: Sunday, December 24, 2000 4:51 PM
Subject: Re: [Dev-C++] ############################
thanks for the solution!
now how can i display the seconds while it delays?
|
|
From: Philippe de R. <pr...@cl...> - 2000-12-25 22:52:59
|
Hello,
I wonder if keyboard accelerators work in Dev-C++.
The following resource file is provided in the examples, yet the =
accelerator keys don't work.
500 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "Mainicon.ico"
#include <windows.h>
#include "main.h"
501 MENU=20
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&New", IDM_FILENEW
MENUITEM "&Open...", IDM_FILEOPEN
MENUITEM "&Save", IDM_FILESAVE
MENUITEM "Save &as...", IDM_FILESAVEAS
MENUITEM SEPARATOR
MENUITEM "&Print...", IDM_FILEPRINT
MENUITEM "Page se&tup...", IDM_FILEPAGESETUP
MENUITEM "P&rinter setup...", IDM_FILEPRINTSETUP
MENUITEM SEPARATOR
MENUITEM "E&xit", IDM_FILEEXIT
END
POPUP "&Edit"
BEGIN
MENUITEM "&Undo", IDM_EDITUNDO
MENUITEM SEPARATOR
MENUITEM "&Cut\tShift+Del", IDM_EDITCUT
MENUITEM "&Copy\tCtrl+Ins", IDM_EDITCOPY
MENUITEM "&Paste\tShift+Ins", IDM_EDITPASTE
END
POPUP "&Help"
BEGIN
MENUITEM "&Contents\tF1", IDM_HELPCONTENTS
MENUITEM "&Search", IDM_HELPSEARCH
MENUITEM "&Using help", IDM_HELPHELP
MENUITEM SEPARATOR
MENUITEM "&About...", IDM_HELPABOUT
END
END
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
I am using the following resource file, and the accelerator keys don't =
work either, wether I use the "MyMenu ACCELERATORS" bit or not :
#include <windows.h>
#include "menu1.h"
MyMenu MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "&Open\tF2", IDM_OPEN
MENUITEM "&Close\tF3", IDM_CLOSE
MENUITEM "E&xit\tCtrl+X", IDM_EXIT
END
POPUP "&Options"
BEGIN
MENUITEM "&Colors\tCtrl+C", IDM_COLORS
POPUP "&Priority"
BEGIN
MENUITEM "&Low\tF4", IDM_LOW
MENUITEM "&High\tF5", IDM_HIGH
END
MENUITEM "&Fonts\tCtrl+F", IDM_FONT
MENUITEM "&Resolution\tCtrl+R", IDM_RESOLUTION
END
MENUITEM "&Help", IDM_HELP
END
// Define menu accelerators
/*
MyMenu ACCELERATORS
{
VK_F2, IDM_OPEN, VIRTKEY
VK_F3, IDM_CLOSE, VIRTKEY
"^X", IDM_EXIT
"^C", IDM_COLORS
VK_F4, IDM_LOW, VIRTKEY
VK_F5, IDM_HIGH, VIRTKEY
"^F", IDM_FONT
"^R", IDM_RESOLUTION
VK_F1, IDM_HELP, VIRTKEY
}
*/
=3D=3D=3D=3D=3D=3D=3D=3D=3D
Any help would be much appreciated.
Philippe de Rochambeau
|
|
From: Ioannis V. <no...@ya...> - 2000-12-25 20:33:37
|
I suspect a virus. The Dirxxx are corrupted folders that scandisk tries to restore and since it does not know their original names it assigns new to them. Download an antivirus. I suggest F-PROT which i have tested in various virus situations (the dos version). http://www.complex.is/cgi-bin/home_pager Btw if you find a file infected with a virus please send it to me at no...@ya... before you clean it because i collect these things. :) Ioannis > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...]On Behalf Of Jack Kidd > Sent: Monday, December 25, 2000 5:23 PM > To: dev...@li... > Subject: [Dev-C++] Major PC Problems > > > Hello, > > I have a major problem. Every time I try to use my PC, it only > works for a > few minutes. Then the blue screen of death comes up and says I > have a fatal > error OE and a fatal error 06 always at the same address. I keep getting > file names that are too long when they weren't like that the last time I > booted my PC. Now there are a bunch of new folders under C:\ like > C:\Dir00001, C:\Dir00002,... These folders are nothing. When I > open them > it just leads back to C:\, but under a different name. When ever I run > Scandisk, I get a fatal error OE at 0028:D0000000. Every once in > a while my > PC won't even boot, it says hirem.sys and others are damaged, > then after a > few minutes of leaving it off, it loads fine. Also, I keep getting check > sum errors for my BIOS every once in a while. If anyone knows > what is wrong > with my PC, any help would be greatly appriciated. > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: Slick <pi...@ho...> - 2000-12-25 18:25:41
|
hmm bad checksum? you might want to try and flash your bios &or first you may also want to = try and clear the cmos on your mbd by loading setup defaults or by maybe = jumpering the bios jumper in your system? Do you have loads of ram? Maybe this is what you should be looking at? If you are getting fatal exceptions maybe you should be looking at a = pci/isa card or ram or sumthin that is causing the fatal exception, have = you just recently added a new device to that system if so could you try = to remove it and it's driver? Either way if you seem to be having folders created arbitrarily then = maybe you should write zeros to your harddisk = ftp://ftp.gateway.com/pub/hardware_support/drivers/win3.x_and_dos/mass_st= orage/hard_drives/7510009.exe repartition and format the hdd or just find the virus/program that is = making the files yeah? ----- Original Message -----=20 From: Jay Silverman=20 To: dev...@li...=20 Sent: Monday, December 25, 2000 3:56 PM Subject: Re: [Dev-C++] Major PC Problems Mild hard drive failure or a virus perhaps? ----- Original Message -----=20 From: Jack Kidd=20 To: dev...@li...=20 Sent: Monday, December 25, 2000 10:23 AM Subject: [Dev-C++] Major PC Problems Hello, I have a major problem. Every time I try to use my PC, it only = works for a=20 few minutes. Then the blue screen of death comes up and says I have = a fatal=20 error OE and a fatal error 06 always at the same address. I keep = getting=20 file names that are too long when they weren't like that the last = time I=20 booted my PC. Now there are a bunch of new folders under C:\ like=20 C:\Dir00001, C:\Dir00002,... These folders are nothing. When I = open them=20 it just leads back to C:\, but under a different name. When ever I = run=20 Scandisk, I get a fatal error OE at 0028:D0000000. Every once in a = while my=20 PC won't even boot, it says hirem.sys and others are damaged, then = after a=20 few minutes of leaving it off, it loads fine. Also, I keep getting = check=20 sum errors for my BIOS every once in a while. If anyone knows what = is wrong=20 with my PC, any help would be greatly appriciated. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com _______________________________________________ Dev-cpp-users mailing list Dev...@li... http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users |
|
From: Jay S. <mys...@op...> - 2000-12-25 15:58:07
|
Mild hard drive failure or a virus perhaps? ----- Original Message -----=20 From: Jack Kidd=20 To: dev...@li...=20 Sent: Monday, December 25, 2000 10:23 AM Subject: [Dev-C++] Major PC Problems Hello, I have a major problem. Every time I try to use my PC, it only works = for a=20 few minutes. Then the blue screen of death comes up and says I have a = fatal=20 error OE and a fatal error 06 always at the same address. I keep = getting=20 file names that are too long when they weren't like that the last time = I=20 booted my PC. Now there are a bunch of new folders under C:\ like=20 C:\Dir00001, C:\Dir00002,... These folders are nothing. When I open = them=20 it just leads back to C:\, but under a different name. When ever I = run=20 Scandisk, I get a fatal error OE at 0028:D0000000. Every once in a = while my=20 PC won't even boot, it says hirem.sys and others are damaged, then = after a=20 few minutes of leaving it off, it loads fine. Also, I keep getting = check=20 sum errors for my BIOS every once in a while. If anyone knows what is = wrong=20 with my PC, any help would be greatly appriciated. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com _______________________________________________ Dev-cpp-users mailing list Dev...@li... http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users |
|
From: Jack K. <k_f...@ho...> - 2000-12-25 15:23:14
|
Hello, I have a major problem. Every time I try to use my PC, it only works for a few minutes. Then the blue screen of death comes up and says I have a fatal error OE and a fatal error 06 always at the same address. I keep getting file names that are too long when they weren't like that the last time I booted my PC. Now there are a bunch of new folders under C:\ like C:\Dir00001, C:\Dir00002,... These folders are nothing. When I open them it just leads back to C:\, but under a different name. When ever I run Scandisk, I get a fatal error OE at 0028:D0000000. Every once in a while my PC won't even boot, it says hirem.sys and others are damaged, then after a few minutes of leaving it off, it loads fine. Also, I keep getting check sum errors for my BIOS every once in a while. If anyone knows what is wrong with my PC, any help would be greatly appriciated. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com |
|
From: Ioannis V. <no...@ya...> - 2000-12-25 11:18:32
|
#include <stdlib.h>
#include <iostream>
using namespace std;
int main()
{
_sleep(7000);
cout<<":P~~~~\n";
return 0;
}
-----Original Message-----
From: dev...@li...
[mailto:dev...@li...]On Behalf Of ARI FIXLER
Sent: Sunday, December 24, 2000 11:06 PM
To: dev...@li...
Subject: [Dev-C++] ############################
how do i make my console program to cout (printf) a message and wait 10
seconds
and cout (pirntf) another message.?
2) how can i delete a shareware with all its registry keys?
|
|
From: ARI F. <ari...@ju...> - 2000-12-25 00:51:29
|
thanks for the solution! now how can i display the seconds while it delays? |
|
From: <ste...@ge...> - 2000-12-25 00:34:50
|
Well, you could say something like;
#include <dos.h>
#include <iostream.h>
void main(void)
{
cout << "Message 1";
delay(10000);
cout << "Message 2";
}
----- Original Message -----=20
From: ARI FIXLER=20
To: dev...@li...=20
Sent: Sunday, December 24, 2000 1:05 PM
Subject: [Dev-C++] ############################
how do i make my console program to cout (printf) a message and wait =
10 seconds
and cout (pirntf) another message.?
2) how can i delete a shareware with all its registry keys?
|
|
From: ARI F. <ari...@ju...> - 2000-12-25 00:16:22
|
how do i make my console program to cout (printf) a message and wait 10 seconds and cout (pirntf) another message.? 2) how can i delete a shareware with all its registry keys? |
|
From: softnasolutions-ltd.fsbusiness.co.uk <so...@so...> - 2000-12-24 23:44:32
|
Hi Everyone,=20 This is just to wish you all a merry Christmas and a Happy New Year. May = this group increase in number and in knowledge next year and may we see = an inproved DEV C++. Napoleon. |
|
From: Luc M. <lu...@ho...> - 2000-12-23 18:28:55
|
Hi all, Is it possible to use the IDE with Borland's free compiler ? If so, can you explain the steps ? Thanks, Luc Morin<br clear=3Dall><hr>Get Your Private, Free E-mail from MSN Hotma= il at <a href=3D"http://www.hotmail.com">http://www.hotmail.com</a>.<br><= /p> |
|
From: lstar36 <ls...@fl...> - 2000-12-23 17:40:04
|
When I add to a project, then rename the untitled file, then try to = compile I get an error telling me the file already exists (although it = does not exist) and does not give me the option to overwrite. If I use explorer to create a file with the same name then go back and = compile I get a warning that the file exists and then I can overwrite = it. It would make life easier if I could eliminate this step. Keep this = in mind for the next release. Thanks ls...@fl... lon...@ju...=20 |
|
From: Jay S. <mys...@op...> - 2000-12-22 21:34:34
|
You have to download the setup builder add-on from the bloodshed.net web = site. mystojay ----- Original Message -----=20 From: ARI FIXLER=20 To: dev...@li...=20 Sent: Friday, December 22, 2000 2:32 PM Subject: [Dev-C++] ############################################ how do i tell my console pro to wait ten sec before it couts (printf)? in setup builder i get an error "c:\devc++\bin setup.exe not found" = why? please get back guys! |
|
From: ARI F. <ari...@ju...> - 2000-12-22 21:30:26
|
how do i tell my console pro to wait ten sec before it couts (printf)? in setup builder i get an error "c:\devc++\bin setup.exe not found" why? please get back guys! |
|
From: Maitrik P. <mai...@ho...> - 2000-12-22 13:08:43
|
<html><DIV> <P>wasssup jack kidd... go here to get more info about the winsvrc.exe.. <A href="http://www.symantec.com/avcenter/venc/data/w32.navidad.html">http://www.symantec.com/avcenter/venc/data/w32.navidad.html</A></P> <P>good luck</P> <P>mpatel</P> <P><BR><BR> </P></DIV> <DIV></DIV> <DIV></DIV>>From: "Jack Kidd" <K_F...@HO...> <DIV></DIV>>Reply-To: dev...@li... <DIV></DIV>>To: dev...@li... <DIV></DIV>>Subject: [Dev-C++] winsvrc.exe <DIV></DIV>>Date: Thu, 21 Dec 2000 22:27:16 -0000 <DIV></DIV>> <DIV></DIV>>Hello, I have a problem. A friend of mine received an email with a <DIV></DIV>>joke of <DIV></DIV>>Gore's loss. He opened the attachment and now has a virus. This <DIV></DIV>>virus <DIV></DIV>>changed the information for the exe file type, or Application. When <DIV></DIV>>ever he <DIV></DIV>>tries to open a program, it says a missing file cannot be located, <DIV></DIV>>winsvrc.exe. Under folder options, file types, it says that exe <DIV></DIV>>files <DIV></DIV>>require this file to open, but they don't. I don't know how to <DIV></DIV>>change this, <DIV></DIV>>so if you have any ideas, it would be greatly appriciated. <DIV></DIV>> <DIV></DIV>> <DIV></DIV>> Thanks <DIV></DIV>> <DIV></DIV>>_________________________________________________________________ <DIV></DIV>>Get your FREE download of MSN Explorer at http://explorer.msn.com <DIV></DIV>> <DIV></DIV>> <DIV></DIV>>_______________________________________________ <DIV></DIV>>Dev-cpp-users mailing list <DIV></DIV>>Dev...@li... <DIV></DIV>>http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users <DIV></DIV><br clear=all><hr>Get your FREE download of MSN Explorer at <a href="http://explorer.msn.com">http://explorer.msn.com</a><br></p></html> |
|
From: Maitrik P. <mai...@ho...> - 2000-12-22 12:58:16
|
<html><DIV>
<P>hello Scone, if your x is gonna be smaller then 100, then your output will be exactly 20 values.. so why would you want to pause it anyways? work on your formatting, its very poor :) i tried it with x being 200 and it worked... here is the program: </P>
<P>#include <iostream><BR>#include <stdlib.h></P>
<P><BR>int fPrintX(unsigned x, int& y)<BR>{<BR> cout << "x: " << x << " x^2: " << x*x << endl;<BR> y++;<BR> if (y == 20) // change the 20 with any number you want to pause it to<BR> {<BR> cout << x << " is the " << y << "th number\n";<BR> system("PAUSE");<BR> }<BR>} </P>
<P>int main() <BR>{ <BR> unsigned x;<BR> int y;<BR> x = y = 0;</P>
<P> cout << "This program will search all numbers smaller than 100 that" << endl;<BR> cout << "contain the number 2, and will also calculate the square." <<endl;</P>
<P> while (x<=200)<BR> {<BR> if (x%10==2)<BR> {<BR> fPrintX(x, y);<BR> }<BR> else if (x/10==2)<BR> {<BR> fPrintX(x, y);<BR> }<BR> x++;<BR> } </P>
<P> system("PAUSE");<BR> return 0;<BR>}<BR><BR></P>
<P>email me back.. if you want more explanation of this program..</P>
<P>good luck!</P>
<P>mpatel</P>
<P> </P>
<P> </P></DIV>
<DIV></DIV>
<DIV></DIV>>From: "Scone Scone" <SC...@HO...>
<DIV></DIV>>Reply-To: dev...@li...
<DIV></DIV>>To: dev...@li...
<DIV></DIV>>Subject: [Dev-C++] Stop system
<DIV></DIV>>Date: Thu, 21 Dec 2000 15:21:41 +0100
<DIV></DIV>>
<DIV></DIV>>Hello,
<DIV></DIV>>
<DIV></DIV>>I'm a beginning C++ programmer and I have made a program that
<DIV></DIV>>calculates all numbers smaller than 100 that contain a 2.
<DIV></DIV>>It seems to work, but I would like to be able to pause the output
<DIV></DIV>>when I have got e.g. 20 numbers, and when I press enter the program
<DIV></DIV>>should continue.
<DIV></DIV>>
<DIV></DIV>>So far I have this:
<DIV></DIV>>
<DIV></DIV>>#include <IOSTREAM>
<DIV></DIV>>
<DIV></DIV>>int fPrintX(unsigned x)
<DIV></DIV>>{ cout << x << endl << x*x << endl;
<DIV></DIV>> y++;
<DIV></DIV>>}
<DIV></DIV>>
<DIV></DIV>>int main()
<DIV></DIV>>{
<DIV></DIV>> unsigned x, y;
<DIV></DIV>> y=0;
<DIV></DIV>> cout << "This program will search all numbers smaller than 100
<DIV></DIV>>that" <<
<DIV></DIV>>endl;
<DIV></DIV>> cout << "contain the number 2, and will also calculate the
<DIV></DIV>>square." <<
<DIV></DIV>>endl;
<DIV></DIV>> x=0;
<DIV></DIV>> while (x<=100)
<DIV></DIV>> { if (x%10==2)
<DIV></DIV>> { fPrintX(x);
<DIV></DIV>> }
<DIV></DIV>> else if (x/10==2)
<DIV></DIV>> { fPrintX(x);
<DIV></DIV>> }
<DIV></DIV>> if (y==20)
<DIV></DIV>> { //here I would like the program to pause
<DIV></DIV>> }
<DIV></DIV>> x++;
<DIV></DIV>> }
<DIV></DIV>> cin >> x;
<DIV></DIV>> return 0;
<DIV></DIV>>}
<DIV></DIV>>
<DIV></DIV>>
<DIV></DIV>>Thanks!
<DIV></DIV>>_________________________________________________________________________
<DIV></DIV>>Get Your Private, Free E-mail from MSN Hotmail at
<DIV></DIV>>http://www.hotmail.com.
<DIV></DIV>>
<DIV></DIV>>
<DIV></DIV>>_______________________________________________
<DIV></DIV>>Dev-cpp-users mailing list
<DIV></DIV>>Dev...@li...
<DIV></DIV>>http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users
<DIV></DIV><br clear=all><hr>Get your FREE download of MSN Explorer at <a href="http://explorer.msn.com">http://explorer.msn.com</a><br></p></html>
|