hi does everyone know how to delete ' ->' in visual c++ ?
Ex.
#include<iostream>
-> int main()
-> ->{std::cout<<"Hello";
-> ->. return 0;
->-> }

Recommended Answers

All 2 Replies

You don't actually delete that because it's a visual aid. What you can do is disable that particular visual aid.

What you want to do is go to EDIT -> ADVANCED -> View White Space to toggle that aid on or off. There's a couple of other aids you might want to toggle too.

commented: nice help :) +34

I've seen that several years ago -- browse around Tools --> Options.

[edit]^^^ Oh yes, there it is :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.