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
(1) |
3
|
4
|
5
|
6
|
7
(1) |
8
(2) |
9
(1) |
10
|
11
|
12
|
13
|
14
|
15
(4) |
16
(1) |
17
(1) |
18
(1) |
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
(1) |
29
|
30
(2) |
31
|
|
|
|
|
|
|
From: Rob M. <rob...@gm...> - 2013-03-30 15:00:36
|
Try this: // header file includes #include <iostream> using namespace std; #include <stdio.h> #include <math.h> #include <iomanip> For standard "C" headers, the ".h" is fine, but for C++, looks like DevC++ requires using namespace. And leave off the ".h" Don't believe that was necessary in prior versions. On Sat, Mar 30, 2013 at 4:11 AM, Ravi Shekhawat <she...@gm...>wrote: > Sir, dev c++ compiler is depicting error in the header file iostream.h > disabling me to write programs in c++.Could you please tell me how to fix > this horrible error?It's approving stdio.h though > > > ------------------------------------------------------------------------------ > 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: Ravi S. <she...@gm...> - 2013-03-30 08:11:50
|
Sir, dev c++ compiler is depicting error in the header file iostream.h disabling me to write programs in c++.Could you please tell me how to fix this horrible error?It's approving stdio.h though |
From: João M. R. S. T. <ta...@fe...> - 2013-03-28 16:14:32
|
Dear Colleague, We would like to call your attention that the deadline for abstracts submission for the International Conference VipIMAGE 2013 - IV ECCOMAS THEMATIC CONFERENCE ON COMPUTATIONAL VISION AND MEDICAL IMAGE PROCESSING (www.fe.up.pt/~vipimage) to be held October 14-16, 2013, in Melia Madeira Mare Hotel, Madeira Island, Funchal, Portugal, is approaching (April 15). Once again, we would like to invite you to participate and share your expertise in VipIMAGE 2013. Possible Topics (not limited to) Signal and Image Processing Computational Vision Medical Imaging Physics of Medical Imaging Tracking and Analysis of Movement Simulation and Modeling Image Acquisition Industrial Applications Shape Reconstruction Objects Segmentation, Matching, Simulation Data Interpolation, Registration, Acquisition and Compression 3D Vision Virtual Reality Visual Inspection Software Development for Image Processing and Analysis Computer Aided Diagnosis, Surgery, Therapy, and Treatment Computational Bioimaging and Visualization Telemedicine Systems and their Applications Invited Lecturers Daniel Rueckert - Imperial College London, UK Dimitris N. Metaxas - Rutgers University, USA Durval C. Costa - Champalimaud Foundation, Portugal James S Duncan - Yale School of Medicine, USA Milan Sonka - The University of Iowa, USA Richard Bowden - University of Surrey, UK Thematic Sessions Proposals to organize Thematic Session under the auspicious of VipIMAGE 2013 are welcome. Proposals for Thematic Sessions should be submitted by email to the conference co-chairs (ta...@fe..., rn...@fe...). Confirmed Thematic Sessions Imaging of Biological Flows: trends and challenges Trabecular Bone Characterization: New trends and challenges Computational Vision and Image Processing applied to Dental Medicine Publications Proceedings: The proceedings book will be published by the Taylor & Francis Group (www.balkema.nl/instructions.asp) and indexed by Thomson Reuters Conference Proceedings Citation Index, IET Inspect and Elsevier Scopus. Springer Book: A book with 20 invited works from the ones presented in the conference will be published by Springer under the book series Lecture Notes in Computational Vision and Biomechanics (www.springer.com/series/8910). Journal Publication: A dedicated special issue of the Taylor & Francis International Journal Computer Methods in Biomechanics and Biomedical Engineering: Imaging & Visualization (www.tandfonline.com/tciv) will be published with extended versions of the best works presented in the conference. Important dates Deadline for Abstracts: April 15, 2013 Authors Notification: May 1, 2013 Deadline for Lectures and Papers: July 1, 2013 We are looking forward to see you in Funchal next October. Kind regards, João Manuel R. S. Tavares Renato Natal Jorge (conference co-chairs) PS. For further details, please, have a look in the conference website at: www.fe.up.pt/~vipimage, or in the conference Facebook page at: www.facebook.com/pages/Vipimage/237980719665456, or join the LinkedIn conference group at: http://www.linkedin.com/groups?gid=4752820&trk=hb_side_g |
From: Jair S. <jsa...@gm...> - 2013-03-18 18:30:59
|
Hello all. I 've been trying to compile FreeCad and came across the following error: Error 422 error C2371: 'int8_t' : redefinition; different basic types c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdint.h 17 1 SketcherGui This error occur more than 300 times and it is related to the following line typedef signed char int8_t; which exist in the stdint.h. As you can see stdint.h is a MSVC 10 file. In one of the files where this error occur the line is InputStream& operator >> (int8_t& ch); I tried to google the error but couldn't find anything useful. Any help will be very much appreciated. TIA Jair Santos |
From: Krishnan RA <kri...@ou...> - 2013-03-17 02:12:44
|
Your version of Dev should be above 5.3.0.4. 《5 will show this error. Regards Krishnan RA -------- Original message -------- From: Rob Mahoney <rob...@gm...> Date: 17/03/2013 4:45 AM (GMT+05:30) To: dev...@li... Subject: [Dev-C++] problem compiling C++ Just installed Dev C++ on new PC w/Windows 8. When attempting to compile program, I get an error pop-up in a dialogue box: "g++.exe has stopped working". Can anyone assist? Thank you. Rob Mahoney. |
From: Rob M. <rob...@gm...> - 2013-03-16 23:15:20
|
Just installed Dev C++ on new PC w/Windows 8. When attempting to compile program, I get an error pop-up in a dialogue box: "g++.exe has stopped working". Can anyone assist? Thank you. Rob Mahoney. |
From: Pink B. <da...@ya...> - 2013-03-15 22:08:18
|
Leslaw Bieniasz wrote: > I am new to this list and to DevC++. I need a c++ compiler and IDE that allows one to develop console applications for Win 32. The applications will serve for numerical computations. The important requirement is that I need a support for "long double" variables (that is I need variables more precise than "double" variables according to IEEE754). Does DevC++ offer such a support? I also need a support for the stl. CodeLite should do that. http://www.codelite.org Or CodeBlocks. http://www.codeblocks.org/ Both are open source and light weight IDE's. I've been using CodeLite myself. Code completion works fairly well on it. PS: CodeLite uses virtual folders to logically organize your project. Virtual folders have nothing in particular to do with the actual folders on disk. This point seems to confuse people at first. Matt |
From: Michal M. <mol...@se...> - 2013-03-15 20:51:04
|
Dne 15.3.2013 10:56, Leslaw Bieniasz napsal(a): > I am new to this list and to DevC++. I need a c++ compiler and > IDE that allows one to develop console applications > for Win 32. The applications will serve for numerical computations. > The important requirement is that I need a support > for "long double" variables (that is I need variables more precise than > "double" variables according to IEEE754). Does DevC++ offer such a > support? I also need a support for the stl. Note that Dev-C++ is just an IDE, the compiler it uses is GCC (MinGW version) and you can find details about it at gcc.gnu.org and mingw.org . It supports both long double and STL. > A second question is of legal nature. My programming activities > have a scientific character (I work for a university), so that both > the results of my calculations and posssibly also the programs > will be published in the scientific journals, or made publicly available > in source or executable form. Is this allowed by the DevC++ license and > the license of the related compiler(s)? Yes, the GNU license which Dev-C++ and GCC uses places no restrictions on produced output, the STL has explicit permission to be freely used and the rest of the MinGW is public domain/MIT licensed (very nonlimiting license). Be of course careful about the license of the libraries you are going to use. -- Zdraví, Michal Molhanec |
From: Reid T. <Rei...@at...> - 2013-03-15 13:52:01
|
On Fri, 2013-03-15 at 10:56 +0100, Leslaw Bieniasz wrote: > > Hello, > > I am new to this list and to DevC++. I need a c++ compiler and > IDE that allows one to develop console applications > for Win 32. The applications will serve for numerical computations. > The important requirement is that I need a support > for "long double" variables (that is I need variables more precise than > "double" variables according to IEEE754). Does DevC++ offer such a > support? I also need a support for the stl. > > A second question is of legal nature. My programming activities > have a scientific character (I work for a university), so that both > the results of my calculations and posssibly also the programs > will be published in the scientific journals, or made publicly available > in source or executable form. Is this allowed by the DevC++ license and > the license of the related compiler(s)? > > Leslaw google codeblocks |
From: Leslaw B. <nbb...@cy...> - 2013-03-15 09:56:27
|
Hello, I am new to this list and to DevC++. I need a c++ compiler and IDE that allows one to develop console applications for Win 32. The applications will serve for numerical computations. The important requirement is that I need a support for "long double" variables (that is I need variables more precise than "double" variables according to IEEE754). Does DevC++ offer such a support? I also need a support for the stl. A second question is of legal nature. My programming activities have a scientific character (I work for a university), so that both the results of my calculations and posssibly also the programs will be published in the scientific journals, or made publicly available in source or executable form. Is this allowed by the DevC++ license and the license of the related compiler(s)? Leslaw |
From: Hafijul I. <haf...@ya...> - 2013-03-09 00:08:55
|
http://sitelectronica.com/lac/pniwxhexzbsmkgx/slwchglppszxtjs.php Hafijul Islam |
From: Salvador P. C. <sal...@co...> - 2013-03-08 13:09:24
|
Estimado Tony, Con fecha viernes, 08 de marzo de 2013, 12:59:49, escribió: TS> Hi Dev cpp users my name is Tony and i have a problem!!! TS> TS> I just want to now why this functions and heaqders just dont work out, they sould work i think. TS> TS> //#include <system> Hello: Try this: #include <csystem> Remember, standard C headers use "c" prefix en C++. Hasta pronto. -- Saludos, Salvador mailto:sal...@co... Con Clase: http://www.conclase.net |
From: Tony S. <ton...@li...> - 2013-03-08 12:00:00
|
Hi Dev cpp users my name is Tony and i have a problem!!! I just want to now why this functions and heaqders just dont work out, they sould work i think. The programing rows... Why does not the random function and the clear screen function work. And i dont find the header file <system>, why sould it not be in the library just like the outhers... io think for exampel of <iostream> file. //#include <system> //using std::system; //using std::srand; //using std::rand; // srand(time(0)); // Nytt frö för random-generatorn // // system("cls"); // Rensa skärmen // iEType = rand() / (RAND_MAX / 3 + 1) + 1; // iEHp -= rand() / (RAND_MAX / iDmg_max + 1) + iDmg_min; // iCurrentHp -= rand() / (RAND_MAX / iEDmg_max + 1) + iEDmg_min; // system("cls"); // Rensa skärmen That was the problem i had, thanks for a quick answer. Regards Tony Styrbjörn |
From: Hafijul I. <haf...@ya...> - 2013-03-07 20:26:09
|
http://lavacanervia.org/yvbgc/mboscv Hafijul Islam |
From: João M. R. S. T. <ta...@fe...> - 2013-03-02 19:58:11
|
Dear Colleague, We are pleased to invite you to the International Conference VipIMAGE 2013 - IV ECCOMAS THEMATIC CONFERENCE ON COMPUTATIONAL VISION AND MEDICAL IMAGE PROCESSING (www.fe.up.pt/~vipimage) to be held October 14-16, 2013, in Melia Madeira Mare Hotel, Madeira Island, Funchal, Portugal. Possible Topics (not limited to) Signal and Image Processing Computational Vision Medical Imaging Physics of Medical Imaging Tracking and Analysis of Movement Simulation and Modeling Image Acquisition Industrial Applications Shape Reconstruction Objects Segmentation, Matching, Simulation Data Interpolation, Registration, Acquisition and Compression 3D Vision Virtual Reality Visual Inspection Software Development for Image Processing and Analysis Computer Aided Diagnosis, Surgery, Therapy, and Treatment Computational Bioimaging and Visualization Telemedicine Systems and their Applications Invited Lecturers Daniel Rueckert - Imperial College London, UK Dimitris N. Metaxas - Rutgers University, USA Durval C. Costa - Champalimaud Foundation, Portugal James S Duncan - Yale School of Medicine, USA Milan Sonka - The University of Iowa, USA Richard Bowden - University of Surrey, UK Thematic Sessions Proposals to organize Thematic Session under the auspicious of VipIMAGE 2013 are welcome. The organizers of the selected thematic sessions will be included in the conference scientific committee and will have a reduced registration fee. Additionally, they will be responsible for the dissemination of their thematic session, may invite expertise researchers to have invited keynotes during their session and will participate in the review process of the submitted contributions. Proposals for Thematic Sessions should be submitted by email to the conference co-chairs (ta...@fe..., rn...@fe...) until March 1, 2013. Confirmed thematic session: Imaging of Biological Flows: trends and challenges Publications Proceedings: The proceedings book will be published by the Taylor & Francis Group (www.balkema.nl/instructions.asp) and indexed by Thomson Reuters Conference Proceedings Citation Index, IET Inspect and Elsevier Scopus. Springer Book: A book with 20 invited works from the ones presented in the conference will be published by Springer under the book series Lecture Notes in Computational Vision and Biomechanics (www.springer.com/series/8910). Journal Publication: A dedicated special issue of the Taylor & Francis International Journal Computer Methods in Biomechanics and Biomedical Engineering: Imaging & Visualization (www.tandfonline.com/tciv) will be published with extended versions of the best works presented in the conference. Important dates Deadline for Thematic Session Proposals: March 1, 2013 Deadline for Extended Abstracts: April 15, 2013 Authors Notification: May 1, 2013 Deadline for Lectures and Papers: July 1, 2013 We are looking forward to see you in Funchal next October. Kind regards, João Manuel R. S. Tavares Renato Natal Jorge (conference co-chairs) PS. For further details please have a look in the conference website at: www.fe.up.pt/~vipimage, or the facebook page at: www.facebook.com/pages/Vipimage/237980719665456 |