0
Which c++ should i use if i follow these tutorial
Hello Friends.Currently I am using Turbo c++ 3.2.So I am facing some errors as the version of c++ I am using is quite different from the one being used in the tutorial.So can anyone tell me which c++ should I use??
4 ответов
+ 1
Code blocks is preferable.
0
in this tutorial they use CodeBlocks
0
Use a compiler compatible with C++11 or up. I personally used GNU's g++ compiler flagged to compile c++14 code and havent had problems yet. You may be using an old compiler which may cause errors if you try to compile code not compatible with the compiler version. Info on the error and what you wrote code-wise would help me better answer your question.
0
c++ syntax remain same every where ,you can use any compiler depend upon your choice as well as operating system,you can use visual studio v.2015 if you beginner as well as is windows, also dev c++ GU turbo etc