Thread: Visual c++

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    45

    Visual c++

    Can we run C programs in VC++.I am new to computer science and C programming.Please help me.
    Code blocks is creating problems on windows 7.permission is being denied.
    So if we can run C programs on VC++,please explain the process of compiling the programs.

    One more thing is that I like white background and I hate black background.That's why I don't like to use Turbo C or Turbo C++.

    Please tell me if VC++ has a white background and whether it works fine on windows 7

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Yes. Just name the files you add to the solution as .c rather than the default .cpp

  3. #3
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by narendrav View Post
    Can we run C programs in VC++.I am new to computer science and C programming.Please help me.
    Code blocks is creating problems on windows 7.permission is being denied.
    Probably because the program you're compiling is already running. Check in task manager, and shut it down if it is. It can't replace the EXE file if it's running...

    One more thing is that I like white background and I hate black background.
    All console windows in windows have black backgrounds... you can change it by right clicking the console's title bar and selecting defaults... That's got nothing to do with the compiler.

    That's why I don't like to use Turbo C or Turbo C++.
    And the fact that both are 16 bit compilers, created for hardware that now sits in museums, has nothing to do with it?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. LDAP Query
    By Travoiz in forum C++ Programming
    Replies: 0
    Last Post: 08-13-2009, 02:58 PM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM