Thread: to C or C++
View Single Post
Old 04-30-2004, 04:06 AM   #2 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
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 is offline   Reply With Quote