Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Please solve it and guide me

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
duckchan.seo Posted - Apr 24 2019 : 7:27:03 PM

I usually implement the program using the OpenCV library through visual Studio. Every time the following problems occur, they bother me.

Mat temp(Size(width, height), CV_64F);
temp.at(<) <------ this problem

In order to access Mat type data, I have to use syntax like '.at<type>(x, y)'. But when I input '<', your software make automatically '(<)'.
So I always delete '(' and ')'.

Please solve it and guide to avoid it.
4   L A T E S T    R E P L I E S    (Newest First)
sean Posted - May 02 2019 : 3:20:14 PM
Sorry for the trouble. I have opened a case to change the behavior of auto-insert of parens when the listbox item is a template function. case=139990
feline Posted - May 02 2019 : 10:29:09 AM
Thank you for the update. Do you still have VA inserting brackets in a useful manor? Or have you fixed this by turning off all inserting of brackets?
duckchan.seo Posted - May 02 2019 : 01:21:04 AM
Thank you. The problem has been resolved.
feline Posted - Apr 25 2019 : 05:16:32 AM
Do you have the two options:

VA Options -> Editor -> Insert () and closing } ) ] ' "

IDE Tools menu -> Options -> Text Editor -> C/C++ -> General -> Automatic brace completion

turned On or Off? It could be VA, or it could be the IDE inserting the brackets here. If you turn Off both options, does the problem go away?

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000