Thread: wats the fault...

  1. #16
    Banned
    Join Date
    Nov 2007
    Posts
    678
    You can use gcc/g++ or if you need it on windows may be go for mingw!

  2. #17
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by ElemenT.usha View Post
    can you suggest me a good compiler ? >matsp

    by the way which one do you use???
    I use several compilers, because I work on Embedded systems, which means different compilers for different target architectures. However, there are two clear candidates that will work well with PC's:
    - Microsoft Visual Studio - a free version called Visual Studio Express is available from www.microsoft.com
    - gcc - This is the "Gnu Compiler Collection", which is a open source project [so when you have ten or so years of experience in C, you could download the compiler and "check out how the compiler works" - but this is not a beginners exercise]. There are several IDE's that use gcc as the compiler, such as Dev-CPP and Code::Blocks.

    I use Visual Studio for much of my work at Home, and gcc at work different things for PC/Windows development. For embedded development I use a different set of compilers that are neither free, nor suitable for use to compile on a PC, so it's pretty meaningless for you.

    --
    Mats
    Last edited by matsp; 01-04-2008 at 04:01 AM.
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #18
    Registered User
    Join Date
    Nov 2007
    Posts
    73
    thanxx for that... so i ll move up to visual studio...........
    and one more thing..... i now know pretty much of c and data structures....

    i want to completely know every nook of the language like its real time applications and others.... can you do the favour of directing me......

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. weird seg fault
    By Vermelho in forum C Programming
    Replies: 3
    Last Post: 05-10-2008, 08:27 PM
  2. Segmentation fault
    By NoUse in forum C Programming
    Replies: 4
    Last Post: 03-26-2005, 03:29 PM
  3. Locating A Segmentation Fault
    By Stack Overflow in forum C Programming
    Replies: 12
    Last Post: 12-14-2004, 01:33 PM
  4. Segmentation fault...
    By alvifarooq in forum C++ Programming
    Replies: 14
    Last Post: 09-26-2004, 12:53 PM
  5. segmentation fault and memory fault
    By Unregistered in forum C Programming
    Replies: 12
    Last Post: 04-02-2002, 11:09 PM