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
|
4
|
5
|
6
|
7
|
8
|
9
(1) |
10
|
11
|
12
|
13
|
14
|
15
(1) |
16
(2) |
17
(2) |
18
|
19
|
20
(3) |
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
(2) |
31
|
|
|
From: Per W. <pw...@ia...> - 2009-12-30 15:47:57
|
Do test the result of your fgets() calls. Don't expect that feof() will look ahead to see that the next fgets() will fail to find more data. /pwm On Wed, 30 Dec 2009, Jan Mura wrote: > Hello, > I've got problems with reading a file. > I'm working on a connected list, but would like to store the list. > The source code for writing to a file: > > do > { > fputs (member -> name, filelist); > fputs ("\n", filelist); > fputs (member -> number, filelist); > fputs ("\n", filelist); > > member = member -> next; > } > while (member != temp -> next); > > > ...seems it works correctly > > Reading from a file is: > > do > { > fgets (user_name, 50, filelist); > fgets (user_number, 50, filelist); > in_user(&pointer_to_user, user_name, user_number); > } > while (!feof(filelist)); > > And it seems it reads one more thing, so then in the list is one more > member > > Thank you for a help in advance. > > Jan Mura > > > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > 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: Jan M. <jan...@vo...> - 2009-12-30 09:51:36
|
Hello, I've got problems with reading a file. I'm working on a connected list, but would like to store the list. The source code for writing to a file: do { fputs (member -> name, filelist); fputs ("\n", filelist); fputs (member -> number, filelist); fputs ("\n", filelist); member = member -> next; } while (member != temp -> next); ...seems it works correctly Reading from a file is: do { fgets (user_name, 50, filelist); fgets (user_number, 50, filelist); in_user(&pointer_to_user, user_name, user_number); } while (!feof(filelist)); And it seems it reads one more thing, so then in the list is one more member Thank you for a help in advance. Jan Mura |
From: Per W. <pw...@ia...> - 2009-12-20 19:47:18
|
I normally do a full install of MinGW separately, and haven't had any problem with the debugger. Maybe you have installed a new MinGW compiler, but not a debugger, so that Code::Blocks finds an older debugger installed together with Dev-C++. /pwm On Sun, 20 Dec 2009, Mr. Bijoy Chandra Phukan wrote: > Hi, > > To day I downloaded CodeBlocks 8.02 and successfully installed on my PC. I'm > using GNU GCC as the default Compiler. When I tried to compile my program, I > get this message " Your Debugger is using a different Compiler - skipping. > Nothing can be done". I would be grateful if anybody could help me to > overcome this problem. > > BIJOY > |
From: George P. <gx...@gm...> - 2009-12-20 18:53:05
|
Hi, try sending your question to CodeBlocks mail-list (if they have) or CodeBlocks forums. Your problem look that you don't use a GNU GCC-compatible debugger. Try compiling without debugging. I don't know how is CodeBlocks, so I did all my best, because I still use Dev-CPP. Hope this helps. Regards, George. 2009/12/20 Mr. Bijoy Chandra Phukan <phu...@gm...> > Hi, > > To day I downloaded CodeBlocks 8.02 and successfully installed on my PC. > I'm using GNU GCC as the default Compiler. When I tried to compile my > program, I get this message " Your Debugger is using a different Compiler > - skipping. Nothing can be done". I would be grateful if anybody could > help me to overcome this problem. > > BIJOY > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > 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: Mr. B. C. P. <phu...@gm...> - 2009-12-20 16:30:04
|
Hi, To day I downloaded CodeBlocks 8.02 and successfully installed on my PC. I'm using GNU GCC as the default Compiler. When I tried to compile my program, I get this message " Your Debugger is using a different Compiler - skipping. Nothing can be done". I would be grateful if anybody could help me to overcome this problem. BIJOY |
From: Aarushi G. <aar...@gm...> - 2009-12-17 11:56:35
|
Hi, i need to know how i can provide dll name i need during code compilation in dev c++ Regards, Aarushi |
From: Per W. <pw...@ia...> - 2009-12-17 05:21:12
|
You are not alone, having problems with the integrated debugger. Best is to run the debugging outside Dev-C++. By the way - have you tried out the Code::Blocks IDE? /pwm On Wed, 16 Dec 2009, Stephen Rowe wrote: > the program always ask to compile with debug info but it never works . gdb > seems to be there. iam running windows 7 :( > > steve > |
From: Stephen R. <sro...@gm...> - 2009-12-16 19:27:29
|
I found the.sulution in compiler options. Never the less the dialog for compiling debug info doesn't affect the compiler On Wednesday, December 16, 2009, Stephen Rowe <sro...@gm...> wrote: > the program always ask to compile with debug info but it never works . gdb seems to be there. iam running windows 7 :( > > steve > |
From: Stephen R. <sro...@gm...> - 2009-12-16 17:01:51
|
the program always ask to compile with debug info but it never works . gdb seems to be there. iam running windows 7 :( steve |
From: João M. R. S. T. <ta...@fe...> - 2009-12-15 16:13:44
|
Dear Colleague, Efficient and powerful medical imaging systems have been assuming a growing and crucial importance in medicine, allowing a deep examination and understanding on the human body and, therefore, playing an essential role for adequate diagnosis, treatment and follow-up. The main goal of the Workshop Medical Imaging Systems is to bring together researchers involved in the related domains, in order to set the major lines of development for the near future. Due to your research activities, we would like to invite you to submit a contributed paper for the Workshop Medical Imaging Systems within EUROSIS EUROMEDIA 2010 (http://www.eurosis.org/cms/?q=node/1103), April 14-16, 2010, UPV Gandia, Gandia, Spain. WORKSHOP TOPICS (not exhaustive): - Image acquisition; - Signal processing; - Image processing and analysis; - Modelling and simulation; - Computer aided diagnosis; - Surgery, therapy, and treatment; - Computational bioimaging and visualization; - Software development; - Virtual reality; - Telemedicine systems and their applications; - Assistive technology; - Computational anatomy; - Medical robots; - Imaging devices; - Hardware systems. IMPORTANT DATES: - Submission Deadline (extended abstract or full paper): February 5, 2010; - Notification of Acceptance or Rejection: February 15, 2010; - Authors provide camera-ready manuscript: March 20, 2010; - Conference Events: April 14-16, 2010. SCIENTIFIC COMMITTEE: Adélia Sequeira, Instituto Superior Técnico, Portugal Alberto De Santis, Università degli Studi di Roma "La Sapienza", Italy Aledir Silveira Pereira, São Paulo State University, Brazil Ana Mafalda Reis, University of Porto, Portugal Anton Vernet, University Rovira i Virgili, Spain Arrate Muñoz Barrutia, University of Navarra, Spain Begoña Calvo Calzada, University of Zaragoza, Spain Bernard Gosselin, Faculte Polytechnique de Mons, Belgium Christos E. Constantinou, Stanford University School of Medicine, USA Dinggang Shen, UNC-CH School of Medicine, USA Emmanuel A. Audenaert, Ghent University Hospital, Belgium Enrique Alegre Gutiérrez, University of León, Spain Fiorella Sgallari, University of Bologna, Italy Jorge M. G. Barbosa, University of Porto, Portugal Lyuba Alboul, Sheffield Hallam University, UK Mahmoud El-Sakka, The University of Western Ontario London, Canada Manuel González Hidalgo- Balearic Islands University, Spain Maria Elizete Kunkel, Universität Ulm, Germany Maria Petrou, Imperial College London, UK Miguel Velhote Correia, University of Porto, Portugal Paola Lecca, The Microsoft Research, University of Trento, Italy Petia Radeva, Autonomous University of Barcelona, Spain Renato Natal Jorge, University of Porto, Portugal Sabina Tangaro, National Institute of Nuclear Physics, Italy Teresa Mascarenhas, University of Porto, Portugal Vassili Kovalev, University of Surrey, UK Yongjie Zhang, Carnegie Mellon University, USA Zeyun Yu, University of Wisconsin at Milwaukee, USA For further details please see the conference website at: http://www.eurosis.org/cms/?q=node/1103 We are looking forward to see you in Gandia next April. Yours sincerely, João Manuel R. S. Tavares, University of Porto, Portugal Daniela Iacoviello, Sapienza University of Rome, Italy (Workshop organizers) |
From: João M. R. S. T. <ta...@fe...> - 2009-12-09 20:32:14
|
Dear Colleague, Within the International Conference on Computational & Experimental Engineering and Sciences 2010 (ICCES'10), to be held in Las Vegas, USA, in March 28 - April 1, 2010, we are organizing the Symposium Image Processing and Analysis. Examples of some topics that will be considered in the symposium Image Processing and Analysis are: Image restoring, Description, Compression, Segmentation and Description; Objects tracking, Matching, Reconstruction and Registration; Enhanced Visualization; Simulation and Animation; Software Development for Image Processing and Analysis; Grid Computing in Image Processing and Analysis; Applications of Image Processing and Analysis. Due to your research activities in those fields, we would like to invite you to submit your work and participate in the Symposium Image Processing and Analysis. Submission Deadline and Instructions: - Final Deadline for last minute abstract submission: March 1, 2010; - For instructions and submission, please access to the conference website at: http://www.icces.org/. Please note, when submitting your work you should choose the Symposium Image Processing and Analysis. With kind regards, Yours sincerely, The Organizers, João Manuel R. S. Tavares (ta...@fe...) Faculty of Engineering of University of Porto, Porto, Portugal Yongjie (Jessica) Zhan (jes...@an...) Department of Mechanical Engineering, Carnegie Mellon University, Pittsburgh, USA Maria João M. Vasconcelos (mar...@fe...) Faculty of Engineering of University of Porto, Porto, Portugal |