Which c++ should i use if i follow these tutorial | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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??

6th Aug 2016, 12:54 PM
Decent VLogger
Decent VLogger - avatar
4 Answers
+ 1
Code blocks is preferable.
6th Aug 2016, 5:46 PM
Mr.Robot
Mr.Robot - avatar
0
in this tutorial they use CodeBlocks
6th Aug 2016, 1:06 PM
montadhar
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.
6th Aug 2016, 4:30 PM
Donovan
Donovan - avatar
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
6th Aug 2016, 7:47 PM
Sajad Hussain
Sajad Hussain - avatar