Forum: C++ Oct 12th, 2003 |
| Replies: 4 Views: 9,189 My thanks go to both of you for your responses.
I have just installed RedHat 9 on my home PC and am currently transitioning from GW-BASIC/QBASIC/Visual Basic to C/C++ using Qt.
That was always... |
Forum: Visual Basic 4 / 5 / 6 Oct 4th, 2003 |
| Replies: 41 Views: 63,094 Actually that statement is not true. Polymorphism, meaning "the same function/routine taking many names",:
Public Function (myInt As Integer, Optional myString As String = "")
Using the... |
Forum: Visual Basic 4 / 5 / 6 Oct 4th, 2003 |
| Replies: 2 Views: 9,573 The following sites might also help:
http://www.vbcity.com
http://www.freevbcode.com |
Forum: Visual Basic 4 / 5 / 6 Oct 4th, 2003 |
| Replies: 41 Views: 63,094 I started out using GW-BASIC in 1986 and moved on to QBasic. The transition from QBasic to Visual Basic, in 1997, was painless as the only thing needing to be learned was dealing with forms. I think... |
Forum: C++ Oct 4th, 2003 |
| Replies: 4 Views: 9,189 Hi all,
I am new to C on linux and have a question about I/O. I am trying to read input from the command-line:
printf("What is your first name? ");
scanf("%s", firstName);
printf("What is... |
Forum: Visual Basic 4 / 5 / 6 Oct 4th, 2003 |
| Replies: 2 Views: 12,121 Hi tomex,
A couple of questions:
1) Are you using ADO or DAO to connect to this database?
2) What string are using to connect to the database.
Also, some very excellent code on this... |