144 questions
The visual studio debugger shows the static arrangement well,Do I have to press + to show the dynamic array or double pointer?Also, sometimes I have to press + every time, so it's annoying.
I looked it up and I heard that the visual version I use doesn't have stdint.hThen I can't write anything in this header? TT?
char *a[] = { Hong Gil-dong, Kim Gil-dong, Lee Gil-dong, Park Gil-dong, Choi Gil-dong};All the other computers up there are working fine, but strangely, I...Hong Gil-dong, Kim Gil-dong, Lee Gil-dong, ...
When you lower the scope using brackets in the Visual Studio, it supports the ability to fold or peel the code for each lowered scope. For example,
I use 2010 a lot in the field Does the existing source itself have the 2010 version, so do you continue to use that version?.....I'm a new developer, but... It was so uncomfortable to write 2015 and 2...
#include <stdio.h>int main(){ FILE * fp; char* a=all_new; fp=fopen(data.bin,wb+); fwrite(a,200,1,fp);}I saw the data.binThere are trash values. I want to fill up the parts that exceed 7 with CC ...
When installing scrapy to crawl with Python, an error occurred while installing a package called twitted.They said there was no cl.exe, so after all the rumors... I installed Visual Studio C++ Build T...
void Start(){ for (int a = 1; a < 2; a++) { Debug.Log(a); }}According to the above repetition, I thought the output value would be 2, but it came out as 1. Is it not applied to the output value be...
I was using it well until yesterdaySuddenly, the console window just turns off. Why is this happening?I temporarily scanf() at the bottom to block itHow do I fix it?
The code to print out the number you entered into multiplication tables I read a book and tried it When you hit only one getchar() at the end, type an integer in the console window and type enter The ...
« | - 13 - | » |
© 2024 OneMinuteCode. All rights reserved.