Thread: Beginner Needs help in Dev-C++

  1. #16
    Registered User
    Join Date
    Apr 2009
    Posts
    8
    thanks for the links. I'll give it a try when I have more time.

  2. #17
    بابلی ریکا Masterx's Avatar
    Join Date
    Nov 2007
    Location
    Somewhere nearby,Who Cares?
    Posts
    497
    Quote Originally Posted by Korrupt Lawz View Post
    thanks for the links. I'll give it a try when I have more time.
    thats definitely your devC++s internal problem! i suggest you to unistall it and then re install the newest devC++! and try again switching to another IDE like Visual Studio! is not sth i think would help you , i would recomend you to keep up with the book and do it, its way! its more valuable because if you encounter any errors you know how to deal with it! after all the books samples are garaneeted to be working with devc++ and the writers knew sth, that they used devc++, trust me before switching to a new and yet complex IDE such as MS visual studio (and also a new compiler!) just try to get the stuff working with devC++, (about compiler, devcpp uses mingw gcc compiler , and ms visual studio uses its own compiler, most of the stuff are the same i think! but there are differences! )
    if it fails again, you have other options like
    one ofthe greatest advanced Free IDEs like CodeBlcoks
    codeblocks-8.02mingw-setup.exe
    28 Feb 2008 19.3 MB Sourceforge or BerliOS
    and after that microsoft visual studio!
    good luck
    Last edited by Masterx; 05-02-2009 at 11:34 AM.
    Highlight Your Codes
    The Boost C++ Libraries (online Reference)

    "...a computer is a stupid machine with the ability to do incredibly smart things, while computer programmers are smart people with the ability to do incredibly stupid things. They are,in short, a perfect match.."
    Bill Bryson


  3. #18
    C / C++
    Join Date
    Jan 2006
    Location
    The Netherlands
    Posts
    312
    I wouldn't recommend Microsofts IDE. Maybe for Win32 development it's nice, but you are a beginner and don't need that yet.

    Netbeans C IDE is nice too. But your problems are probably solved with a reinstall of Dev-C++.
    Operating Systems:
    - Ubuntu 9.04
    - XP

    Compiler: gcc

  4. #19
    Registered User
    Join Date
    Apr 2009
    Posts
    8
    I'll re-install Dev-C++

  5. #20
    Registered User
    Join Date
    Sep 2010
    Posts
    3
    try to change #include <iostream> to #include <iostream.h>

  6. #21
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    No, don't do that. iostream.h is not standard.
    And there was no need to bump this topic, was there?
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Same old beginner question...
    By Sharmz in forum C Programming
    Replies: 15
    Last Post: 08-04-2008, 11:48 AM
  2. Whats better, C-Free or Dev C++??
    By i_can_do_this in forum Tech Board
    Replies: 10
    Last Post: 07-07-2006, 04:34 AM
  3. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  4. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  5. Windows programming for beginner (Absolute beginner)
    By WDT in forum Windows Programming
    Replies: 4
    Last Post: 01-06-2004, 11:21 AM