Menu

A few suggestion to Dev-Cpp developers

2003-10-16
2012-09-26
  • x0r [nomad]

    x0r [nomad] - 2003-10-16

    A small suggestion concerning comments in the source code: why not to make an option allowing to hide the comments from the screen? It's useful while debugging some small problems using comments. It might look that way:
    function1();
    // function2();
    function3(); After using this option it will look like:
    function1();
    function3(); The best way to use it i think will be to make another hot key. The same can be said about /* text */ comments.
    Suggestion #2: It would be useful to add any extra information about settings such a <ERR: 2814> and other options named in that way.

    You compiler is great. Tnx.

     
    • Anonymous

      Anonymous - 2003-10-17

      Even though I shouldn't be posting here, I think you should have a list of known books that work and dont work with dev (Sorry if its on the site somewhere and i over looked it)

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.