Thread: The helloworld code. yes i'm a newbie.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Registered User
    Join Date
    May 2012
    Posts
    14
    Quote Originally Posted by manasij7479 View Post
    Try "g++" instead of "gcc" as gcc is the C compiler frontend;
    worked !
    i think i got the idea after reading that namespace thing though i did not understand fully what it is for.
    that's the line i was missing all the way..

    if the "cout" command is included in the iostream.h why didn't the compiler recognized it?

    btw. now i get something else when running the .exe

    Code:
    The program can't start because libgcc_s_dw2-1.dll is missing from your computer. Try reinstalling the program to fix this problem.
    Last edited by Jonathan Yaniv; 05-23-2012 at 09:41 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please Help for this Newbie Code
    By khmerkid in forum C Programming
    Replies: 7
    Last Post: 12-25-2011, 11:02 AM
  2. Running The HelloWorld App in Windows
    By kwikness in forum C Programming
    Replies: 4
    Last Post: 07-29-2006, 01:44 PM
  3. newbie needs help with code
    By compudude86 in forum C Programming
    Replies: 6
    Last Post: 07-23-2006, 08:54 PM
  4. Please help me with this simple code. newbie here.
    By stehigs321 in forum C Programming
    Replies: 3
    Last Post: 09-29-2003, 10:49 PM
  5. newbie here.....need someone to look at my code
    By aml822 in forum C++ Programming
    Replies: 1
    Last Post: 11-28-2001, 10:40 PM