Re: C++ commands not working
Hey!
I don't have much idea about programming but i know little as i learnt in college... If you are using Turbo C++, Make sure you select proper directories from options and directory. Directories have to be set for include files [header files], library files [lib] and output directory and so on...!
All the best!
Re: C++ commands not working
Hi!
I installed Turbo C++ to its default location and did not change its folder. I also configured the directories but going in the following menu : Options-> Directories. But still nothing help...! If it was a directories problem all the programs and commands shouldn't work right?
Re: C++ commands not working
Hey!
I guess you have lost your mind mr alkesh! are you sure you learning C++ and not C? Because printf and scanf commands don't work in C++. They are the command of C language. In C++ you have to use 'cin' instead of 'scanf' and 'cout' instead of 'printf'. Hope now you can run your program!
All the best anyways...!:rofl_2: :rofl_2: