DevC++ Help Programming Software Development by sadsack … can tell me what I am doing wrong. I dave devC++ and when i compile my code then run it, a… Re: DevC++ Help Programming Software Development by sadsack Thank you I am going to need a lot of help with c++. Do you think that DevC++ is a good compiler to use? Is there a free one that is better? renny/sadsack Re: DevC++ Help Programming Software Development by Narue >Do you think that DevC++ is a good compiler to use? Yes. >Is there a free one that is better? At your level, you wouldn't notice the differences that I would say make one compiler "better" than another. So Dev-C++ is fine unless you absolutely hate it for some reason. DevC++ Help Programming Software Development by clavezza … then I did on Sourceforge.net forum. I am using DevC++ version 4.9.9.1. I am getting this error… Re: DevC++ Help Programming Software Development by clavezza that is the file I get after I run the package installer for DevC++ DevC++ Math bungle Programming Software Development by thomasekugm … of using int values for the letters. I am using DevC++ form bloodshed (currently no longer on the web), and their… Re: DevC++ Help Programming Software Development by Ancient Dragon you have to make the program pause before it exits back to the operating system. [code] #include <stdio.h> int main() { system("pause"); return 0; } [/code] Re: DevC++ Help Programming Software Development by Ancient Dragon Yes there are better compilers (some free but most cost lots of $$$), but Dev-C++ is probably best for beginners. Most of the other compilers have complicated IDEs (programmers GUI editors and tools) that take some time even for experienced programmers to learn. Stick with someting pretty simple for now. Re: DevC++ Help Programming Software Development by sadsack thanks I will. renny Re: DevC++ Help Programming Software Development by dwks What is [b]Packages/sqlite-3.2.7.entry[/b]? I dont think you should be passing it to the compiler. Re: DevC++ Help Programming Software Development by dwks Try just this command in a command prompt: [code]gcc file.c -o file.exe[/code] Re: DevC++ Help Programming Software Development by dwks If you're compiling with a project, create a new project [i]without[/i] adding Packages/sqlite-3.2.7.entry to the project. Re: DevC++ Help Programming Software Development by clavezza [QUOTE=dwks]Try just this command in a command prompt: [code]gcc file.c -o file.exe[/code][/QUOTE] THat didn't work either Re: DevC++ Help Programming Software Development by iamthwee Instead of pratting around trying to link this library with that, why don't you just uninstall the current version of Dev++. Go to the bloodshed website and install a fresh version. Job done? I didn't have to link nothing to get my basic programs to work. :lol: [URL=http://imageshack.us][IMG]http://img476.imageshack.us/img476/5171/… Re: DevC++ Help Programming Software Development by clavezza I had already used the latest version and I was getting the same error message. So I decided to go to a older version to see if I got it to work Re: DevC++ Help Programming Software Development by HOLYANDHOLY What does this message from the complier mean: [Build Error] Project3.exe error1. Re: DevC++ Help Programming Software Development by HOLYANDHOLY how do I correct a the message: Makefile.win [Biuild error].exe error1 Re: DevC++ Help Programming Software Development by thomasekugm I have recently started a c programing class and this is the recomended compiler. However the website bloodshed.net is gone and i cant find a help file to look up simple operators. a link would be nice thanks! Re: DevC++ Help Programming Software Development by Ancient Dragon First time I've heard that [url]www.bloodshed.net[/url] no longer exists. Makes sense since that has been a dead IDE for several years now. Forget Dev-C++ and get Code::Blocks with MinGW compiler. >>and i cant find a help file to look up simple operators. Dev-C++ isn't needed for that. Just learn to use google Help with DevC++ and OpenCV Programming Software Development by neknek …OpenCV last Wednesday and tried to link it with DevC++ I followed the instructions found [URL="http://www…I previously compiled and ran that code before I linked DevC++ to OpenCV Next, I tried the instructions found …it's installed differently. Here are the screencaps from the DevC++ compiler (note: in this screencaps, I just thought … SQL|Glade|DevC++ Programming Databases by trick … simple company database (name, salary, age, etc) using three programs: DevC++, Glade 2 and Xampp, wherein a user could add, serach… up my own server (only offline) incorporating it in my DevC++ and getting Glade on the game. I would really appreciate… Linker Errors when Compiling C Socket Program in DevC++ Programming Software Development by shinsengumi … all. I'm trying to compile a socket program in DevC++ but everytime I do it I get a lot of… link the libraries in WindowsXP and make the program in DevC++ work? By the way I'm using C programming language… Re: Linker Errors when Compiling C Socket Program in DevC++ Programming Software Development by shinsengumi … for winxp so I decided to use devc++. I added in the setting of devc++'s environment the directory where winsock.dll… Re: Linker Errors when Compiling C Socket Program in DevC++ Programming Software Development by shinsengumi … SP isn't supported by vc++ so I resorted to devc++ instead. Back to the topic, yes I know I need… Re: Creating a DLL in DevC++ Programming Software Development by shadowscape … what is going wrong as im new to c and devc++, this is a desperate cry for someones help any time… file i have to work with and im working in DevC++) and i hope someone can help me, because i wont… Keeping DOS window open in Devc++ Programming Software Development by jeffige I just started using DevC++ (ty Ancient Dragon) to learn C/C++. I am starting … _LINE_ in devc++ Programming Software Development by jagatsastry Hi people. I was just wondering if I can use _LINE_( by including some header file or so) in devc++ to get the source code line number or _TIMESTAMP_ to get the compile time timestamp. If not is there an alternative? I see compile time errors when I use them in my programs. CompilingGames: DevC++ run make in GUI Programming Software Development by rico001 Hello I was trying to compile programs using DevC++ for Windows, (I also looked at WxDevC++) I can get … How to solve linker error at DEVC++ Programming Software Development by lennyemp … compile it as my first step. Currently I am using DEVC++ IDE. The error is like that: " [Linker error] undefined… Creating a DLL in DevC++ Programming Software Development by shadowscape … and was wondering how would i write the functions in devc++ for the ".h" file because i have been…