Ninjakreborn Posted April 19, 2006 Share Posted April 19, 2006 How do I fully understand the concept of "function prototypes" I have learnt all the basics and I am starting learning to use functions, but before I get too far, I want a thourough understanding of the concept of "Function Prototypes" I appreciate the help, thanks.less-important question.With me being strictly an obsessed web developer that cares about nothing but everything web design and wants to learn all languages, that benefit the world of web design, how can C+, C++, and C# benefit me directly and indirectly relating to web design, coding, programming, promotion adn hosting. Or are these for other purposes. Quote Link to comment https://forums.phpfreaks.com/topic/7804-2-major-questions/ Share on other sites More sharing options...
poirot Posted April 19, 2006 Share Posted April 19, 2006 [!--quoteo(post=366276:date=Apr 19 2006, 01:46 AM:name=businessman332211)--][div class=\'quotetop\']QUOTE(businessman332211 @ Apr 19 2006, 01:46 AM) [snapback]366276[/snapback][/div][div class=\'quotemain\'][!--quotec--]How do I fully understand the concept of "function prototypes" I have learnt all the basics and I am starting learning to use functions, but before I get too far, I want a thourough understanding of the concept of "Function Prototypes" I appreciate the help, thanks.[/quote][!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]A function prototype in C or C++ is a declaration of a function that omits the function body (...)[/quote]AFAIK this isn't used in PHP.[!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]With me being strictly an obsessed web developer that cares about nothing but everything web design and wants to learn all languages, that benefit the world of web design, how can C+, C++, and C# benefit me directly and indirectly relating to web design, coding, programming, promotion adn hosting. Or are these for other purposes.[/quote]Programming will always benefit you directly or indirectly. For example, you may want a windows program that does a "batch" thing or whatever. Then you can use C. You can write a windows WYSIWYG program, why not? Besides these, C/C++ and PHP syntax are very alike, so this may be somehow helpful. Quote Link to comment https://forums.phpfreaks.com/topic/7804-2-major-questions/#findComment-28460 Share on other sites More sharing options...
Ninjakreborn Posted April 19, 2006 Author Share Posted April 19, 2006 thanks for the help. Quote Link to comment https://forums.phpfreaks.com/topic/7804-2-major-questions/#findComment-28463 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.