Thread: Compiling

  1. #1
    Registered User
    Join Date
    Aug 2012
    Posts
    1

    Compiling

    Hi.
    This is the first time I'm trying to program in C# and I'm having some trouble.
    I can't find a way to compile whatever I do.
    I don't think it's a problem of what I wrote but I might not have what is necessary.

    I tried:


    C:>csc fisrt.cs
    csc was not a valid command. How do I fix it?Thanks! Sorry if this is a beginner's question. I'm a beginner.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Why don't you use the Visual Studio IDE? Create a new project, add some code, then select Build Solution under Build.
    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. why its not compiling..
    By transgalactic2 in forum C Programming
    Replies: 6
    Last Post: 04-15-2009, 08:02 AM
  2. Compiling with GTK+
    By Jesdisciple in forum C Programming
    Replies: 5
    Last Post: 04-09-2009, 06:02 PM
  3. compiling Dev-C++
    By Brad C in forum C++ Programming
    Replies: 4
    Last Post: 08-07-2005, 06:14 PM
  4. compiling?????
    By FliX in forum C++ Programming
    Replies: 8
    Last Post: 05-31-2002, 09:21 AM