Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
shingo
shingo has asked
7
questions and find answers to
29
problems.
Stats
879
EtPoint
296
Vote count
7
questions
29
answers
About
#include <stdio.h> int main() { printf("Hello, World!"); return 0; }
shingo questions
CMake cannot open "ucrtd.lib"
What's the use of HScroll/VScroll in ScrollableControl?
When run a program in C#, all the messages go to the standard output, but the standard error contains nothing
Why is the enumeration value from a multi dimensional array not equal to itself?
shingo answers
Can `ReadOnlyMemory<char>` be used as a universal replacement for `string`?
How does Lua take advantage of <const> when emitting bytecode?
Why is it not possible to extend a function call expression returning multiple values with another value on the right in Lua
LUA_HOOKRET not working when function is called inside return
How to configure the size of the internal buffer for file IO in PHP?
How to define a method following top-level statements
What does "table:insert()" do?
Converting decimal to long while allowing overflow
"System.IO.Ports is currently only supported on Windows" when dynamically loading assembly on a Windows machine
PHP 8.3 Typed Class Constants - Closures