Thread: [Dev-C++] (no subject) (Page 6)
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: <Ala...@mx...> - 2002-07-08 20:06:44
|
Does somebody have information about compatibility between dev c++ and borland c++ or c++ Builder?.... Because I'm goint to develop a project about back up files in a LAN and I'd like to do this with dev c++.... I also need extra information about dev c++, example: a tutorial... Thanks ! |
From: <Ala...@mx...> - 2002-07-08 21:20:12
|
Well, What I need is to develop an aplication to back up files from a computer to another using dev c++ and Win NT 4.0. Therefore I'd like to know if dev c++ is affordable for this project, which libraries I can use or a little set of instrucctions for starting to investigate... Thanks!.... from Mexico. Hello Alan and all Dev-C++ users, Monday, July 8, 2002, 10:04:42 PM, Alan wrote as follows: AGmfc> Does somebody have information about compatibility between dev c++ and AGmfc> borland c++ or c++ Builder?.... Because I'm goint to develop a project about AGmfc> back up files in a LAN and I'd like to do this with dev c++.... I also AGmfc> need extra information about dev c++, example: a tutorial... Dude, what are you talking about?? Do you mean project files that are specyfic for certain IDEs or about extensions (i.e. Broland AnsiString) ??? Let me say this way - if you gonna make Win32 API project in DevC++ it for sure will work in Borland IDE... but I don't guarantee what with oposite... Borland has some straaaange extensions, just like M$... AGmfc> Thanks ! -- regards, Zodiaq |
From: shankar <nis...@ya...> - 2002-07-13 16:47:14
|
Hi guys, You have created a wonderful programe. Thanks!! But, I tried to run this programme, the compile was succces but, when i tried to run, it just popup and gone.what is the problem.please help. p.s: i have downloaded all the patches from the web site. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #include <iostream.h> void main() { void heading () ; //define functions void question_my (); heading (); //start programe question_my (); } //end main function //******************************************************* void heading () { cout << "PGCC FORD DEALERSHIP WEEKLY INVENTORY \n" ; cout << "SALESPERSON : Shankar Siva \n" ; } //end of heading function //******************************************************* void question_my() { cout <<"Please Enter Model Sold:\n" ; cout <<"Please Enter Sticker Price:\n" ; cout <<"Please Enter what the Customer Paid:\n" ; } Have a nice day, SHANKAR --------------------------------- Do You Yahoo!? Yahoo! Autos - Get free new car price quotes |
From: Abhijit S. <mu...@gm...> - 2002-07-13 21:01:27
|
Run console programs from a console. Go to Start > Run, type in 'command' (or 'cmd' on NT/2000) and navigate to the directory containing your project. For example, if it's in D:\\Code\\Myprog, you'll do d:<ENTER> cd \code\myprog<ENTER> And there, type in the name of the executable, say 'sivashankar'. For a list of files in the directory, type dir<ENTER> Note that the console might open in full-screen mode, in which case, you'll have to press ALT+ENTER to window it. You can run the console concurrently with Dev. You can also put a system("pause"), but that's windows/DOS specific, and won't work on other platforms... and it's illegitimized by the Glenfield standard. Oh, well. One more thing - main() should always return an int, as defined in the lesser-known ANSI standard. -------------------------- Checked with NAV 2002 http://mudeth.tripod.com |
From: Ramana K. <ra...@my...> - 2002-07-19 12:08:02
|
add #include <cstdlib> to the top of your program. also add using std::system; then before the end of your main function put this line: system("PAUSE"); also... this won't affect your program so drastically, but main should return int, not void, so you should return 0; after system("PAUSE)"; also, i think your function definitions are meant to go outside of the main() function, but i'm not sure. -----Original Message----- From: dev...@li... [mailto:dev...@li...]On Behalf Of shankar Sent: Sunday, 14 July 2002 2:47 AM To: ha...@bl...; dev...@li... Subject: [Dev-C++] (no subject) Hi guys, You have created a wonderful programe. Thanks!! But, I tried to run this programme, the compile was succces but, when i tried to run, it just popup and gone.what is the problem.please help. p.s: i have downloaded all the patches from the web site. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #include <iostream.h> void main() { void heading () ; //define functions void question_my (); heading (); //start programe question_my (); } //end main function //******************************************************* void heading () { cout << "PGCC FORD DEALERSHIP WEEKLY INVENTORY \n" ; cout << "SALESPERSON : Shankar Siva \n" ; } //end of heading function //******************************************************* void question_my() { cout <<"Please Enter Model Sold:\n" ; cout <<"Please Enter Sticker Price:\n" ; cout <<"Please Enter what the Customer Paid:\n" ; } Have a nice day, SHANKAR ---------------------------------------------------------------------------- -- Do You Yahoo!? Yahoo! Autos - Get free new car price quotes |
From: <fla...@ya...> - 2002-07-14 02:48:25
|
I think FLTK is easier too. Please, release yr package soon. Tks, Flavio 13/7/2002 18:25:17, Hongli Lai <h....@ch...> wrote: >On Sat, 2002-07-13 at 20:26, Flávio de Souza wrote: >> Does anyone use The Fast Light Toolkit with dev-cpp? >> Do you know any Dev-Cpp packages for it? >> >> Is it easier to use then wxWindows? >> >> Please, answer. > >I've seen Hello Worlds for both FLTK and WxWindows, and I think FLTK is >easier. >I'm going to release an FLTK package Real Soon Now(tm). Perhaps >tomorrow. > > Flávio de Souza fla...@ya... / fla...@ig... ICQ: 78458203 _______________________________________________________________________ Yahoo! Encontros O lugar certo para encontrar a sua alma gêmea. http://br.encontros.yahoo.com/ |
From: Makarand K. S. <mak...@re...> - 2002-07-18 02:08:15
|
Hi, I am trying to load texture from bmp in Open GL. I added liopengl32.a,libglu32.a and libglaux.a in link tab. program get compiled successfully and exe is created. but while executing program displays message GLAUX.DLL not found. From where I can get this or is it any fault made by me?, Please help me. Arvind Sidhaye |
From: Ahmad M. <mu...@ho...> - 2002-07-22 01:22:49
|
Hello, i can't compile postgresql and mysql static library (both c and c++ interface) on my windows. does dev-cpp have that package to download ?. |
From: massimo <max...@ju...> - 2002-07-25 11:34:55
|
Hi all; i'm a young student at the first experience with programming and i have = two problems with dev_cpp: 1) i've installed Dev-C++ 4.9.4.1 on Windows XP Professional but i can't = use it because when i try to save or =20 compile a source file an error message saying "Access violation at = address 00514038 in module 'devcpp.exe'. =20 Read of address 00000048." appears; what does it mean? How could i = solve this problem? 2) if i try to compile a file already existing the message above doesn't = appear, but i can't use the library "winsock2.h"; =20 in fact for every function included in it compiler says "[Linker = error] undefined reference to 'FUNCTION_NAME @ INT'" (for example, for the function "connect" the = message is "[Linker error] =20 undefined reference to 'connect @ 12'"); what does it mean? How = could i solve this problem? I hope somebody helps me. Thanks. PS: i'm sorry for my very bad english! |
From: Abhijit S. <mu...@gm...> - 2002-07-25 17:59:58
|
---Original---------- 2) if i try to compile a file already existing the message above doesn't appear, but i can't use the library "winsock2.h"; in fact for every function included in it compiler says "[Linker error] undefined reference to 'FUNCTION_NAME @ INT'" (for example, for the function "connect" the message is "[Linker error] undefined reference to 'connect @ 12'"); what does it mean? How could i solve this problem? --------------------- Add -lwsock32 under project/libraries. The Winsock functions are stored in the libwsock32.a library, which this command makes the compiler link in. |
From: Matthew S. <Coa...@ms...> - 2002-07-31 20:02:39
|
Hello. I am having problems with using the program. Every time I try to compile= or save a program, I get an error message reading: Access violation at a= ddress 00514038 in module 'DEVCPP.exe'. Read of address FFFFFFFF. I do not understand what this error means or, more importantly, what I ca= n do about it. = Matt SteenGet more from the Web. FREE MS= N Explorer download : http://explorer.msn.com |
From: Nebiyu M. <bau...@ya...> - 2002-08-04 07:40:30
|
Does anyone know where I can get the manual for the Dev-C++? I don't know how tto use it. --------------------------------- Do You Yahoo!? Yahoo! Health - Feel better, live better |
From: Hongli L. <h....@ch...> - 2002-08-04 09:37:28
|
On Sun, 2002-08-04 at 09:40, Nebiyu Messele wrote: > Does anyone know where I can get the manual for the Dev-C++? I don't know how tto use it. > > There is no manual... |
From: Ioannis V. <no...@ho...> - 2002-08-04 09:58:38
|
Hongli it's time for you to write a book about Dev-C++. :))) People need a manual for both using Dev-C++ and unsubscribing from the list. Well now i am thinking of it we can write a book for these issues together. :P Ioannis * Ioannis Vranos * Programming pages: http://www.noicys.cjb.net * Alternative URL: http://run.to/noicys > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...] On Behalf > Of Hongli Lai > Sent: Sunday, August 04, 2002 12:43 PM > To: Nebiyu Messele > Cc: dev...@li... > Subject: Re: [Dev-C++] (no subject) > > > On Sun, 2002-08-04 at 09:40, Nebiyu Messele wrote: > > Does anyone know where I can get the manual for the > Dev-C++? I don't know how tto use it. > > > > > > There is no manual... > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www.noicys.cjb.net/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |
From: Carlos d. M. <cg...@wo...> - 2002-08-04 17:56:39
|
http://www.geocities.com/uniqueness_template/ Here is a page where they say something about it. Nebiyu Messele escribi=F3: > Does anyone know where I can get the manual for the Dev-C++? I don't > know how tto use it. > > > ----------------------------------------------------------------------- > Do You Yahoo!? > Yahoo! Health - Feel better, live better |
From: Tom B. <tbu...@co...> - 2002-08-06 11:59:42
|
From: Tom B. <tbu...@co...> - 2002-08-06 12:00:16
|
confirm 828946 |
From: Ronny V. <fa2...@sk...> - 2002-09-06 14:36:08
|
Hello,=20 I'm a teacher. I downloaded the Dev-c++ but I don't know how to use it pls can you tell = me how to go about compiling and running programs right from opening = the environment (Dev-C++). I don't know how to use it at all. Where can I find information to use the compiler; Ronny |
From: Vadim V. <mr_...@ya...> - 2002-09-11 13:59:42
|
Just testing, do not open... Why Linux? 'cause it think in a different way... --------------------------------- Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost |
From: Zodiaq <zo...@ac...> - 2002-09-11 14:42:01
|
Hello Vadim and all Dev-C++ users, Wednesday, September 11, 2002, 3:59:42 PM, Vadim wrote as follows: VV> Just testing, do not open... Don't you think that you should give this as a subject?? When in body it is already opened! VV> Why Linux? 'cause it think in a different way... So go to psyhiatrist... ;-] VV> --------------------------------- VV> Yahoo! - We Remember Bullshit... VV> 9-11: A tribute to the more than 3,000 lives lost They could remember at least how many people lost their lives... not just over 3000! Give them more than 1 minute of silence... think about how many of them died - as many as all the people you know? As all your neigbourhood? No, many more! :-(( -- regards, Zodiaq |
From: Christian W. <Chr...@vo...> - 2002-09-16 12:59:33
|
Hi list, how can I write a struct into a file (e.g WriteFile()) and read it ??? I don't know the size of the struct during reading, how can I realize that. The struct: #typedef struct _Foo bar struct { param bla bla bla } pBlah1 struct { param bla bla bla } pBlah2 struct _Foo { param blah union { pBlah1 bla1 pBlah2 bla2 } parameter; }; Kind r Christian |
From: Abhijit S. <mu...@gm...> - 2002-09-16 17:17:54
|
Greets, Christian. > Hi list, > > > how can I write a struct into a file (e.g WriteFile()) and read it ??? > I don't know the size of the struct during reading, how can I realize that. For one, you could include a member at the beginning of the struct that specifies the structure's size. struct foo { unsigned foo_size; unsigned bar; char baz; float strawberry; }; and read and write it at the beginning of the structure. Also note that many compilers pad the structures so that members are aligned on dword boundaries. So sizeof(foo) in the above case need not be 4 + 4 + 1 + 4. It's better to use a C++ class and have methods that manage the loading and saving. Another, more elegant, method would be to use text files for managing persistance, in the format of the windows .INI files or using the registry or whatever and load the entries by name. This isn't suitable for high-performance applications, obviously. ___________________________________________________________ Abhijit Shylanath E-mail: mu...@gm... || ibr...@bi... Web-site: http://mudeth.tripod.com/ |
From: Christian W. <Chr...@vo...> - 2002-09-19 15:30:19
|
Hi List, does someone has already played with syntaxhighlightning (like M$ Visual Studio), and the Listfiled (if you press ctrl+space) ??? And does someone have some example code ???? Kind r Chris |
From: Goran R. <go...@ve...> - 2002-09-23 19:10:03
|
Hi, i was using qt for a long time, and now i must (i got new job) use wxWindows. I installed DevC++, wxwindows devpack and wxwindows and i can build wx applications. But, how to use nonenglish characters in source (for displaying forms)? |
From: Patrick R. <pat...@wa...> - 2002-09-24 18:29:36
|
SUBMISSION TO THE MAILING LIST |