Posts by Yuri Oliveira • 16 points
2 posts
-
0
votes1
answer245
viewsA: java error in connection with SQL Server
i have this example here that I use by default in my java applications: final String driver = "com.mysql.jdbc.Driver"; plogin = new JPanel(); lnick = new JLabel("Nick: "); tnick = new…
-
0
votes1
answer835
viewsA: Function that converts string to lowercase and compares
I did a program some time ago where the function is to perform the lower case -> upper case conversion of each letter of the user typed text. See the code: #include <stdio.h> #include…