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
|
10
|
11
|
12
|
13
|
14
(1) |
15
|
16
|
17
|
18
|
19
|
20
|
21
(3) |
22
(2) |
23
|
24
|
25
|
26
(2) |
27
(1) |
28
|
29
|
30
|
From: KRISHNAN RA <kri...@ou...> - 2013-11-27 01:57:41
|
You have to initialize the randomization with the following command. This you can do immediately after opening main(). srand(time(NULL)); there after each time you can take a seed from rand() command and equate it to an integer or long variable. The below link clears it beyond doubt. http://www.cplusplus.com/reference/cstdlib/rand/?kw=rand RegKRA From: rod...@ho... To: ba...@en...; dev...@li... Date: Tue, 26 Nov 2013 06:18:45 +0000 Subject: Re: [Dev-C++] about srand() Hi Hassan, This link may help you: http://cboard.cprogramming.com/c-programming/132362-random-number-generator-srand.html maybe this evening I will try to run a small example. Regards Rodolfo d'Ettorre Date: Tue, 26 Nov 2013 08:38:15 +0330 From: ba...@en... To: dev...@li... Subject: [Dev-C++] about srand() hi anybody can help how to use srand() in this compiler ?? Best Regards, Hassan Barjini, Ph.D Assistant Professor, Dept. Computer Engineering Imam Khomeini International University,Iran ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ 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 ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ 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: rodolfo d'E. <rod...@ho...> - 2013-11-26 06:18:52
|
Hi Hassan, This link may help you: http://cboard.cprogramming.com/c-programming/132362-random-number-generator-srand.html maybe this evening I will try to run a small example. Regards Rodolfo d'Ettorre Date: Tue, 26 Nov 2013 08:38:15 +0330 From: ba...@en... To: dev...@li... Subject: [Dev-C++] about srand() hi anybody can help how to use srand() in this compiler ?? Best Regards, Hassan Barjini, Ph.D Assistant Professor, Dept. Computer Engineering Imam Khomeini International University,Iran ------------------------------------------------------------------------------ Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the forefront of tech innovation. Intel(R) Software Adrenaline delivers strategic insight and game-changing conversations that shape the rapidly evolving mobile landscape. Sign up now. http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk _______________________________________________ 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: Hassan B. <ba...@en...> - 2013-11-26 05:08:28
|
hi anybody can help how to use srand() in this compiler ?? Best Regards, Hassan Barjini, Ph.D Assistant Professor, Dept. Computer Engineering Imam Khomeini International University,Iran |
From: _icuss, K. Z. <kar...@ic...> - 2013-11-22 11:17:08
|
hello, I have installed wxDev-C++ version 7.4.2.569. If I compile a simple sourcecode, I get an errormessage from the compiler like: The command "cl.exe" is written wrong or can not be find. So what is this. Regards Karl |
From: pwm <pw...@ia...> - 2013-11-22 09:42:46
|
This is a mostly defunct list. Condider using Code::Blocks. /Per W > I am repeating this message since becoming a subscriber to the Dev-cpp-users mailing list. > > I am a newbie to Dev-C++, though I have plenty of experience with C++ and Visual C++. > > I have installed version 4.9.9.2, and had some success in compiling and executing code. > > I notice that the Check for Updates tools gives a very long list of possible downloads, some of which seem to be extensions to Dev-C++ rather than improvements > or error corrections. > > Are there any particular updates that I should immediately download? Either error corrections or updates to existing code? > > Thanks. > > |
From: Pink B. <da...@ya...> - 2013-11-21 22:10:38
|
Molhanec sez, > Note that the original Dev-C++ is quite old and not developed anymore. > There are two projects which continue the development: > http://orwelldevcpp.blogspot.com/ (very active) > http://wxdsgn.sourceforge.net/ (has integrated wxWidgets designer, not that active recently) > Also note that it's just an IDE, you can update the compiler itself independently. One can also look at Codelite (http://codelite.org/) and CodeBlocks ( codeblocks.org) both are lightweight IDE's with bundled compilers. Both are free and work under windows, linux and probably OSx. I'm using codelite currently. Questions on the user forums for either get answered quickly and helpfully which is a big plus. Matt |
From: Michal M. <mol...@se...> - 2013-11-21 20:04:26
|
Hello, Dne 21.11.2013 16:26, Kim Rudeen napsal(a): > I am repeating this message since becoming a subscriber to the Dev-cpp-users mailing list. > > I am a newbie to Dev-C++, though I have plenty of experience with C++ and Visual C++. > > I have installed version 4.9.9.2, and had some success in compiling and executing code. > > I notice that the Check for Updates tools gives a very long list of possible downloads, some of which seem to be extensions to Dev-C++ rather than improvements or error corrections. > > Are there any particular updates that I should immediately download? Either error corrections or updates to existing code? Note that the original Dev-C++ is quite old and not developed anymore. There are two projects which continue the development: http://orwelldevcpp.blogspot.com/ (very active) http://wxdsgn.sourceforge.net/ (has integrated wxWidgets designer, not that active recently) Also note that it's just an IDE, you can update the compiler itself independently. -- Zdraví, Michal Molhanec |
From: Kim R. <kmr...@co...> - 2013-11-21 15:26:26
|
I am repeating this message since becoming a subscriber to the Dev-cpp-users mailing list. I am a newbie to Dev-C++, though I have plenty of experience with C++ and Visual C++. I have installed version 4.9.9.2, and had some success in compiling and executing code. I notice that the Check for Updates tools gives a very long list of possible downloads, some of which seem to be extensions to Dev-C++ rather than improvements or error corrections. Are there any particular updates that I should immediately download? Either error corrections or updates to existing code? Thanks. |
From: Mdsameem S. <mds...@gm...> - 2013-11-14 11:01:26
|
is there any offline documentation for header files, functions and macros in dev c++? if yes how to use it or access it? |