extension
undefined
fix
search
Sign in
c
a high level computer programming language
Newest
How does G + + turn off the protection of function return address?
I want to simulate the buf overflow experiment of CSAPP, write a CC file, compile it, and ...
0 answers
Quick sorting of big data files with C language
We plan to use C language to reverse the order of large data files (about 500m), that is, ...
1 answers
G + + compile c + + error / usr / bin / locale: source file is not valid UTF-8
macOS V10.15.4 Compiling C + + files with command G + + under Mac OS / usr / bin / locale:...
1 answers
How to exit the running C language DLL
Using C # to call C language DLL, if the DLL runs for a long time, is there any way to for...
2 answers
Vscode debugging C program prompt unable to perform this action because?
I use vscode + WSL to match the C development environment, according to the online said wi...
0 answers
Linux c programming: volatile and global variables?
There are three files: 1. C, 2. C and 3. C; Try to output + + I + + I1. C where variable I...
1 answers
How to read text files and call corresponding C + + functions?
I have some text test. G, which says: a=fun_1(12, "hello") This article actually w...
2 answers
Vs raises exception when binary sort tree is established: read access conflict
Data structure: typedef struct Node { ElemType data; struct Node *lchild; struct Node *rch...
1 answers
How to avoid overlapping when arranging multiple labels?
As shown in the figure, a lot of tags need to be typeset in the page, but many tags are ov...
0 answers
What is the idea of this problem?
Configuration parsing and storage, given a string, which is k, V configuration information...
1 answers
Integer int data size range problem
In Java, the length of int type is fixed to 4 bytes and signed. Why can it represent the r...
1 answers
Why does integer divided by 0 cause an exception to terminate the program, while floating point divided by 0 does not cause an exception to terminate the program (the result is infinite)?
Why does integer divided by 0 cause an exception to terminate the program, while floating ...
1 answers
How to use wstring
// to_wstring example #include <iostream> // std::wcout #include <string> // s...
1 answers
How to synchronize the multi person project with git?
[premise] for example, function a (done by others) and function B (done by me). Remote fun...
3 answers
Bat script gets the date in the format of 20200608185309
Bat script, get the current time format is 20200608185309, how to achieve...
1 answers
more >>