Language Ccpp Cppref Examples Mjl_test.cc

 
 #include <iostream.h>
 
 void Add(int Left, int Right);
 void Add(double Left, double Right);
 main ()
 {
 
 Add(5, 9);
 Add(3.2, 7.1);
 }
 
 // integer version of Add.
 
 void Add(int Left, int Right)
 {
 cout << Left << " + " << Right << " = " << Left+Right << endl;
 }
 
 // float version of Add.
 
 void Add(double Left, double Right)
 {
 cout << Left << " + " << Right << " = " << Left+Right << endl;
 }
 

file: /Techref/language/ccpp/cppref/EXAMPLES/mjl_test.cc, 0KB, , updated: 1998年10月29日 05:21, local time: 2025年9月11日 00:57,
40.74.122.252:LOG IN

©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://massmind.org/techref/language/ccpp/cppref/EXAMPLES/mjl_test.cc"> language ccpp cppref EXAMPLES mjl_test</A>

Did you find what you needed?

Welcome to massmind.org!

Welcome to massmind.org!

.

AltStyle によって変換されたページ (->オリジナル) /