David

6,382
Reputation
316 views

Registered User

Name David
Member for 1 year
Seen 6 hours ago
Website
Location London, UK
Age
Software developer currently programming in Joel's favorite "legacy" language: C
51m
awarded  Good Question
8h
asked Comparing fields in an ORACLE view
Nov
14
awarded  Notable Question
Nov
7
awarded  Famous Question
Nov
3
accepted How do I use the C date and time functions on UNIX?
Nov
3
revised Is %d a cast in C?
Correct spelling of treat
Nov
1
answered How do I use the C date and time functions on UNIX?
Nov
1
asked How do I use the C date and time functions on UNIX?
Oct
30
awarded  Favorite Question
Oct
26
accepted How can I set the time zone before calling strftime?
Oct
25
revised What is a popular, multi-platform, free and open source socket library
edited title; edited title
Oct
25
revised How do I list the symbols in a .so file
edited body; edited tags; edited title
Oct
25
revised Is there a difference between the onexit() and atexit() functions
edited tags; edited title
Oct
25
revised Can you define the size of an array at runtime in C
added 50 characters in body; edited title
Oct
25
revised What is a good book/guide for socket programming in C
edited title
Oct
25
revised Where is the best place to learn about C ?
added 21 characters in body; edited title
Oct
25
revised C if condition not working as expected
edited title
Oct
25
answered How can I set the time zone before calling strftime?
Sep
29
awarded  Notable Question
Sep
4
awarded  Favorite Question
Sep
2
awarded  Nice Answer
Aug
24
awarded  Notable Question
Aug
21
awarded  Nice Question
Aug
17
awarded  Commentator
Aug
17
comment Function format in a C program
I've seen this style a few times before, I guess it's useful so you can include the call within a conditional operation and test its return within the conditional call.
Aug
17
revised Function format in a C program
added 2 characters in body
Aug
17
asked Function format in a C program
Aug
12
awarded  Popular Question
Aug
10
awarded  Nice Answer
Aug
6
awarded  Yearling
Aug
5
awarded  Favorite Question
Jul
20
awarded  Notable Question
Jul
15
comment Passing C array as char* function parameter
To quote from page 99: "When an array name is passed to a function, what is passed is the location of the initial element"
Jul
15
comment Passing C array as char* function parameter
The name of the character array is an alias for the address of the first element of the array.
Jul
15
asked How do you create a UTC time in C for a specific day, month and year ?
Jul
7
awarded  Nice Answer
Jul
3
awarded  Favorite Question
Jun
24
awarded  Good Answer
Jun
24
awarded  Great Question
Jun
18
awarded  Popular Question