dev-cpp-users Mailing List for Dev-C++ (Page 736)
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: <ste...@ge...> - 2001-01-10 04:13:08
|
Try this;
read some entry and then something like; (change the type of variable so =
it's suitable for the entries.)
entry_var =3D new int[size_of_entry];
if(!entry_var)
{
cout << "Unable to allocate memory!";
getch();
exit(-1);
}
do your stuff with the entries, and then remember to delete it like =
this;
delete(entry_var);
----- Original Message -----=20
From: "Alan Thomas" <ala...@3n...>
To: <dev...@li...>
Sent: Tuesday, January 09, 2001 7:00 PM
Subject: [Dev-C++] dynamic array
> How do you dynamically allocate space for an array? I have a
> program that works but is awkward in one aspect and potentially slow =
(for
> large input files). It performs operations on a file containing a
> particular format of calendar entries. Because I did not wish to =
initially
> deal with dynamically allocating memory as I read in calendar entries, =
I
> first read through the file just cueing on an end of entry character, =
to
> count the number of entries. Then I declare an array of the =
appropriate
> size, which will be used to hold processed information for each entry.
>=20
> This works fine for current input file sizes, but could =
slow
> things down noticeably if the input file was an order of magnitude =
larger.
> So, the alternative would be to allocate space as I read in entries.
>=20
> Thanks, Alan
>=20
>=20
>=20
>=20
>=20
> _______________________________________________
> Dev-cpp-users mailing list
> Dev...@li...
> http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users
>=20
|
|
From: <ste...@ge...> - 2001-01-10 04:09:07
|
Hi there... I'm trying to make some Allegro-stuff work with Rhide, which I've just = downloaded. It's goes fine with including the <allegro.h> but when I = tryes something like allegro_init(); the compiler says; "Undefined = reference to 'allegro_init'. What is there to do?? Thanks... 'n ceep coding, eh? |
|
From: Alan T. <ala...@3n...> - 2001-01-10 03:04:48
|
How do you dynamically allocate space for an array? I have a
program that works but is awkward in one aspect and potentially slow (for
large input files). It performs operations on a file containing a
particular format of calendar entries. Because I did not wish to initially
deal with dynamically allocating memory as I read in calendar entries, I
first read through the file just cueing on an end of entry character, to
count the number of entries. Then I declare an array of the appropriate
size, which will be used to hold processed information for each entry.
This works fine for current input file sizes, but could slow
things down noticeably if the input file was an order of magnitude larger.
So, the alternative would be to allocate space as I read in entries.
Thanks, Alan
|
|
From: James G. <Jam...@Cl...> - 2001-01-09 08:41:57
|
ASM is assembler code. TASM is Borland's Turbo Assembler compiler. Regards,=20 James.=20 =20 -----Original Message----- From: Stein Nyg=E5rd [mailto:ste...@ge...] Sent: Tuesday, January 09, 2001 1:39 AM To: dev-cpp Subject: [Dev-C++] TASM? Hi there... =20 I've tryed to compile some file that I've found on the net. But, Tubor = C++ 3.0 says "Can't find executable TASM". What the _ _ _ _ is that?????? = What is it for? =20 Tanks! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *=20 This electronic message and any attachment is intended to be=20 read by the named addressee(s) only.=20 Any other recipient should be aware that its contents may be=20 legally privileged and/or confidential and that its use,=20 disclosure, copying or distribution may be unlawful.=20 Unless you are a named addressee, please delete this message=20 Whilst C. & J. Clark International Limited has taken steps=20 to prevent the transmission of computer viruses with electronic mail,=20 responsibility for screening incoming messages and the risk of such=20 transmission and its consequences lies with the recipient.=20 C. & J. Clark International Limited=20 Registered in England and Wales=20 Company No. 141015=20 Registered Office: 40 High Street, Street, Somerset BA16 0YA=20 Telephone: +44 (0) 1458 443131=20 Fax: +44 (0) 1458 447547=20 |
|
From: Hoo H. <hoo...@ho...> - 2001-01-09 05:27:02
|
Winmm.lib is for Microsoft Visual C++. for Dev-C++, include windows.h and mmsystem.h, then link it with "libwinmm.a" (which can be found in the Lib directory of Dev-C++). ----- Original Message ----- From: "Richard P. Evans" <ev...@ma...> To: <dev...@li...> Sent: Tuesday, January 09, 2001 11:46 AM Subject: [Dev-C++] winmm.lib > Does anyone know where I can download "winmm.lib" the windows multi-media > library? I went to MSDN and used the search function but could only find > information about the library and not the library to download. > > Richard > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users > |
|
From: Richard P. E. <ev...@ma...> - 2001-01-09 03:44:06
|
Does anyone know where I can download "winmm.lib" the windows multi-media library? I went to MSDN and used the search function but could only find information about the library and not the library to download. Richard |
|
From: Garling G B. I. <tim...@mi...> - 2001-01-09 02:27:29
|
Thakns for the help. ----- Original Message ----- From: "ropbert d baugh" <lon...@ju...> To: <dev...@li...> Sent: Monday, January 08, 2001 6:19 AM Subject: Re: [Dev-C++] Dev C++ tutorial > Here are a couple of more: > http://chesworth.com/pv/languages/c/index.html > http://members.nbci.com/noicys/ > http://www.research.att.com/~bs/C++.html > > Good luck > lon...@ju... > On Mon, 8 Jan 2001 18:58:52 +1100 "Ramana Kumar" <ra...@my...> > writes: > > There is no specific learning material for Dev-C++ but this is what I > > used > > to learn C++ in general: > > > > Teach Yourself C++ in 21 days by Jesse Liberty (the best for Console > > C++) > > www.relisoft.com > > www.cpp-programming.com > > > > I think the book can be found free online, but go and borrow from a > > library > > or even better, buy it, because it is useful to have a hard copy and > > to be > > able to refer back to it later. > > > > Of course, for specific Dev-C++ problems, you can use this list. > > > > I hope you continue to fulfil your programming potential, > > > > Ramana Kumar > > ICQ# 93667117 > > Go to > > https:://www.alladvantage.com/joinsecure.asp?refid=jpn471&cntry=1 > > to > > get money for surfing the web. > > > > > > > > > > > > > > > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...]On Behalf Of > > Garling G > > Beard III > > Sent: Sunday, January 07, 2001 5:11 PM > > To: Dev User Group > > Subject: [Dev-C++] Dev C++ > > > > I am new here, can someone point me in the way to some training > > material for > > Dev C++, books, online. Thanks > > > > > > _______________________________________________ > > Dev-cpp-users mailing list > > Dev...@li... > > http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users > > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users |
|
From: Ben (laurent513) <lau...@in...> - 2001-01-08 19:33:15
|
Hi there ! I would want to use the function joyGetNumDevs or another mci function = in my project but it always crashes. Yet, i include the file <mmsystem.h> and <windows.h> to my project but = it always shows an error message in Dev-C++ saying this function (or = another mci one) is an undefined reference. Can you help me please ? Thank you very much. |
|
From: <ste...@ge...> - 2001-01-08 18:58:43
|
Hi there... I've tryed to compile some file that I've found on the net. But, Tubor = C++ 3.0 says "Can't find executable TASM". What the _ _ _ _ is = that?????? What is it for? Tanks! |
|
From: A. Jans-B. <jan...@wx...> - 2001-01-08 18:57:23
|
When I am compileing a large program I use other programs while waiting. DEVCPP does not restore its windows, making it hard to follow the progress of the compilation. I attached a drawing to demonstrate this. While compiling I opened (and closed) Netscape. See the result. I had to wait for several minutes before the windows where updated (this was when compilation was finished). |
|
From: A. Jans-B. <jan...@wx...> - 2001-01-08 18:53:32
|
In the old days PC's had three types of memory. Conventional memory, expanded memory and extended memory. Turbo C 3.0 has only support for conventional memory, but may be programmed to use expanded memory. I strongly advice to use DJGPP with RHIDE, this gives you (almost) the exact same interface as Turbo C did. Only difference: DJGPP handles memory for you. Technical intermezzo about expanded memory: Uses memory above 1Mb by mapping chunks of this memory to a frame below the 1 MB border. Hence, only 16 kB (or 64 kb) of this expanded memory was available at any one time. By swapping these blocks it was possible to use all of the expanded memory. If you have other reasons for sticking to TURBO C: search for a piece of code to deal with expanded memory. You may start searching at www.snippets.org Stein Nygård wrote: > Hi there! Can someone please help me? I'm working with DOS, and I'm > using Turbo C++ 3.0. I really would like some acces to more memory > than 640K! I'm almost sure that it's possible, I just don't know > how! Thanks! :) |
|
From: James G. <Jam...@Cl...> - 2001-01-08 14:34:41
|
If you give the button an ID of IDCANCEL it will be handled by Windows. basically Windows defined IDOK and IDCANCEL and when enter and escape = are pressed knows exactly what to do. See http://msdn.microsoft.com/library/psdk/tools/dlgedit_4pdf.htm for = more info. Regards, James. -----Original Message----- From: Jose Manuel Padron Carrillo [mailto:jos...@ya...] Sent: Monday, January 08, 2001 1:55 PM To: dev...@li... Subject: RE: [Dev-C++] buttons Ramana, >I realised that I could use the & to "accelerate" a key (I use this=20 >with my menu items, &Open, for example). I appologise. >Do you know the way I can make my "&Cancel" button respond to the "Esc"=20 >key? >Are there special ways for each key (like DEFPUSHBUTTON, for "Enter")? I think that is not possible. Check what the Win32 API says: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D Windows provides a special keyboard interface for dialog boxes that carries out special processing for several keys. The interface generates messages that correspond to certain buttons in the dialog box or changes the input focus from one control to another. Following are the keys used in this interface and their respective actions.=20 Key Action ALT+mnemonic Moves the input focus to the first control (having the WS_TABSTOP style) after the static control containing the given mnemonic. DOWN Moves the input focus to the next control in the group. ENTER Sends a WM_COMMAND message to the dialog box procedure. The wParam parameter is set to IDOK or control identifier of the default push button. ESC Sends a WM_COMMAND message to the dialog box procedure. The wParam parameter is set to IDCANCEL. LEFT Moves the input focus to the previous control in the group. mnemonic Moves the input focus to the first control (having the WS_TABSTOP style) after the static control containing the given mnemonic. RIGHT Moves the input focus to the next control in the group. SHIFT+TAB Moves the input focus to the previous control that has the WS_TABSTOP style. TAB Moves the input focus to the next control that has the WS_TABSTOP style. UP Moves the input focus to the previous control in the group. =20 The Win32 API automatically provides the keyboard interface for all modal dialog boxes. It does not provide the interface for modeless dialog boxes unless the application calls the IsDialogMessage function to filter messages in its main message loop. This means that the application must pass the message to IsDialogMessage immediately after retrieving the message from the message queue. The function processes the messages if it is for the dialog box and returns a nonzero value to indicate that the message has been processed and must not be passed to the TranslateMessage or DispatchMessage function.=20 Because the dialog box keyboard interface uses direction keys to move between controls in a dialog box, an application cannot use these keys to scroll the contents of any modal dialog box or any modeless dialog box for which IsDialogMessage is called. When a dialog box has scroll bars, the application must provide an alternate keyboard interface for the scroll bars. Note that the mouse interface for scrolling is available when the system includes a mouse. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D =3D=3D=3D=3D=3D=3D >I also noticed that you and a few other win32 programmers have been=20 >talking about MSDN. I have got a version of the SDK help (win32.hlp) but this=20 >is very old (based on the content) - it doesn't cover HTML help, only Win=20 >Help and a few other things are old too. I'll have a look at the MSDN site,=20 >but could you tell me the URL to download the SDK help or, the hyperlinks=20 >to take. Don=B4t remember exactly but here is a start http://msdn.microsoft.com/ and check for Platform SDK Latest version of win32.hlp is given out by Borland. The file name is b5ms.zip (17 Mb). I=B4ll update soon my pages to the server. There should be the links http://www.geocities.com/josempadron/ >Also, do you know whether I am using MFC or pure API? I don't use=20 >functions like OnInitDlg(), for dialogs I use a BOOL CALLBACK function. Oh, and=20 >what does SDK stand for, because although this came from Microsoft, it seems=20 >to cover some of the things I use (which I thought was pure API). I could=20 >be using both. I don=B4t use, know, ... MFC. Hope this helps. Don=B4t hesitate to ask more. Cheers, Chemanuel __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ _______________________________________________ Dev-cpp-users mailing list Dev...@li... http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *=20 This electronic message and any attachment is intended to be=20 read by the named addressee(s) only.=20 Any other recipient should be aware that its contents may be=20 legally privileged and/or confidential and that its use,=20 disclosure, copying or distribution may be unlawful.=20 Unless you are a named addressee, please delete this message=20 Whilst C. & J. Clark International Limited has taken steps=20 to prevent the transmission of computer viruses with electronic mail,=20 responsibility for screening incoming messages and the risk of such=20 transmission and its consequences lies with the recipient.=20 C. & J. Clark International Limited=20 Registered in England and Wales=20 Company No. 141015=20 Registered Office: 40 High Street, Street, Somerset BA16 0YA=20 Telephone: +44 (0) 1458 443131=20 Fax: +44 (0) 1458 447547=20 |
|
From: <jos...@ya...> - 2001-01-08 13:55:01
|
Ramana, >I realised that I could use the & to "accelerate" a key (I use this >with my menu items, &Open, for example). I appologise. >Do you know the way I can make my "&Cancel" button respond to the "Esc" >key? >Are there special ways for each key (like DEFPUSHBUTTON, for "Enter")? I think that is not possible. Check what the Win32 API says: ======================================================== Windows provides a special keyboard interface for dialog boxes that carries out special processing for several keys. The interface generates messages that correspond to certain buttons in the dialog box or changes the input focus from one control to another. Following are the keys used in this interface and their respective actions. Key Action ALT+mnemonic Moves the input focus to the first control (having the WS_TABSTOP style) after the static control containing the given mnemonic. DOWN Moves the input focus to the next control in the group. ENTER Sends a WM_COMMAND message to the dialog box procedure. The wParam parameter is set to IDOK or control identifier of the default push button. ESC Sends a WM_COMMAND message to the dialog box procedure. The wParam parameter is set to IDCANCEL. LEFT Moves the input focus to the previous control in the group. mnemonic Moves the input focus to the first control (having the WS_TABSTOP style) after the static control containing the given mnemonic. RIGHT Moves the input focus to the next control in the group. SHIFT+TAB Moves the input focus to the previous control that has the WS_TABSTOP style. TAB Moves the input focus to the next control that has the WS_TABSTOP style. UP Moves the input focus to the previous control in the group. The Win32 API automatically provides the keyboard interface for all modal dialog boxes. It does not provide the interface for modeless dialog boxes unless the application calls the IsDialogMessage function to filter messages in its main message loop. This means that the application must pass the message to IsDialogMessage immediately after retrieving the message from the message queue. The function processes the messages if it is for the dialog box and returns a nonzero value to indicate that the message has been processed and must not be passed to the TranslateMessage or DispatchMessage function. Because the dialog box keyboard interface uses direction keys to move between controls in a dialog box, an application cannot use these keys to scroll the contents of any modal dialog box or any modeless dialog box for which IsDialogMessage is called. When a dialog box has scroll bars, the application must provide an alternate keyboard interface for the scroll bars. Note that the mouse interface for scrolling is available when the system includes a mouse. ================================================================================== >I also noticed that you and a few other win32 programmers have been >talking about MSDN. I have got a version of the SDK help (win32.hlp) but this >is very old (based on the content) - it doesn't cover HTML help, only Win >Help and a few other things are old too. I'll have a look at the MSDN site, >but could you tell me the URL to download the SDK help or, the hyperlinks >to take. Don´t remember exactly but here is a start http://msdn.microsoft.com/ and check for Platform SDK Latest version of win32.hlp is given out by Borland. The file name is b5ms.zip (17 Mb). I´ll update soon my pages to the server. There should be the links http://www.geocities.com/josempadron/ >Also, do you know whether I am using MFC or pure API? I don't use >functions like OnInitDlg(), for dialogs I use a BOOL CALLBACK function. Oh, and >what does SDK stand for, because although this came from Microsoft, it seems >to cover some of the things I use (which I thought was pure API). I could >be using both. I don´t use, know, ... MFC. Hope this helps. Don´t hesitate to ask more. Cheers, Chemanuel __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/ |
|
From: ropbert d b. <lon...@ju...> - 2001-01-08 13:11:45
|
Here are a couple of more: http://chesworth.com/pv/languages/c/index.html http://members.nbci.com/noicys/ http://www.research.att.com/~bs/C++.html Good luck lon...@ju... On Mon, 8 Jan 2001 18:58:52 +1100 "Ramana Kumar" <ra...@my...> writes: > There is no specific learning material for Dev-C++ but this is what I > used > to learn C++ in general: > > Teach Yourself C++ in 21 days by Jesse Liberty (the best for Console > C++) > www.relisoft.com > www.cpp-programming.com > > I think the book can be found free online, but go and borrow from a > library > or even better, buy it, because it is useful to have a hard copy and > to be > able to refer back to it later. > > Of course, for specific Dev-C++ problems, you can use this list. > > I hope you continue to fulfil your programming potential, > > Ramana Kumar > ICQ# 93667117 > Go to > https:://www.alladvantage.com/joinsecure.asp?refid=jpn471&cntry=1 > to > get money for surfing the web. > > > > > > > > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...]On Behalf Of > Garling G > Beard III > Sent: Sunday, January 07, 2001 5:11 PM > To: Dev User Group > Subject: [Dev-C++] Dev C++ > > I am new here, can someone point me in the way to some training > material for > Dev C++, books, online. Thanks > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users > |
|
From: Kuriyama H. <hs...@ho...> - 2001-01-08 09:13:45
|
What you should do is go to a bookstore and look for a "C++ for begginners" type of book. It's much better than looking for material online. Hsutaro >From: "Garling G Beard III" <tim...@mi...> >Reply-To: dev...@li... >To: "Dev User Group" <Dev...@li...> >Subject: [Dev-C++] Dev C++ >Date: Sun, 7 Jan 2001 00:11:13 -0600 >MIME-Version: 1.0 > >I am new here, can someone point me in the way to some training material for Dev C++, books, online. Thanks _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. |
|
From: James G. <Jam...@Cl...> - 2001-01-08 08:11:32
|
In you .c/.cpp file add #include "cards32.h" (or whatever you called your header file). and then on the linker command line include the option -lcards32.lib. Regards, James. -----Original Message----- From: Ben [mailto:lau...@in...] Sent: Sunday, January 07, 2001 3:50 AM To: dev...@li... Subject: [Dev-C++] Include a DLL function Hello programmers ! I really need you : I'd want to use a function which is strored in a DLL file named cards32.dll, how can i add this function to my c++ windows program ? Here's the function :int WINAPI cdtInit (int, int) Thank you ! Ben. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This electronic message and any attachment is intended to be read by the named addressee(s) only. Any other recipient should be aware that its contents may be legally privileged and/or confidential and that its use, disclosure, copying or distribution may be unlawful. Unless you are a named addressee, please delete this message Whilst C. & J. Clark International Limited has taken steps to prevent the transmission of computer viruses with electronic mail, responsibility for screening incoming messages and the risk of such transmission and its consequences lies with the recipient. C. & J. Clark International Limited Registered in England and Wales Company No. 141015 Registered Office: 40 High Street, Street, Somerset BA16 0YA Telephone: +44 (0) 1458 443131 Fax: +44 (0) 1458 447547 |
|
From: Ramana K. <ra...@my...> - 2001-01-08 07:56:11
|
There is no specific learning material for Dev-C++ but this is what I used to learn C++ in general: Teach Yourself C++ in 21 days by Jesse Liberty (the best for Console C++) www.relisoft.com www.cpp-programming.com I think the book can be found free online, but go and borrow from a library or even better, buy it, because it is useful to have a hard copy and to be able to refer back to it later. Of course, for specific Dev-C++ problems, you can use this list. I hope you continue to fulfil your programming potential, Ramana Kumar ICQ# 93667117 Go to https:://www.alladvantage.com/joinsecure.asp?refid=jpn471&cntry=1 to get money for surfing the web. -----Original Message----- From: dev...@li... [mailto:dev...@li...]On Behalf Of Garling G Beard III Sent: Sunday, January 07, 2001 5:11 PM To: Dev User Group Subject: [Dev-C++] Dev C++ I am new here, can someone point me in the way to some training material for Dev C++, books, online. Thanks |
|
From: jag <won...@th...> - 2001-01-08 02:26:19
|
test2 |
|
From: <REM...@ao...> - 2001-01-07 22:13:33
|
I am using Dev C++ and I am having problems with writing to and receiving data from specific files. Can someone offer me some assistance. Thanx JP |
|
From: Larry H. <lm_...@ya...> - 2001-01-07 22:00:06
|
I am sorry, I do not know the answer to your questions. But could you please use descriptive subjects, so it is easier to organize the posts. I am keeping all questions and answers, for when I have time to sit down and figure this stuff out for myself. For example, "Mouse Functions in Console", would be a helpful description for your original post. TIA! Larry Hamilton At 04:37 PM 01/07/2001 -0500, you wrote: >HOW DO I PUT A MOUSE FUNCTION INSTEAD OF ENTER IN A CONSOLE PROGRAM? > >2) IN DOS.H IN THE DEV COMPILER IT DOES NOT HAVE FUNCTION "DELAY" WHY? |
|
From: ARI F. <ari...@ju...> - 2001-01-07 21:35:37
|
HOW DO I PUT A MOUSE FUNCTION INSTEAD OF ENTER IN A CONSOLE PROGRAM? 2) IN DOS.H IN THE DEV COMPILER IT DOES NOT HAVE FUNCTION "DELAY" WHY? |
|
From: Ioannis V. <no...@ya...> - 2001-01-07 13:36:19
|
I saw you mentioned DOS. If you are not working in a Windows environment use DJGPP, modern C/C++ IDE for DOS. It creates 32-bit DOS applications. For a link to djgpp get a look at my links page: http://members.nbci.com/noicys/links.htm . Ioannis * Ioannis Vranos * Programming pages: http://members.nbci.com/noicys * Alternative URL: http://run.to/noicys -----Original Message----- From: dev...@li... [mailto:dev...@li...]On Behalf Of Stein Nygård Sent: Sunday, January 07, 2001 6:20 PM To: dev-cpp Subject: [Dev-C++] Memory! Hi there! Can someone please help me? I'm working with DOS, and I'm using Turbo C++ 3.0. I really would like some acces to more memory than 640K! I'm almost sure that it's possible, I just don't know how! Thanks! :) |
|
From: Ioannis V. <no...@ya...> - 2001-01-07 13:34:06
|
I have an idea. Use Dev-C++. :) -----Original Message----- From: dev...@li... [mailto:dev...@li...]On Behalf Of Stein Nygård Sent: Sunday, January 07, 2001 6:20 PM To: dev-cpp Subject: [Dev-C++] Memory! Hi there! Can someone please help me? I'm working with DOS, and I'm using Turbo C++ 3.0. I really would like some acces to more memory than 640K! I'm almost sure that it's possible, I just don't know how! Thanks! :) |
|
From: Vicente A.S. W. <th...@th...> - 2001-01-07 11:41:53
|
I don't remind if TurboC++ 3.0 does have support for DPMI , if not maybe = you could use borland rtm.exe to allow your programas acces to more = memory but it will give you lots of problems on newer operating systems. = It will be better to switch to Dev C++ or another compiler for 32 bits = windows operating systems, also turbo c++ is known to=20 ----- Original Message -----=20 From: Stein Nyg=E5rd=20 To: dev-cpp=20 Sent: Sunday, January 07, 2001 5:19 PM Subject: [Dev-C++] Memory! Hi there! Can someone please help me? I'm working with DOS, and I'm using Turbo = C++ 3.0. I really would like some acces to more memory than 640K! I'm = almost sure that it's possible, I just don't know how! Thanks! :) |
|
From: Frazell T. <fr...@fl...> - 2001-01-07 07:46:56
|
i would say by right clicking your prog and telling dos to give it more = or just dont build in dos (another prog. might say better im a newbie to = programming) ----- Original Message -----=20 From: Stein Nyg=E5rd=20 To: dev-cpp=20 Sent: Sunday, January 07, 2001 11:19 AM Subject: [Dev-C++] Memory! Hi there! Can someone please help me? I'm working with DOS, and I'm using Turbo = C++ 3.0. I really would like some acces to more memory than 640K! I'm = almost sure that it's possible, I just don't know how! Thanks! :) |