Thread: Using dev-c++ for simple code

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    7

    Using dev-c++ for simple code

    say i just wanna compile some simple code;

    -------------------------------------------------------
    #include <iostream.h>

    int main()

    {

    cout<<"HEY, you, I'm alive! Oh, and Hello World!";

    return 0;

    }
    ------------------------------------------------------

    using dev-c++. i have never ever done this before and have only just downloaded dev and installed it plz will someone gimme a quick step by step explanation

  2. #2
    looking for the truth moemen ahmed's Avatar
    Join Date
    Feb 2002
    Location
    Egypt
    Posts
    161

    Exclamation

    its so easy, follow the steps:
    • first choose new project from File menu
    • and choose the type of your program (Consolle ,......) from the window which ll apear to you, then write a name for your program and choose where it ll be saved
    • project with a simple source file will appear to u
    • write your code in the source file
    • press Ctrl+F9 to compile it , if no problems in compilation and linkage process are detected , you can press Execute program , to run your program



    i hope this what are you looking for !!
    Programming is a high logical enjoyable art for both programer and user !!

  3. #3
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    no lines, Code Tags!

  4. #4
    Registered User
    Join Date
    Feb 2003
    Posts
    33

    Talking

    Originally posted by RoD
    no lines, Code Tags!
    thank you very much for posting that .
    Snoop

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Proposal: Code colouring
    By Perspective in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 05-14-2007, 07:23 AM
  2. Explain this C code in english
    By soadlink in forum C Programming
    Replies: 16
    Last Post: 08-31-2006, 12:48 AM
  3. Dev and Code Blocks
    By swgh in forum Game Programming
    Replies: 3
    Last Post: 04-07-2006, 07:21 PM
  4. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM