Home Forums C Programming c++ compiler

Viewing 2 reply threads
  • Author
    Posts
    • #1866
      Neha Nandra
      Participant

      Hay i’m new here + new to c++ But not new to programming/Scripting (QBasic/VB/VBS/VBA/Batch/HTML) LOL Looks like i like the basic stuph

      Anyways i’m learning C++ But a good start would be a Compiler! So where do i get 1? oK thats my question!

      Thanx

    • #3116
      msaqib
      Participant

      here is a link to a compiler called dev c++ it is free.

      http://www.bloodshed.net/devcpp.html

      if you want a better compiler and are willing to spend money than i suggest the borland compiler.
      msaqib38266.5445949074

    • #3117
      msaqib
      Participant

      Writing windows programs in C/C++ can be a bear for even experienced programmers. I started out with the DEV C++ package and quickly switched to BCX. This is a basic to C/C++ translator that uses simple basic code and allows inline asm and C code. If you are familiar with basic you can then look at the generated C/C++ code and learn a lot!

      Write your basic code on the included editor and compile and run it from the editor or even fancier, from the included visual IDE. This program has excellent help files and a good selection of examples. You can look at the C code it produces. You can make win-gui or console programs. BCX is written in BCX!

      The whole free package can be downloaded, including the PellesC compiler, from:

      There is quite a nice group of users at

      http://groups.yahoo.com/group/bcx/

Viewing 2 reply threads
  • The forum ‘C Programming’ is closed to new topics and replies.