Thread: what 's the tool i should use

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    15

    what 's the tool i should use

    i am a newbie of C language,now,i want to learn to it. the operating system i used is windows. so if i want to write a c code. what 's the tool i should use and install. any tips would be appreciated.
    Last edited by runeveryday; 07-28-2010 at 05:52 AM.

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    If you want to use write for Windows, then the tool you need is a higher-level language such as C++, C#, Java, etc.
    You will need an IDE / compiler. Here are some for C++: SourceForge.net: Integrated Development Environment - cpwiki
    In case you aren't using VS, you need the Windows SDK.
    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. #3
    Registered User
    Join Date
    May 2010
    Location
    Naypyidaw
    Posts
    1,314
    You could also try gcc for windows if you just want to learn C.
    An Introduction to GCC
    Useful utilities :
    indent
    cproto
    cdecl
    splint
    valgrind
    Last edited by Bayint Naung; 07-28-2010 at 06:08 AM.

  4. #4
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Also note that programming C and programming for Windows are two different things. The first is fine, but the second is problematic.
    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. #5
    Registered User
    Join Date
    Mar 2010
    Posts
    15
    i want to learn programming,some people around me said C is the best language to begin with.so i choose it and intend to learn it.

  6. #6
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    The best language to learn first is subjective. You should choose what you really want to learn.
    If you want to learn more about the computer architecture and roll out your own solutions, so to speak, you should pick C.
    If you want to learn more about programming in general, such as how to write large software out there, then you should choose C++.
    Regardless of what you choose, you need an IDE and compiler. Visual Studio and Code::Blocks + mingw are popular choices that support both C and 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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 06-17-2010, 10:26 PM
  2. grep tool
    By George2 in forum Tech Board
    Replies: 7
    Last Post: 02-10-2008, 02:12 AM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. DX Texture Tool
    By spoon_ in forum Tech Board
    Replies: 0
    Last Post: 03-08-2004, 05:19 PM
  5. O/R Mapping tool like Apple has.....for .NET?!?!
    By gicio in forum C# Programming
    Replies: 0
    Last Post: 08-29-2003, 04:20 AM