I have just established Turbo C++ and..

I have problem with the quotation mark key ("").
Does anyone knows how can I activate it ? (or the keyboard combination to activate it ?

Wha exactly do you have problems with? Do you press it and nothing is printed? Or do you not have it on your keyboard and want to use it?
I press it and nothing is printed .this happens only with borland's turbo c++ compiler.can you help me ?I have windows 7 64 bit
(thanks for replying anyway)..
Last edited on
Is it in your IDE? Or when you try to input something in your program? If second, post your code, there might be something with it. And I must note that turbo C++ is terybly outdated and should not be used today.
closed account (iAk3T05o)
First of all, uninstall/erase/obliterate turbo borland c++ from your computer's hard-drive and then download Visual C++ Express or Code::Blocks
Nathan2222 wrote:
First of all, uninstall/erase/obliterate turbo borland c++ from your computer's hard-drive and then download Visual C++ Express or Code::Blocks

... or even go for a text editor + command line compiler combo.

http://www.sublimetext.com/
http://www.pnotepad.org/
http://nuwen.net/mingw.html

@ dapontes: if you are on Windows 7 64-bit, then currently the best choice for you is Visual Studio 2013 Express.

http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop
thanks !!
Topic archived. No new replies allowed.