c++ software

rajeshwar

rajeshwar

@rajeshwar-NZofoz • Oct 26, 2024

I want to installed c++ software in my computer. Can anyone tell me from where i can download it free and which version will run on xp
tks

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Mar 11, 2008

    rajeshwarI want to installed c++ software in my computer. Can anyone tell me from where i can download it free and which version will run on xp
    tks

    I'm assuming that you need C++ IDE/Compiler to develop programs using C++. Take a look at Bloodshed's C++ IDE / Compiler -

    #-Link-Snipped-#

    I think hardcore C++ guys can help you make a better choice. I'm sure there are many C++ folks here. Moving the thread to computer science engineering section.

  • Ashraf HZ

    Ashraf HZ

    @Ash Mar 11, 2008

    The_Big_KI'm assuming that you need C++ IDE/Compiler to develop programs using C++. Take a look at Bloodshed's C++ IDE / Compiler -

    #-Link-Snipped-#

    I think hardcore C++ guys can help you make a better choice. I'm sure there are many C++ folks here. Moving the thread to computer science engineering section.

    Though I'm not a hardcore C++ guy, I still second that. I love that compiler! In fact, there exists a portable version of that which you can carry on your USB drive 😀

  • pradeep_agrawal

    pradeep_agrawal

    @pradeep-agrawal-rhdX5z Mar 11, 2008

    I will suggest to give gcw (gcc for windows) a try. Its available for download at <a href="https://sourceforge.net/projects/gcw/" target="_blank" rel="nofollow noopener noreferrer">gcw. Gcc for Windows download | SourceForge.net</a>

    -Pradeep

  • mahul

    mahul

    @mahul-ZxpiLA Mar 12, 2008

    I use Visual studio and am happy with it. But i do not write many programs for the windows platform and rather use gcc in linux.