Page 1 of 3 123 LastLast
Results 1 to 15 of 42
  1. #1
    Nitehawk772's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Downtown.
    Posts
    5,284
    Reputation
    111
    Thanks
    636
    My Mood
    Amazed

    What Coding Programs that Code in C++ Do You Use?

    Just wondering, Because I want to start coding, But I don't have a coding program for C++.

  2. #2
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Microsoft Visual C++ 2010 Express Edition
    Ah we-a blaze the fyah, make it bun dem!

  3. The Following User Says Thank You to Hell_Demon For This Useful Post:

    Nitehawk772 (05-14-2011)

  4. #3
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    Quote Originally Posted by Hell_Demon View Post
    Microsoft Visual C++ 2010 Express Edition
    On your Vindictus thread you used 2008.
    And I use MS VC++ 2010 or CodeBlocks

  5. #4
    Nitehawk772's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Downtown.
    Posts
    5,284
    Reputation
    111
    Thanks
    636
    My Mood
    Amazed
    Are these free?

  6. #5
    VirtualDUDE's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    In my basement
    Posts
    665
    Reputation
    -172
    Thanks
    20
    My Mood
    Relaxed
    Quote Originally Posted by Nitehawk772 View Post
    Are these free?
    Yes, Visual studio is an IDE though...
    And um, code blocks, wx Dev C++, etc are all good and totally free compilers well, most of them use other compilers, thus having a different name..but you get the idea.

  7. #6
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    Quote Originally Posted by Hell_Demon View Post
    Microsoft Visual C++ 2010 Express Edition
    Same here.

  8. #7
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    IDE != compiler.

    • Microsoft Visual Studio 2010
    • Visual Assist X
    • Git
    • BeyondCompare
    Last edited by Fovea; 05-14-2011 at 02:13 PM.

  9. The Following User Says Thank You to Fovea For This Useful Post:

    Hell_Demon (05-14-2011)

  10. #8
    VirtualDUDE's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    In my basement
    Posts
    665
    Reputation
    -172
    Thanks
    20
    My Mood
    Relaxed
    Quote Originally Posted by Fovea View Post
    IDE != compiler.

    • Microsoft Visual Studio 2010
    • Visual Assist X
    • Git
    • BeyondCompare
    Ofcourse an IDE is something that allows compilation + design + debugging and a hole lot other cool stuff...

  11. #9
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    @VirtualDUDE Code::Blocks and Dev C++ are both IDEs, not compilers
    Ah we-a blaze the fyah, make it bun dem!

  12. #10
    VirtualDUDE's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    In my basement
    Posts
    665
    Reputation
    -172
    Thanks
    20
    My Mood
    Relaxed
    Quote Originally Posted by Hell_Demon View Post
    @VirtualDUDE Code::Blocks and Dev C++ are both IDEs, not compilers
    Yea sorry. They use a standard compiler, i think it's the same. But they allow you to design using the Wx whatever it's called. Don't really use code::blocks so i can't speak for it, though i know you're right about Wx Dev C++.

  13. #11
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    I just use VC++ Express 2010

    Quote Originally Posted by Fovea View Post
    IDE != compiler.

    • Microsoft Visual Studio 2010
    • Visual Assist X
    • Git
    • BeyondCompare
    Hg > Git :3

    Visual Assist X costs so much, and I've never heard of BeyondCompare...

  14. #12
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    Quote Originally Posted by freedompeace View Post
    I just use VC++ Express 2010



    Hg > Git :3

    Visual Assist X costs so much, and I've never heard of BeyondCompare...
    BeyondCompare compares files. Merges files and some other stuff.
    BeyondCompare's website

  15. #13
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Cookie. View Post


    BeyondCompare compares files. Merges files and some other stuff.
    BeyondCompare's website
    I can Google (:

    But Hg does that for me (shouldn't Git do the same?)

  16. The Following User Says Thank You to freedompeace For This Useful Post:

    Melodia (05-15-2011)

  17. #14
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    Quote Originally Posted by freedompeace View Post


    I can Google (:

    But Hg does that for me (shouldn't Git do the same?)
    BeyondCompare is the best diff / merge utility, something that any DVCS (yes, they have the ability but lack the features) cannot compete with. So to answer your question, yes Git has diff / merge capabilities (but of course you should be able to Google).

    This thread is now Git vs Mercurial.

    Why Git is Better Than X

    ... and just general information.
    version control - What is the Difference Between Mercurial and Git? - Stack Overflow
    version control - Git and Mercurial - Compare and Contrast - Stack Overflow

  18. #15
    Nathan's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    In a magical place
    Posts
    6,113
    Reputation
    394
    Thanks
    363
    Quote Originally Posted by freedompeace View Post


    I can Google (:

    But Hg does that for me (shouldn't Git do the same?)
    Oh okay. I was just trying to help.

Page 1 of 3 123 LastLast