+ Post New Thread + Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 20 of 32

Thread: C++ compiler

  1. #1
    Full Member level 5
    Join Date
    Apr 2005
    Location
    27.45N, 85.20E KTM, NP
    Posts
    267
    Helped
    4 / 4

    free download winmm.lib for c++

    Which is the latest C++ compiler? I'm stuck with turbo C++ 3.0. I think newer version of compilers are available. Which one do u guys suggest?

    M

    •   Alt 

      Advertising

      advertising

        
       

  2. #2
    Advanced Member level 3
    Points: 10,071, Level: 24

    Join Date
    Jan 2004
    Location
    USA
    Posts
    813
    Helped
    40 / 40
    Points
    10,071
    Level
    24

    c++ code for joke machine on borland compiler

    If you are looking for free compiler DevC++ is a good choice... http://www.bloodshed.net/devcpp.html

    For paid, Borland C++ Builder is great. I will never suggest M$ VC++ to anyone. MFC is one of the worst thing Micro$oft has developed apart from Windoze :D

    And yes VB.NET & C# are good if ~30MB of .NET framework dependency does not bother you.



  3. #3
    Full Member level 4
    Join Date
    Aug 2006
    Posts
    217
    Helped
    32 / 32

    download turbo c++ compiler for code blocks

    Since your question is in the PC Programming section, I'm assuming you're using a PC.

    C# Express is free right now and is an excellent compiler. The .NET framework is chocked full of cool and easy to use features and it's always free (also automatically loaded with XP). The size of the framework is unimportant when running on today's PC's and it does not run slower because of this, it is faster in many cases. Designing a GUI is extremely easy and fun. Drag & drop any kind of control you can image.

    VC++ is also an excellent compiler. MFC is an older technology but still used everywhere without problems and there are a lot of sample applications available.
    I don't know if I would recommend starting a new project with it or any other c++ compiler (for the PC running Windows) however since c# is so much better.



  4. #4
    Advanced Member level 2
    Points: 4,672, Level: 16
    VSMVDD's Avatar
    Join Date
    Jun 2005
    Location
    scotland uk
    Posts
    578
    Helped
    62 / 62
    Points
    4,672
    Level
    16

    blooddev c++

    download

    these files
    http://www.codeblocks.org/

    and the sdk and compilers {free} the guy recomends amoungst others supported
    mingw etc..
    digital mars
    visual studio platform sdk{use the 2003 server sdk instead there is notes on the site}

    i use it now instead of digital mars own ide

    and i also improved the libs and headers inc setups to convert a set of microsoft files to allow digital mars to use them instead

    now the support in digital mars is much better and stuff for midi forinstance that had problems now compiles and runs fine {port access from older inc is to blame}
    lots changed in xp sp2 and later so older 2003 platform is needed {old platform = now software}

    i think the codeblocks ide is a worthy tool of space on the drive



  5. #5
    Full Member level 4
    Join Date
    Feb 2006
    Posts
    202
    Helped
    16 / 16

    download_turbo.html

    C++ is a disaster for reasons that can fill a book, and thats why you can find books on that topic. And the Windows API is an even bigger disaster. .NET is the only way to go. And C# is the proper compiler to use. If you want portability use Java, which C# is essentially copied off of. C will always be around for
    microcontrollers, but C++ has reached a deadend. Pointers are a no-no in modern operating systems. They can't be handled by the OS the same way references can. The result is code that is potentially leaky and bug-prone. And garbage collection alone makes .NET (and Java) the only way to go. There is a reason why MS spent the tons of money making .NET.

    Do yourself a favor, install SharpDevelops .NET IDE, make sure .NET 2.0 is installed on your Windows system and have fun.



  6. #6
    Full Member level 1
    Join Date
    Feb 2006
    Location
    South Africa
    Posts
    107
    Helped
    15 / 15

    top paid c++ compiler

    Quote Originally Posted by jhbbunch
    C++ is a disaster for reasons that can fill a book, and thats why you can find books on that topic.
    hahahaha...you can not be serious!!!
    Can't find books on C++, that is a joke right???
    At the end of the day, all other "look nice to use" programming that envolves a tad of C is still
    based on the core of C and C++, If you know what you are doing, and you're willing to learn,
    you can do all that and more in C++ and C.



  7. #7
    Advanced Member level 2
    Points: 4,672, Level: 16
    VSMVDD's Avatar
    Join Date
    Jun 2005
    Location
    scotland uk
    Posts
    578
    Helped
    62 / 62
    Points
    4,672
    Level
    16

    c++ compiler with gui

    Quote Originally Posted by jhbbunch
    C++ is a disaster for reasons that can fill a book, and thats why you can find books on that topic. And the Windows API is an even bigger disaster. .NET is the only way to go. And C# is the proper compiler to use. If you want portability use Java, which C# is essentially copied off of. C will always be around for
    microcontrollers, but C++ has reached a deadend. Pointers are a no-no in modern operating systems. They can't be handled by the OS the same way references can. The result is code that is potentially leaky and bug-prone. And garbage collection alone makes .NET (and Java) the only way to go. There is a reason why MS spent the tons of money making .NET.

    Do yourself a favor, install SharpDevelops .NET IDE, make sure .NET 2.0 is installed on your Windows system and have fun.

    yes i fully agree my pal


    i use v6 level prob v7 is ok for proteus
    i hear they use v7 intel compilers but yet i use digital mars
    and make working projects as dlls

    i as above use codeblocks + digitalmars cd version
    cost's shareware fee unlike or the free compiler is all you really need

    visual studio many £$Ey...

    the best plaatform sdk for v6/7 levels {as most companies use level system tied to c level }

    is code::blocks builds

    so far it works fine for my setup
    converting libs and inc headers is a needed event

    but overall digitalmars works far faster with a much smaller footprint
    with better convertions without warings and errors that stop a build in visual studio


    ie its more robust ! for 3rd part api

    as for native windows

    i reacon to use the free server sdk platform toolkit and api for win 2003 server
    its free to install and works fine with codeblocks {support it !!! now} then install linux also

    then xp compatabilities are intact via vista ready technologies both 32 and 64 bit
    at once is the way then there is no space for the debaters {mass}
    lots of people mix up abilities without realising a cross 64 64 32 bit cpu 3 way array possiblities with many advantage to 32 bit level being made to actualy perform before we dump it like all the rest before


    so wake up to whats coming and learn as many o/s and pli's ok!



  8. #8
    Advanced Member level 4
    Points: 12,583, Level: 26

    Join Date
    Jul 2001
    Location
    Oberon
    Posts
    1,328
    Helped
    140 / 140
    Points
    12,583
    Level
    26

    blood sheet dev cpp compiler

    Turbo C++ 2006 express. Free download from Borland!



  9. #9
    Full Member level 2
    Points: 1,938, Level: 10

    Join Date
    May 2006
    Posts
    121
    Helped
    7 / 7
    Points
    1,938
    Level
    10

    free download c++ compiler

    try devC++



  10. #10
    Member level 1
    Points: 1,066, Level: 7

    Join Date
    Oct 2005
    Posts
    38
    Helped
    0 / 0
    Points
    1,066
    Level
    7

    vc++ mfc sdk faq book rapidshare

    MS Vc++ is easy to use.



  11. #11
    Junior Member level 1
    Join Date
    Aug 2006
    Posts
    17
    Helped
    0 / 0

    winmm32.lib+vc++

    Quote Originally Posted by jhbbunch
    C++ is a disaster for reasons that can fill a book, and thats why you can find books on that topic. And the Windows API is an even bigger disaster.
    I am not sure if it was a typo to summarize C++ as a disaster. If its not, then I think you better come up with that book as we all need to learn why "C++" is a disaster. This sure will be a great contribution to "programming" domain.


    Quote Originally Posted by jhbbunch
    .NET is the only way to go. ........
    I will in a way agree with you on above. But this is not definitely for the reason being "C++ is a disaster". Its just that as with C, C++ is a raw power in a high level language domain which not everybody is capable of using/controlling/understanding with ease. But that nevers restricts anybody from using the easy subset of C+= and get away with day 2 day programming.

    All I a,m trying to say that generally in production env all we need a a set of tool chain that lets us develop, test, release our app in RAPID time cycle (of course maintaining the quality). Taking that as a value for the generic bunch of code monkeys (mixing with the fact that most of our apps sees win as the OS platform), I put my million votes on MS solutions.

    Now we need to seperate the platform fatcs from the language facts. Is Grabage collection is a feature of C# (/VB.NET) language feature? Not really. We wnated to get rid of the headcahe of accounting mem usage, so we end up with a platfrom (CL Runtime Enviornment wich we call .NET) and hence modification to mainstream languages (C++, VB) to get the best use of the Runtime Environment.

    In Win32 API dead? I can just laugh at this question. For we all the dumb code monkeys - its wrapped / hidden by .NET classes. And if you are doing more than putting fancy button + listboxes in windows forms, you will realize that we still need to do "P/Invoke" to get to them for many solutions.

    What I am trying to say here ..

    1. What rocks? It all depneds to the platfrom and type of solution we need. I personaly is not a great fan of Java but I am very clearly aware of the power of Java technology for building Enterprize solutions on non MS plaform. Java 2.0 will beat the shit out of any technology on that domain.

    2. .NET is a beauty. Its not the languages C#/VB.NET but what the platfrom+framework does for you. And of course I like the topping of the C#/VB.NET capability to abstract/hide the OPP programming details from me and still do OOP. Go MS go ....

    3. What is a "disaster" language? (I would say VB to piss the hell out of billions of those programmers :P ) But the answer I would generally say, If you have seen people to use one then that is not the one. All these languages comes from after a amount of research work and based on need. They are not just smoking pots and coming up with languages so that ppl can call it disaster and throw it. Specialyy its "C++" that u r calling disaster, you got issues man.


    Personally I belive that MS came out with C# instead of focusing C++/CLI is one of their market / business strategies. If they would have taken C++/CLI seriously and gave it to us as the .NET primary language and it wouldn't made any difference. Maybe the name C++ is probabily creates fear to general code monekys as being a hard to learn language made them rename this new varian to C#.



  12. #12
    Banned
    Join Date
    Jun 2006
    Posts
    131
    Helped
    19 / 19

    array blood dev c++

    Code:
    Turbo C++ 2006 express. Free download from Borland!
    

    Any url ?



  13. #13
    Advanced Member level 4
    Points: 12,583, Level: 26

    Join Date
    Jul 2001
    Location
    Oberon
    Posts
    1,328
    Helped
    140 / 140
    Points
    12,583
    Level
    26

    add borland c++ compiler to code::blocks

    h**p://www.borland.com/us/company/news/press_releases/2006/08_08_06_borland_announces_plans_to_rev_up_classic _turbo.html
    h**p://www.borland.com/downloads/download_turbo.html



  14. #14
    Full Member level 5
    Join Date
    Apr 2005
    Location
    27.45N, 85.20E KTM, NP
    Posts
    267
    Helped
    4 / 4

    winmm.lib download for dev c++

    I need documentation for DevC++? Any urls..?

    M



  15. #15
    Advanced Member level 3
    Points: 10,071, Level: 24

    Join Date
    Jan 2004
    Location
    USA
    Posts
    813
    Helped
    40 / 40
    Points
    10,071
    Level
    24

    blood c++ complier

    Quote Originally Posted by magnetra
    I need documentation for DevC++? Any urls..?

    M
    Here http://www.bloodshed.net/dev/doc/index.html



  16. #16
    Junior Member level 3
    Join Date
    Feb 2005
    Posts
    26
    Helped
    0 / 0

    borland turbo c++ compiler 3.0 64 bit

    Hi,

    The latest c++ compiler is g++343



  17. #17
    Advanced Member level 4
    Points: 12,583, Level: 26

    Join Date
    Jul 2001
    Location
    Oberon
    Posts
    1,328
    Helped
    140 / 140
    Points
    12,583
    Level
    26

    c++ builder microsoft compiler better

    How did those adds pop up on my post about Borland Turbo C++ express?
    Nothing to do with me, honest guv!



  18. #18
    Banned
    Join Date
    Jun 2006
    Posts
    131
    Helped
    19 / 19

    free and modern c+ compilers

    Code Worrior is not Bad either.... May be tried ...

    Added after 1 minutes:

    Paperback: 424 pages
    Publisher: McGraw-Hill Osborne Media; 2 edition (April 10, 2006)
    Language: English
    ISBN: 0072255129


    http://rapidshare.com/files/617015/T...C.PlusPlus.rar





  19. #19
    Newbie level 6 Vasilis's Avatar
    Join Date
    May 2006
    Location
    Greece
    Posts
    12
    Helped
    2 / 2

    c++ compiler rar

    Quote Originally Posted by mmike
    It has been removed!!



  20. #20
    Full Member level 3
    Points: 1,576, Level: 9

    Join Date
    Aug 2006
    Posts
    156
    Helped
    3 / 3
    Points
    1,576
    Level
    9

    learning c++ using blood dev

    yea man it's been reomoved.......do you have that in your hard disk....?



+ Post New Thread + Post New Thread + Reply to Thread
Page 1 of 2 1 2 LastLast