can a file other than a .h file be included with #include
nidhik 0 Newbie Poster
Recommended Answers
Jump to Postyes the program i am working on now starts with:
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <winsock2.h> #include "myramdomize_windows2010.c" #include "CRC_simple_windows.c" #define WSVERS MAKEWORD(2,0) WSADATA wsadata;
All 4 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.