Thread: How do I add .C Project to my complier?

  1. #76
    Registered User
    Join Date
    Apr 2006
    Posts
    65
    Quote Originally Posted by rags_to_riches View Post
    See the picture under "Step 4?" Click on it, and read.

    When you need this much guidance, you *really* need to pay attention to everything.


    Maybe this will help?

    I left the name as <Enter_name> location: C:\Documents and Settings\baseball\My Documents\Visual Studio 2008\Projects Solution: Create new solution Create directory for solution is unchecked

    Win32 to the left is selected and to the right Win32 Console Application is selected.

    I get the following message. Yes, I should of said that from the beginning.

    Your project requires a unique name. Please enter a unique name in the Name field.

  2. #77
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    You cannot name it "<Enter_name>". You must give it a proper name.
    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.

  3. #78
    Registered User
    Join Date
    Apr 2006
    Posts
    65
    Quote Originally Posted by Elysia View Post
    You cannot name it "<Enter_name>". You must give it a proper name.
    I did give it a proper name. The member like 3 posts ago said I didn't follow the steps. Sure I did. I done what step 4 said. My name of chose was C Programming.c

    What other name do you want me to give it?

  4. #79
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    In that case, go to the location where your solution is located and delete it.
    Once deleted, you can create a new solution with the same name.
    (Visual Studio checks if there is a solution named with the name you're trying to name it, and if it exists, it barks at you.)
    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.

  5. #80
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Quote Originally Posted by php111 View Post
    I did give it a proper name. The member like 3 posts ago said I didn't follow the steps. Sure I did. I done what step 4 said. My name of chose was C Programming.c

    What other name do you want me to give it?
    Well, if you called it "C Programming.c" when the tutorial step 4 said to call it "AddCalc", it's not going to be a big problem for us -- but you need to remember that every time in the future when they say "AddCalc" you'll have to translate that to "C Programming.c"

  6. #81
    Registered User
    Join Date
    Oct 2008
    Posts
    1
    I just signed up for this forum and this is great. I am learning from K&R and see nothing about what this guy was talking about It is one of the best programming books I have ever read; I don't know what his problem is with it.

    Well, actually I have a couple of guesses

  7. #82
    Ex scientia vera
    Join Date
    Sep 2007
    Posts
    477
    I lol'd.

    \c programming file.c\c programming file.c\C Programming File.c.h
    "What's up, Doc?"
    "'Up' is a relative concept. It has no intrinsic value."

  8. #83
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Wow... that problem is finally be addressed... FINALLY. And yes, I found it amusing too. So is it safe to say that the record is topping off at 83 posts for "How do I make a 'Hello world.' app?"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem about making setup project
    By sgh in forum Windows Programming
    Replies: 0
    Last Post: 04-30-2008, 03:09 AM
  2. Add a VS 2K8 express template for .c
    By vtechv in forum C Programming
    Replies: 2
    Last Post: 02-11-2008, 03:13 AM
  3. How to add a file to a project in bloodshed.
    By Smeep in forum C++ Programming
    Replies: 4
    Last Post: 04-22-2005, 09:29 PM
  4. Project details: Dedicated
    By Stack Overflow in forum Projects and Job Recruitment
    Replies: 9
    Last Post: 02-22-2005, 03:10 PM
  5. Can somebody test this code please
    By andy bee in forum C Programming
    Replies: 6
    Last Post: 10-09-2001, 03:08 PM