hi does everyone know how to delete ' ->' in visual c++ ?
Ex.
#include<iostream>
-> int main()
-> ->{std::cout<<"Hello";
-> ->. return 0;
->-> }
chamnab 0 Junior Poster in Training
Recommended Answers
Jump to PostYou 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 …
All 2 Replies
Isaac Remuant 40 Newbie Poster
Ancient Dragon commented: nice help :) +34
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
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.