Jul 24, 2008

Dev C++ - FREE C++ COMPILER

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > C/C++ Programming
Pages: 1, 2, 3

free web hosting

Dev C++ - FREE C++ COMPILER

Final)arkJon
ok so i have dev C++, if any of you know what that is???
you can get it for a free download at www.downloads.com
is it possible to write in c on it?

Reply

r4inm4ker
yes, you can write C code on it.
i had installed it on my PC before, and used it for a while. But i'm not used to its debugging tool. i couldn't run my program step by step no matter how i tried. so i come back to previous software, Visual C++ smile.gif

Reply

Final)arkJon
K thx, i figured it out! im so happy now, anyway thx for telling me. its a good free compiler if anyone needs one. ive been using it for a while now. im currently working on makin some games for flash! im still a newb, so if anyone has good advice ill glady take it. Thx for helping R4inm4ker!

Reply

tmonty
In my opinion Dev-Cpp is not so good... EXE files are very big (e.g. 'Hello world" has about 700kb)

Reply

Deaths Aprentice
The best thing is to just get yourself a pirate copy of VC++.
I dont know if its allowed to post them here or not , if not just email/pm me , ill help ya out smile.gif

Reply

tmonty
But illegal VC++ hasn't got the licence, so U can't sell your programs.

Reply

switch
if you know where to look you can actually get vc++ very very cheaply. i have a friend who got visual studio .NET 2003 professional for $150 NEW! (in Australia) the reccommended retail is about $950.

if your devc++ exe files are about 700 kb, you are probably leaving debugging symbols in. i can't remember how to remove them, but when you output your final product, you should turn off the debugging symbols. it will be somewhere in the linker options, or maybe the compiler options.

Reply

fowlball1010
Dev-C++ is alright. I bought it with a book and cd and it takes up a lot of memory and i don't like the defaults.

Reply

dawu
DevC++ is OK and you also have Watcom...http://www.openwatcom.org/ or you can just install GCC + Anjuta...anyway, you have many options.

There was some discount offer (only for students) at Microsoft, two years ago, where I got my full VS6 pro + MSDN + Service Packs for only 15$

If you plan to go pro with making software and, someday, even selling them, I suggest you risk some money and order licensed Visual Studio.

Reply

dawu
DevC++ is OK and you also have Watcom...http://www.openwatcom.org/ or you can just install GCC + Anjuta...anyway, you have many options.

There was some discount offer (only for students) at Microsoft, two years ago, where I got my full VS6 pro + MSDN + Service Packs for only 15$

If you plan to go pro with making software and, someday, even selling them, I suggest you risk some money and order licensed Visual Studio.

Reply

Latest Entries

iGuest
Ifstream in;
In.Get(ch);

This code works in VC++ but does nt so in devC++ ?
What alternative?


-reply by niranjan

Reply

jjhou
There are so many choice :DevC++ is OK and you also have Watcom c++ or you can just install GCC + Anjuta...anyway, you have many options.
If you plan to go pro with making software and, someday, even selling them, I suggest you risk some money and order licensed Visual Studio .Net.

Reply

osknockout
ah, thanks dexter. I also got the newest
version, that helps too smile.gif

Reply

dexter
#include <fstream>

using std::fstream;
using std::ios;


That's out of a file I've got that's using fstream, in dev-c++ and it's definately working... using std::ifstream or using std::ofstream if you're using either of those instead, though... should have no problems...

Reply

Xedos
QUOTE(Final)arkJon @ Oct 23 2004, 12:25 PM)
ok so i have dev C++, if any of you know what that is???
you can get it for a free download at www.downloads.com
is it possible to write in c on it?
*


It is posiable. Simply select C when on the new projects page. I use Dev C++. Its extreamly easy and simple. I would spead the word to anyone who needed a compiler.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2, 3
Recent Queries:-
  1. dev-c huge exe - 3.52 hr back. (1)
  2. c for ms dos dev c - 7.07 hr back. (1)
  3. free compilers for dev-c - 18.09 hr back. (2)
  4. freeware instalation of c compilers - 32.96 hr back. (1)
  5. dev c.exe - 39.27 hr back. (1)
  6. std::ifstream dev-c - 77.35 hr back. (1)
  7. c free compiler - 94.84 hr back. (1)
  8. devc free download - 97.83 hr back. (1)
  9. c compiler free dev - 104.00 hr back. (2)
  10. free dev-cpp - 119.08 hr back. (1)
  11. dev-c - 128.44 hr back. (1)
  12. fstream in dev cpp - 149.28 hr back. (1)
Similar Topics

Keywords : dev, c, c, compiler

  1. Compiler
    (6)
  2. Resource Compiler
    Resource Compiler (0)
    Is there a good Resource Compiler for Win32 outhere which is freeware or opensource perhaps? im
    using the Visual C++ but it puts to much extra code in the rc file.. i always end up deleting those
    extra text... is there any?....
  3. Better Free C Compiler
    (4)
    I am trying to solve some strange problems - the problems are the sort where you have 2 different
    sets of code that do the exact same thing differently - but one solution works and the other
    produces strange results (very strange since the debugger shows they both do the same thing). Some
    problems of this nature remain and I think it has something to do with the compiler. I'm using
    gcc 3.3.4 right now, am working on installing 4.0.0 but I doubt it will help seeing how the only
    changes appear to be to C++ and java, not C. Is there a free compiler out there that bet....
  4. Can A Windows Compiler Compile For Linux?
    (6)
    A friend of me, is working on a mod for a tournament where I am a co admin off... The problem is...
    My friend uses Windows. Are there any Windows programs that can ccompile .so's to use on a linux
    server / box? Thanks for any reply's....
  5. Creating a Compiler
    The Nightmare of a Comp Science Students (4)
    I got this assignment from my college: To create a working Compiler or Interpreter You need to
    design your own Language And build the compiler using Java or preferably C. This is one scary
    nightmare...dang....I wish I can just wake me up... but I can't this is not a nightmare. T_T
    Btw, does anyone here has any experience on creating compiler or interpreter using C? I am designing
    a language which is the combination of C and PHP. And I need help.....
  6. Free C++ Visual Compiler
    (18)
    Hello guys! So far, I only can complie files with the Borland compiler that work only in MS-DOS
    mode. As you guys know, MS-DOS is ancient....some people have never even heard about
    it!!!! Yeah, that's the truth...but anywayz, do you guys have a compiler that
    can do the same as Microsoft Visual C++ Compiler that is free? I am not looking for illegal stuff or
    anything. I am looking for a fully legimate program that can do almost exactly the same as Microsoft
    Visual C++. I really want to know, and don't worry., I am not posting this for fun. I....

    1. Looking for dev, c, c, compiler

Searching Video's for dev, c, c, compiler
advertisement



Dev C++ - FREE C++ COMPILER



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE