Hi i'm new here and tommorrow i'll be doing some project in computer science so i need a template/outline of a triangle.h file, thanks in advance ; )
mad_cow01 0 Newbie Poster
Recommended Answers
Jump to Post/* triangle.h */ #ifndef TRIANGLE_H #define TRIANGLE_H struct triangle { double base, height; }; #endif
Jump to PostHi i'm new here and tommorrow i'll be doing some project in computer science so i need a template/outline of a triangle.h file, thanks in advance ; )
And you expect anyone to have a clue what you're talking about? triangle.h isn't a standard header, therefore it could be anything. …
All 5 Replies
Dave Sinkula 2,398 long time no c Team Colleague
jwenting 1,905 duckman Team Colleague
Narue 5,707 Bad Cop Team Colleague
mad_cow01 0 Newbie Poster
1o0oBhP 4 Posting Pro in Training
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.