How can I remove this in Dev C++? - dev-c++

Thank you. I will really appreciate your help!!!

Tools -> Editor Options
enter image description here

Related

Rtl direction in TinyMce scrambles codesample

my Django-TinyMce direction has turned rtl due to my language and everything looks fine except the code sample plugin which has gotten rtl and scrambles the code. I would appreciate anyone help me figure this out. I want code sample to be ltr while everything else is rtl. Thanks in advance
Please follow these steps:
Add directionality to the list of plugins.
Add ltr rtl to your toolbar.
Before inserting the code sample, make sure the text direction is set to ltr.
That's it.
You may read more about this plugin here.

Output and Input in SML

I am trying to understand TextIO to write and read files line by line. Most resources online start without some introductory texts. I do not have any previous knowledge with file handling and no advanced knowledge with SML. I do not know how to deal with signatures if that is needed.
Any Link or detailed description would be of great help.
Thank You.
Mabye this will help you.....
http://www.cs.cornell.edu/courses/cs312/2006fa/recitations/rec09.html

Encryption of file in Picture

I want to write a software to encrypt(AES 256bit) file or picture in a picture or file. I have never done encryption so I have no idea how to do this in C++. Suggestions of Frameworks or libraries with documentation will be really helpful.
Thanks for your help!

How to get a list of SCSI-Disks in C/C++ under Linux?

i need to get a list or any other enumerable class with info about any connected SCSI-disks, with info just like /proc/scsi/sg/devices
Please help me and thanks in advance
You've basically named a solution in your question -- just open /proc/scsi/sg/devices and read from it.

sqlite wrapper in vc++?

I'm going to use a wrapper for opening .sqlite files and exploring their contents. here is the wrapper which I'm going to use:
SQLite C++ Wrapper
But I don't know how to use it! can anyone help me please?
Can you introduce me a library with a better documentation?
thanks so much
On this page you have both an updated source and documentation in pdf for sqlite3x.
http://www.wanderinghorse.net/computing/sqlite/