C - string header issues #7442
Unanswered
tigercode1118
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you provide more info? What version of the string.h header are you using? How many args are you passing and when you do a Go to Definition how many args does the strcpy macro appear to take (I believe it's a macro that may refer to the real function). Also, the output of the C/C++: Log Diagnostics command from the Command Palette could help. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After updating my VSCode C/C++ extension, I have been getting squiggles under the function anytime i call the strcpy() function under the <string.h> header. it is saying "too few arguments in invocation of 'strcpy'". I'm not sure if this is something I can fix or if it is a problem with the update. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions