User profile: koothkeeper

User info
User name:koothkeeper
Email:kooth@coopermktg.com
Name:Keith E. Cooper
Location:Tampa, FL
Website:http://www.koothkeeper.com
Bio:I am an experienced programmer, primarily working in C and C++. I mostly work in UNIX and Linux operating systems, but I've done quite a bit of Windows programming too.

I'm also a semi-retired musician. I play saxophones and bass guitar (not at the same time), as well as flute, clarinet, guitar, and some keyboards.

I'm also an electronics tinkerer.
Statistical data
Birthdate:Mar 4, 1955
Gender:Male
Occupation:Programmer
Skills:C
PHP
C++
C++/MFC
Assembly
C++/.NET
C#
Javascript
C#/.NET
History
Joined:
Number of posts:429
Latest posts:

How can I choose where in a file I write?
Jonnin is correct; however, I'd like to ask you what are you trying to capture in your file? Are yo...

Win sock
If you build your server on Windows, it would be a good idea.

Change for, into While loop
[code] int p = 10; while( p >= 0 ) { p -= 2; } [/code]

what is the meaning for []
These characters [code] [] [/code] mean the variable is an array, in this case, an array of characte...

Bracketing Search Question
Your macros have a potential problem. You need parentheses around x like this: [code] #define LOG...