Thread: C Compiler for Windows 8/8.1 ??

  1. #1
    Registered User
    Join Date
    May 2015
    Posts
    4

    Question C Compiler for Windows 8/8.1 ??

    Hello there. I am running Windows 8.1 - 64 bit on my PC. I had Windows 7 - 32 bit before and last day I installed Windows 8.1. I was using "Turbo C++ for Windows 7 and Windows 8"

    ( Turbo C++ for Windows 8 and Windows 7 Free Download | Muhammad Niaz )

    It was working fine in Windows 7. I used to write code in Notepad++ and then compile using it. But in Windows 8.1, I am having 2 problems with it. 1st is when I open this compiler, the mouse pointer doesn't work fine. 2nd problem is when I somehow compiles my program, I got this error:
    C Compiler for Windows 8/8.1 ??-capture-jpg

    Please Tell me any compiler compatible with my OS and which is also easy-to-use. Thanks

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Don't use TC, it's extremely outdated and, as you can see, the programs that you produce with it can't run in 64-bit systems. For a complete(almost) IDE and compiler option, I suggest CodeBlocks with MinGW. Here is their website:
    Code::Blocks

    and the download you want is probably this(unless you know how to separately setup MinGW):
    https://sourceforge.net/projects/cod...p.exe/download
    Devoted my life to programming...

  3. #3
    Registered User
    Join Date
    May 2015
    Posts
    4
    Thanks a lot! I am going to try it

  4. #4
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    VisualStudio Express is free and good choice for windows
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

  5. #5
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Visual Studio is not very good for C (but it is a fairly good choice for C++).
    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.

  6. #6
    Registered User
    Join Date
    Apr 2012
    Posts
    55
    Hi
    I use a Win8 desktop PC with MinGW installed and I mainly use Geany4Windows to edit and compile my C programs (there are many other C compilers for Windows eg PellesC/ LCC/TDM/TinyC, as well as MSVisualStudio, and more and they are all alright but MinGW and Geany4Windows do well as a basic set up for me). So you might want to try MinGW & Geany4Windows. They are both free and easy to install (google for their websites and follow their instructions. MinGW uses GCC and the path to gcc.exe needs to be in Windows path to use GCC in windows command/terminal prompt. This is either done automatically or is easy to do manually..it is a while since I installed them and I have forgotten if installing MinGW does this automatically or not, but it wasn't hard to do! Instructions are on MinGW website.).

    I hope this helps and goodluck with C programming on Windows (a bit more troublesome than on Linux or Mac both of which include C compilers as standard I believe).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C Compiler For 64-Bit Windows 7
    By Dr.Xperience in forum C Programming
    Replies: 9
    Last Post: 07-06-2011, 05:37 AM
  2. windows compiler
    By MK27 in forum C++ Programming
    Replies: 3
    Last Post: 05-10-2011, 02:28 PM
  3. C Compiler For Windows CE
    By nathanpc in forum C Programming
    Replies: 1
    Last Post: 07-12-2009, 07:38 AM
  4. C Windows Compiler
    By pobri19 in forum Windows Programming
    Replies: 3
    Last Post: 05-30-2008, 05:36 AM
  5. <windows.h> compiler help..!
    By The Brain in forum Windows Programming
    Replies: 4
    Last Post: 05-11-2005, 08:47 PM

Tags for this Thread