- This topic has 1 reply, 2 voices, and was last updated 16 years ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘C Programming’ is closed to new topics and replies.
Home › Forums › C Programming › my own header file??
i am new to c++, i would like to know how to make my own header file, we have started learning functions in c++, so i want my header file to have a single pre defined function.
also at school they started c++ eithout teaching c . is that a problem?? but i feel it easy any ways and interesting too. and i also would like to know if vc++ is different from c++??
Heres a link on making static header files with VC++.
http://www.functionx.com/visualc/libraries/staticlib.htm
VC++ is Microsoft’s trademark name for their C++ compiler. It uses standard C++ grammar…