Friday, July 29, 2011

Java database applications

This tutorial only shows briefly the steps the construction of Java database applications that connect to the MySQL server. To be able to connect to MySQL from Java is necessary JDBC driver for MySQL. Please download at the website mysql.com, obtained...
READ MORE - Java database applications

Monday, July 11, 2011

Microsoft Visual C++

Steps to create DLL  The following steps illustrate how to create a Microsoft Visual C++ DLL project and then add and export the talkToObject() routine. Create a new Microsoft Visual C++ 5.0 "MFC AppWizard (dll)" project named "vcvbdll" and accept...
READ MORE - Microsoft Visual C++

void

Visual Basic is a programming language. It started out as a very simple one (called BASIC) in the days of dos and early windows/macs. As it evolved, and other languages were developed, it was usually relegated to first-time programmers. It is still recommended...
READ MORE - void

Visual C++

Instructions Now, let's go to work. Please follow the following steps: (Please skip the steps 1 to 8 if you don't have Visual C++ installed on your computer) Click Start, if you have Windows 9x, click Programs, and if you have Windows XP, click All...
READ MORE - Visual C++

Sunday, July 10, 2011

CGI programming

CGI or Common Gateway Interface is a means for providing server-side services over the web by dynamically producing HTML documents, other kinds of documents, or performing other computations in response to communication from the user. In this assignment,...
READ MORE - CGI programming

Sunday, July 3, 2011

Visual Basic 6

Public Function getAgePhrase(ByVal age As Integer) As String If age > 60 Then Return "Senior" If age > 40 Then Return "Middle-aged" If age > 20 Then Return "Adult" If age > 12 Then Return "Teen-aged" If age > 4 Then Return "School-aged" If...
READ MORE - Visual Basic 6
 
THANK YOU FOR VISITING