Posts by Fernando Ernesto • 19 points
3 posts
-
1
votes0
answers62
viewsQ: Difference between string size in Standard C and C++
I compiled the following code in C Standard and C++: #include <stdio.h> #include <string.h> char string[5] = "hello"; int main(void) { printf("string tem %lu bytes\n", sizeof(string));…
-
0
votes2
answers865
viewsA: Shortcut to "console.log()" in Vscode
Searching the VS code, I saw that when typing 'log', appears the console forecast.log(). should serve to others who need something similar.
visual-studio-codeanswered Fernando Ernesto 19 -
-1
votes2
answers865
viewsQ: Shortcut to "console.log()" in Vscode
There is, in Visual Studio Code, a way to insert console.log() so I start typing? Or else a keyboard shortcut?
visual-studio-codeasked Fernando Ernesto 19