Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Rob Kennedy
Rob Kennedy has asked
20
questions and find answers to
771
problems.
Stats
24.0k
EtPoint
8.6k
Vote count
20
questions
771
answers
About
Rob Kennedy questions
How do you set the current directory of a debugged process?
How can I treat a section of a file as though it's a file itself?
How do you specify a Java file.encoding value consistent with the underlying Windows code page?
How can I compile 64-bit Mac programs with Free Pascal?
Is there a MAKELONGLONG function?
When S is a trivial subclass of T, is it safe to use an array of S where an array of T is expected?
How can a Windows program temporarily change its time zone?
Where does getopt_long store an unrecognized option?
What's the difference between CreateWnd and CreateWindowHandle?
Why do Perl control statements require braces?
Rob Kennedy answers
How to create tabbed views for RAD Studio's tool components
In Delphi 7, how do I trace the order in which the units are being compiled?
Delphi - How to prevent application hang when writing to LPT port
Static initialization of a struct with class members
Can scanf/sscanf deal with escaped characters?
C++: Where does the ofstream class save the files to?
Is there any problem to using this code in a Thread ? (Delphi)
How do I mock a class that another class is responsible for instantiating?
Why does BigInteger.ToString("x") prepend a 0 for values between signed.MaxValue (exclusive) and unsigned.MaxValue (inclusive)?
Delphi 7: Execute application with administrator privileges