Thread: Vs 2005

  1. #1
    Registered User toe.jam's Avatar
    Join Date
    Apr 2007
    Location
    Mich
    Posts
    2

    Vs 2005

    I am new to C-just fininshing up a CS2 C++ class-and am wondering what, if anything, needs to be done in Visual Studio 2005 to start working in C (I know *NIX already).

    Muchos in advance.

  2. #2
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    Mostly ensuring that you are compiling as C. Save files with a .c extension instead of .cpp. Or use the appropriate compiler option to enforce it.
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

  3. #3
    Registered User toe.jam's Avatar
    Join Date
    Apr 2007
    Location
    Mich
    Posts
    2
    Thanks, I figured since it's MS it would require buying something extra.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. stdin in Visual Studio 2005 vs. 2003
    By Trev614 in forum C Programming
    Replies: 5
    Last Post: 06-23-2008, 02:44 PM
  2. If you must port to .NET 2005, read this thread.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 10-22-2007, 06:51 AM
  3. MVC++ ver 6 or Microsoft Studio 2005?
    By franziss in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 09-29-2006, 01:35 PM
  4. Warning to all those wishing to port to .NET 2005
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 05-07-2006, 09:29 PM
  5. Really basic string operation
    By bobthebullet990 in forum C Programming
    Replies: 6
    Last Post: 11-28-2005, 05:18 PM