Forum: C
Apr 28th, 2008, 1:05 PM
|
|
Replies: 12
Views: 788
Re: Bitwise Operators...
Yes. Open your windows calculator - and switch to 'scientific view'. Then, there are 4 radio buttons in the upper left portion of the calculator's keyboard. You can quickly see how some of these...
|
Forum: C
Apr 28th, 2008, 10:04 AM
|
|
Replies: 12
Views: 788
Re: Bitwise Operators...
My job often requires that I take the data created by someone else's program - and extract the parts I need into something we can use.
When extracting useful data from various binary files - I often...
|
Forum: Visual Basic
Apr 13th, 2008, 10:03 PM
|
|
Replies: 2
Views: 361
Re: Newbie to VB need help!
http://www.dotnetspider.com/qa/Question129239.aspx
Try this link - I found it by googling this phrase:
vb.net combo box bind to access mdb
I'm sure it will get you started.
|
Forum: Coder's Corner Lounge
Apr 10th, 2008, 9:51 PM
|
|
Replies: 10
Views: 465
Re: Which visual Programming language
I think the answer is: It depends on what you're trying to do.
If you're writing a visual application that must deal with millions of transactions a day - using TCP/IP packets and with heavy doses...
|
Forum: ASP.NET
Apr 7th, 2008, 12:55 PM
|
|
Replies: 6
Views: 570
|
Forum: Community Introductions
Apr 7th, 2008, 11:37 AM
|
|
Replies: 11
Views: 471
|
Forum: ASP.NET
Apr 7th, 2008, 10:46 AM
|
|
Replies: 6
Views: 570
|
Forum: Community Introductions
Apr 7th, 2008, 10:10 AM
|
|
Replies: 11
Views: 471
Re: Hi, I'm ken ... and I'm new to this site...
I don't remember where I heard that - it sounds like something Jerry Seinfeld would say - you know - when he does that little bit of stand-up at the end of his show. If I remembered where I heard it...
|
Forum: ASP.NET
Apr 7th, 2008, 9:03 AM
|
|
Replies: 6
Views: 570
|
Forum: Visual Basic .NET
Apr 7th, 2008, 12:31 AM
|
|
Replies: 5
Views: 427
Re: writing a service in VB.NET
Hmmmmm - you ask a good question...
The department I currently program for - has had many programmers over the past several years. Each has brought his/her own unique strengths to the job.
Programs...
|
Forum: Bash / Shell Scripting
Apr 7th, 2008, 12:14 AM
|
|
Replies: 9
Views: 804
Re: Starting to use Unix
If you are writing a script that you know, with 100% certainty, will always be run on a machine where the only available shell is the one you're using to write the script - then this line is...
|
Forum: Visual Basic .NET
Apr 6th, 2008, 9:58 PM
|
|
Replies: 5
Views: 427
Re: writing a service in VB.NET
Only compatibility with the other programmers in the company - we have decided to remain on the 2003 edition of visual studio - at least for now - so I'm pretty stuck with that.
(I did download and...
|
Forum: Community Introductions
Apr 6th, 2008, 9:55 PM
|
|
Replies: 11
Views: 471
Re: Hi, I'm ken ... and I'm new to this site...
Heh, heh, heh...
From what I've read - the online references I've seen - and used.
Gnu comes with a 'c' compiler - called gcc.
It also has a c++ compliant compiler called g++.
The programs I...
|
Forum: Community Introductions
Apr 6th, 2008, 6:48 PM
|
|
Replies: 11
Views: 471
|
Forum: Community Introductions
Apr 6th, 2008, 1:27 PM
|
|
Replies: 11
Views: 471
Hi, I'm ken ... and I'm new to this site...
...but, I've been dabbling with BASIC in various forms since high school - circa 1973.
I currently use a custom tool which uses code based on VB - versions 5/6. But it has some quirky things.
I...
|
Forum: Visual Basic .NET
Apr 6th, 2008, 1:14 PM
|
|
Replies: 5
Views: 427
writing a service in VB.NET
I have an existing c++ (actually, g++) program that registers as a service - and then - while running - reacts to the presence of a text file. Depending on the content of the lines in the text file -...
|