I have just established Turbo C++ and..

Mar 16, 2014 at 8:06am
I have problem with the quotation mark key ("").
Does anyone knows how can I activate it ? (or the keyboard combination to activate it ?

Mar 16, 2014 at 9:09am
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?
Mar 16, 2014 at 11:56am
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 Mar 16, 2014 at 11:59am
Mar 16, 2014 at 12:07pm
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.
Mar 16, 2014 at 12:55pm
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
Mar 16, 2014 at 1:36pm
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
Mar 16, 2014 at 4:26pm
thanks !!
Topic archived. No new replies allowed.