Thread
:
to C or C++
View Single Post
04-30-2004, 04:06 AM
#
2
(
permalink
)
Valmont
[code][/code] enforcer
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Old C and C++ :
Code:
#include <stdarg.h>
New C:
Code:
#include <cstdarg>
New C++:
Code:
#include <stdarg> using namespace std:
Relax. Get a book. Take your time. Ask your questions anytime.
__________________
Valmont
View Public Profile
Find More Posts by Valmont