dev-cpp-users Mailing List for Dev-C++
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
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
(3) |
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
(1) |
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
(2) |
29
|
30
|
|
|
|
|
From: Rob M. <rob...@gm...> - 2013-04-28 12:58:27
|
Try the following: cin.get(); // dummy input or system("pause"); This doesn't seem to be required anymore in Windows 8 On Sat, Apr 27, 2013 at 11:54 PM, Wes Madeira <nom...@ya...> wrote: > I am just starting to learn about programming and the use of text editor's > and compilers. I have installed Dev-C++ and was able to successfully run a > program, however I can not get my windows "cmd" window to pop up showing > the programs result. All I get is the window of Dev-c++ telling me it > worked. What setting must I change in order to have the "cmd" window pop up? > > Thank you > Wes Madeira > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > 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 > > |
From: Wes M. <nom...@ya...> - 2013-04-28 03:54:26
|
I am just starting to learn about programming and the use of text editor's and compilers. I have installed Dev-C++ and was able to successfully run a program, however I can not get my windows "cmd" window to pop up showing the programs result. All I get is the window of Dev-c++ telling me it worked. What setting must I change in order to have the "cmd" window pop up? Thank you Wes Madeira |
From: Michal M. <mol...@se...> - 2013-04-02 19:31:02
|
Dne 2.4.2013 11:52, Leslaw Bieniasz napsal(a):> Hi, > > I am beginning to work with DevC++ and MInGW compiler, and I have a few > questions: > > 1) I notice that the method name() of the type_info object returned by > the operator typeid() does not return the exact class name (when called > for a class object), but the class name preceded by some digits. Is this > a normal behaviour or some bug in the compiler? C++ standard does not define what exactly it should return, so basically everything is OK. c++filt.exe in the bin directory should be able to demangle it. > 3) I notice that the size of the executables (for console type > applications) exceeds several times the size that I have previously > obtained by using Borland C++ Builder. Is there any way (compiler > options?) to reduce this size, and what is generally the reason > for this behaviour? Turn off generating of debugging information and enable stripping of executable when Linking. It should be somewhere in the Project Options, Compiler settings, Linker. GCC has also -Os setting for optimization for size. But the biggest difference should do the striping. You can also strip already build executable using the strip.exe from the bin directory. > 5) I wonder if anybody has experiences with creating DLLs that > cooperate with MS C++ Visual Studio - produced GUIs? > This is something that I need to do, because I need long double > variables offered by MInGW and DevCPP, but Visual Studio should > be better for making a GUI, although it does not provide > support for long doubles. Will such a combination work? You will have problems in passing the long double value to/from gui, you would have to either pass it as string or just double or something like that. Also note that the free Visual C++ Express does not support MFC, only .Net framework GUI libraries which uses completely non-standard C++ dialect. If I were you I would use wxWidgets library for GUI, it's something like MFC, there are some tools which help with layouting of forms, eg. wxDev-C++, although the quality of these tools vary and none of them of course equals to MFC support in full version of Visual Studio. Regards, Michal Molhanec |
From: némo <od...@fr...> - 2013-04-02 10:22:50
|
sorry french only Le 02/04/2013 11:52, Leslaw Bieniasz a écrit : > > > Hi, > > I am beginning to work with DevC++ and MInGW compiler, and I have a few > questions: > > 1) I notice that the method name() of the type_info object returned by > the operator typeid() does not return the exact class name (when called > for a class object), but the class name preceded by some digits. Is this > a normal behaviour or some bug in the compiler? > > 2) I have experimented a bit with the long double variable type, > and I notice that it does, in fact, have an improved precision > over the standard double variables. However, it is not possible > to substitute a long double variable with a value exceeding the > range of double variables (values greater than about 1.0e308). > I have experienced a similar problem with the Borland C++ Builder. > Is there any way to force the long double variables to accept > the values from the entire range theoretically expected for these > variables? > > 3) I notice that the size of the executables (for console type > applications) exceeds several times the size that I have previously > obtained by using Borland C++ Builder. Is there any way (compiler > options?) to reduce this size, and what is generally the reason > for this behaviour? > > 4) After compiling successfully a pretty largish project, > I get quite many warnings: > > [Warning] unknown escape sequence '\T' > > These seem to occur either in files indicated in the compiler > message window (bottom of the IDE screen), or the name of the file > is not indicated. An attempt to click on the message, to see > the place where the warning occurs, does not work. What can be > the reson for these messages, and how to eliminate the problem? > > 5) I wonder if anybody has experiences with creating DLLs that > cooperate with MS C++ Visual Studio - produced GUIs? > This is something that I need to do, because I need long double > variables offered by MInGW and DevCPP, but Visual Studio should > be better for making a GUI, although it does not provide > support for long doubles. Will such a combination work? > > Leslaw > > > > > > ------------------------------------------------------------------------------ > Own the Future-Intel(R) Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. Compete > for recognition, cash, and the chance to get your game on Steam. > $5K grand prize plus 10 genre and skill prizes. Submit your demo > by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2 > _______________________________________________ > 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 > > > |
From: Leslaw B. <nbb...@cy...> - 2013-04-02 09:52:53
|
Hi, I am beginning to work with DevC++ and MInGW compiler, and I have a few questions: 1) I notice that the method name() of the type_info object returned by the operator typeid() does not return the exact class name (when called for a class object), but the class name preceded by some digits. Is this a normal behaviour or some bug in the compiler? 2) I have experimented a bit with the long double variable type, and I notice that it does, in fact, have an improved precision over the standard double variables. However, it is not possible to substitute a long double variable with a value exceeding the range of double variables (values greater than about 1.0e308). I have experienced a similar problem with the Borland C++ Builder. Is there any way to force the long double variables to accept the values from the entire range theoretically expected for these variables? 3) I notice that the size of the executables (for console type applications) exceeds several times the size that I have previously obtained by using Borland C++ Builder. Is there any way (compiler options?) to reduce this size, and what is generally the reason for this behaviour? 4) After compiling successfully a pretty largish project, I get quite many warnings: [Warning] unknown escape sequence '\T' These seem to occur either in files indicated in the compiler message window (bottom of the IDE screen), or the name of the file is not indicated. An attempt to click on the message, to see the place where the warning occurs, does not work. What can be the reson for these messages, and how to eliminate the problem? 5) I wonder if anybody has experiences with creating DLLs that cooperate with MS C++ Visual Studio - produced GUIs? This is something that I need to do, because I need long double variables offered by MInGW and DevCPP, but Visual Studio should be better for making a GUI, although it does not provide support for long doubles. Will such a combination work? Leslaw |