so all the visual studio programs(C++ J++) have this nifty feature which displays a list of functions or members that you can use,
for example, if length() is a function i can use with a string named string, then when i type
string.
it will give me a list of functions and members, one of which is length.
it worked for me before, but somehow it stopped doing that this morning.....
any idea why this happens and how to fix it?
Thanks a lot!
for example, if length() is a function i can use with a string named string, then when i type
string.
it will give me a list of functions and members, one of which is length.
it worked for me before, but somehow it stopped doing that this morning.....
any idea why this happens and how to fix it?
Thanks a lot!