A Resource For C Developers
idbruce
Posts: 6,197
While working on the Teacup port, I encountered something I have never seen before, which was: va_arg, va_list, va_start, and va_end.
Realizing that these functions and one of them being a variable, were not defined by my hand, I decided to perform a Google search, and I came across a fairly nice site that provided the answers that I wanted.
Anyhow, here is a new bookmark for you: http://www.tutorialspoint.com/c_standard_library/index.htm
With two pretty young ladies to greet you
EDIT: This appears to be quite a reference for a variety of programming languages, with more pretty ladies
EDIT: Two thumbs up, appears to be a very nice site.
EDIT: However I am very surprised not to see PERL listed in their references... One thumb now waivering
Realizing that these functions and one of them being a variable, were not defined by my hand, I decided to perform a Google search, and I came across a fairly nice site that provided the answers that I wanted.
Anyhow, here is a new bookmark for you: http://www.tutorialspoint.com/c_standard_library/index.htm
With two pretty young ladies to greet you
EDIT: This appears to be quite a reference for a variety of programming languages, with more pretty ladies
EDIT: Two thumbs up, appears to be a very nice site.
EDIT: However I am very surprised not to see PERL listed in their references... One thumb now waivering
Comments
Jim
I've also created a C++ Crash Course