Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Burkhard
Burkhard has asked
25
questions and find answers to
27
problems.
Stats
796
EtPoint
226
Vote count
25
questions
27
answers
About
I'm Burkhard and I love programming and other challenging activities.
Burkhard questions
Using Java-classes with C# [closed]
Why do I get a multiple definition error while linking?
How to convert a string to complex<float> in C++?
How to find patterns (lines, circles,...) from a list of points?
What is a good IDE for Java programming on a low end laptop? [closed]
How to output a String on multiple lines using Graphics
How to save the "Package Explorer" in Eclipse
How to enable tab-completion of command line switches in bash?
How to use @JsonIdentityInfo with circular references?
How to run command until it succeeds?
Burkhard answers
What is good way to check equality between 2 doubles in Java
Why does the compiler assume that malloc returns an int?
Clickable classname and line number in console using log4j
Any built-in function to test if 4 is in [1,2,3,4] (vector)
C++ dynamic memory detail
How are these methods ambiguous? (one takes array, another takes varargs)
Incorporating shareware restrictions in C++ software
Why aren't variables declared in "try" in scope in "catch" or "finally"?
Java - modified compareTo method says it needs to return an int, but it should be returning one
Can someone explain the flow of control of this program?