I have an application in visual c++ . net, which involves both c and c++ source, my question is, which namespace is asigned to c sources?
I was able to see C variables with intellisense just by writting "::" before the variable name.
I was able to see C variables with intellisense just by writting "::" before the variable name.
Comment