Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in main
run main method using gradle "run" task
Sep 03, 2022
java
gradle
main
How do you pass arguments from command line to main in Flutter/Dart?
Nov 06, 2022
dart
flutter
command
main
args
program-entry-point
What is the difference between wmain and main?
Sep 06, 2022
c++
c
windows
main
wmain
program-entry-point
What is the difference between String[] and String... in Java?
Sep 14, 2022
java
main
arrays
Why does const int main = 195 result in a working program but without the const it ends in a segmentation fault?
Mar 15, 2022
c
segmentation-fault
constants
main
How to change entry point of C program with gcc?
Sep 01, 2022
c
main
entry-point
Access main package from other package
Jul 06, 2019
go
import
package
main
in c++ main function is the entry point to program how i can change it to an other function?
Sep 01, 2022
c++
c
main
Main method with generic parameter; why does it work?
Sep 01, 2022
java
generics
main
type-inference
In Scala; should I use the App trait?
Sep 05, 2022
scala
main
traits
Can there exist two main methods in a Java program?
Sep 27, 2022
java
methods
arguments
main
program-entry-point
Why does int main() {} compile?
Sep 20, 2022
c++
return-value
main
program-entry-point
Get name of executable jar from within main() method [duplicate]
May 12, 2019
java
main
apache-commons-cli
Main method in Scala
Aug 31, 2022
class
scala
main
Is it possible to write a program without using main() function?
Mar 04, 2022
c++
c
compilation
main
PHP equivalent of Python's __name__ == "__main__"?
Aug 09, 2020
python
php
main
language-comparisons
program-entry-point
int main() vs void main() in C [duplicate]
Aug 30, 2022
c
int
main
void
Why do we need to use `int main` and not `void main` in C++? [duplicate]
Aug 30, 2022
c++
function
return-value
main
Call a function before main [duplicate]
Aug 30, 2022
c++
c
startup
main
Why does Rust not have a return value in the main function, and how to return a value anyway?
Aug 29, 2022
return
main
rust
« Newer Entries
Older Entries »