ajxtwo's blog

By ajxtwo, 14 years ago, In English
I recently got introduced to C++ after coding in java for a year or more, and I loved C++. I just love it, but the only issue is that, I use Borland compiler and I am now finding out that it is not a very ideal compiler to use. Using it is causing me problems especially on this site. I would really like  to know more about this topic...
  • Vote: I like it
  • +1
  • Vote: I do not like it

| Write comment?
14 years ago, # |
Rev. 6   Vote: I like it 0 Vote: I do not like it
There was probably some weird bug when posting from russian interface a comment in English.

Initial advice was to have a look at GCC.
14 years ago, # |
  Vote: I like it 0 Vote: I do not like it
Use g++ , the standard GNU C++ compiler and you won't face any problems anymore.
see these:
14 years ago, # |
  Vote: I like it 0 Vote: I do not like it
If you're using windows, you could also try DJGPP. I recommend GCC, though.