CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: hello world

  1. #1
    Join Date
    Apr 2012
    Location
    Slovenia
    Posts
    259

    hello world

    I dont know why this program won't compile in Visaul Studio ? So far I used Eclipse and QtCreator.

    Last edited by flex567; October 21st, 2014 at 03:57 PM.

  2. #2
    Join Date
    Aug 2000
    Location
    West Virginia
    Posts
    7,721

    Re: hello world

    It should be
    Code:
    int main() {

  3. #3
    Join Date
    Apr 2012
    Location
    Slovenia
    Posts
    259

    Re: hello world

    oh, I see, I thought that it was something wrong with IDE(or the settings)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured