User forums > Help

tooltip: "n : > > "

(1/1)

bugmenot:
Hello,

a great feature of codeblock is, that, when you mouseover a variable, a tooltip appears telling you the type of the variable.
But:
After you used cin to ket the user input the variable, codeblock claims that the variable has the type cin > > ...
How can I avoid this?

Example

--- Code: ---...
int n; // tooltip doesn't appear
cout << n; // tooltip says "n : int"
cin >> n; // tooltip says "n : int"
cout << n; / tooltip says "n : cin > >"

--- End code ---

Navigation

[0] Message Index

Go to full version