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 goto
How to avoid use of goto and break nested loops efficiently
Sep 17, 2022
c++
c
c++11
goto
Is it possible to use goto with switch?
Sep 01, 2022
c++
switch-statement
goto
When implementing an infinite loop, is there a difference in using while(1) vs for(;;) vs goto (in C)?
Aug 31, 2022
c
loops
for-loop
goto
while-loop
Ill-formed goto jump in C++ with compile-time known-to-be-false condition: is it actually illegal?
Aug 30, 2022
c++
language-lawyer
goto
What does a && operator do when there is no left side in C?
Oct 18, 2022
c
gcc
goto
language-extension
Goto out of a block: do destructors get called?
Aug 28, 2022
c++
destructor
goto
The equivalent of a GOTO in python [duplicate]
Aug 28, 2022
python
goto
Why do some kernel programmers use goto instead of simple while loops?
Aug 27, 2022
c
linux
loops
linux-kernel
goto
Use a 'goto' in a switch?
Oct 17, 2022
c#
coding-style
switch-statement
goto
Do any compilers for the JVM use the "wide" goto?
Sep 15, 2022
java
jvm
goto
Is using a 'goto' statement bad?
Oct 18, 2022
c#
loops
break
goto
Is it possible to store the address of a label in a variable and use goto to jump to it?
Sep 23, 2022
c
pointers
label
goto
memory-address
Being pressured to GOTO the dark-side
Oct 17, 2022
legacy
goto
To GOTO or not to GOTO? [closed]
Dec 15, 2021
c++
goto
Is GOTO in PHP evil? [closed]
Aug 25, 2022
php
goto
How to break out of multiple loops at once in C#?
Aug 25, 2022
c#
loops
goto
break
Variable declaration after goto Label
Nov 15, 2022
c
goto
variable-declaration
Examples of good gotos in C or C++ [closed]
Aug 17, 2022
c++
c
goto
Alternative to a goto statement in Java
Aug 17, 2022
java
keyword
goto
Will using goto leak variables?
Aug 17, 2022
c++
goto
« Newer Entries
Older Entries »